public abstract class AbstractJobSortRule extends SortRule
SortRule.SortResult
Constructor and Description |
---|
AbstractJobSortRule() |
Modifier and Type | Method and Description |
---|---|
protected SortRule.SortResult |
preferNotNull(java.lang.Object first,
java.lang.Object second) |
SortRule.SortResult |
sort(hudson.model.Queue.BuildableItem first,
hudson.model.Queue.BuildableItem second) |
protected abstract SortRule.SortResult |
sortUsingJobs(hudson.model.Job<?,?> first,
hudson.model.Job<?,?> second) |
equals, getDescriptor, hashCode
protected abstract SortRule.SortResult sortUsingJobs(hudson.model.Job<?,?> first, hudson.model.Job<?,?> second)
public SortRule.SortResult sort(hudson.model.Queue.BuildableItem first, hudson.model.Queue.BuildableItem second)
protected SortRule.SortResult preferNotNull(java.lang.Object first, java.lang.Object second)