Package hudson.model
Class UpdateCenter.PluginEntry
- java.lang.Object
-
- hudson.model.UpdateCenter.PluginEntry
-
- All Implemented Interfaces:
Comparable<UpdateCenter.PluginEntry>
- Enclosing class:
- UpdateCenter
@Deprecated public static final class UpdateCenter.PluginEntry extends Object implements Comparable<UpdateCenter.PluginEntry>
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description String
category
Deprecated.UpdateSite.Plugin
plugin
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description int
compareTo(UpdateCenter.PluginEntry o)
Deprecated.boolean
equals(Object o)
Deprecated.int
hashCode()
Deprecated.
-
-
-
Field Detail
-
plugin
public UpdateSite.Plugin plugin
Deprecated.
-
category
public String category
Deprecated.
-
-
Method Detail
-
compareTo
public int compareTo(UpdateCenter.PluginEntry o)
Deprecated.- Specified by:
compareTo
in interfaceComparable<UpdateCenter.PluginEntry>
-
-