hudson.model
Class UpdateCenter.PluginEntry

java.lang.Object
  extended by hudson.model.UpdateCenter.PluginEntry
All Implemented Interfaces:
Comparable<UpdateCenter.PluginEntry>
Enclosing class:
UpdateCenter

public static final class UpdateCenter.PluginEntry
extends Object
implements Comparable<UpdateCenter.PluginEntry>


Field Summary
 String category
           
 UpdateSite.Plugin plugin
           
 
Method Summary
 int compareTo(UpdateCenter.PluginEntry o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

plugin

public UpdateSite.Plugin plugin

category

public String category
Method Detail

compareTo

public int compareTo(UpdateCenter.PluginEntry o)
Specified by:
compareTo in interface Comparable<UpdateCenter.PluginEntry>


Copyright © 2004-2013. All Rights Reserved.