Uses of Class
jenkins.advancedqueue.sorter.ItemStatus
-
Packages that use ItemStatus Package Description jenkins.advancedqueue.sorter -
-
Uses of ItemStatus in jenkins.advancedqueue.sorter
Methods in jenkins.advancedqueue.sorter that return ItemStatus Modifier and Type Method Description ItemStatus
ItemInfo. getItemStatus()
static ItemStatus
ItemStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static ItemStatus[]
ItemStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-