Class HistoryPageEntry<T>

java.lang.Object
jenkins.widgets.HistoryPageEntry<T>

public class HistoryPageEntry<T> extends Object
Represents an entry used by the HistoryPageFilter.

Wraps QueueItem and Run instances from the build queue, normalizing access to the info required for pagination.

Author:
tom.fennelly@gmail.com
  • Constructor Details

    • HistoryPageEntry

      public HistoryPageEntry(T entry)
  • Method Details

    • getEntry

      public T getEntry()
    • getEntryId

      public long getEntryId()
    • getEntryId

      protected static long getEntryId(@NonNull Object entry)