Modifier and Type | Class and Description |
---|---|
static class |
LongerWaitTimeSortRule.DescriptorImpl |
SortRule.SortResult
Constructor and Description |
---|
LongerWaitTimeSortRule(int durationMinutes,
int deltaMinutes) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
getDeltaMinutes() |
int |
getDurationMinutes() |
int |
hashCode() |
SortRule.SortResult |
sort(hudson.model.Queue.BuildableItem first,
hudson.model.Queue.BuildableItem second) |
getDescriptor
@DataBoundConstructor public LongerWaitTimeSortRule(int durationMinutes, int deltaMinutes)
public int getDurationMinutes()
public int getDeltaMinutes()
public SortRule.SortResult sort(hudson.model.Queue.BuildableItem first, hudson.model.Queue.BuildableItem second)