Package hudson.widgets
Interface HistoryWidget.Adapter<T>
-
- Enclosing class:
- HistoryWidget<O extends ModelObject,T>
public static interface HistoryWidget.Adapter<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
compare(T record, String key)
If record is newer than the key, return a positive number.String
getKey(T record)
String
getNextKey(String key)
boolean
isBuilding(T record)
-