public abstract class SortRule extends hudson.model.AbstractDescribableImpl<SortRule> implements hudson.ExtensionPoint
Modifier and Type | Class and Description |
---|---|
static class |
SortRule.SortResult |
Constructor and Description |
---|
SortRule() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
hudson.model.Descriptor<SortRule> |
getDescriptor() |
int |
hashCode() |
abstract SortRule.SortResult |
sort(hudson.model.Queue.BuildableItem first,
hudson.model.Queue.BuildableItem second) |
public hudson.model.Descriptor<SortRule> getDescriptor()
public abstract SortRule.SortResult sort(hudson.model.Queue.BuildableItem first, hudson.model.Queue.BuildableItem second)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object