Package jenkins.widgets
Class HistoryPageEntry<T>
- java.lang.Object
-
- jenkins.widgets.HistoryPageEntry<T>
-
public class HistoryPageEntry<T> extends Object
Represents an entry used by theHistoryPageFilter
.Wraps
Queue.Item
andRun
instances from the build queue, normalizing access to the info required for pagination.- Author:
- tom.fennelly@gmail.com
-
-
Constructor Summary
Constructors Constructor Description HistoryPageEntry(T entry)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getEntry()
long
getEntryId()
protected static long
getEntryId(Object entry)
-