Uses of Enum Class
org.jenkinsci.plugins.workflow.actions.QueueItemAction.QueueState
Packages that use QueueItemAction.QueueState
-
Uses of QueueItemAction.QueueState in org.jenkinsci.plugins.workflow.actions
Methods in org.jenkinsci.plugins.workflow.actions that return QueueItemAction.QueueStateModifier and TypeMethodDescriptionstatic QueueItemAction.QueueState
QueueItemAction.getNodeState
(FlowNode node) Get the currentQueueItemAction.QueueState
for aFlowNode
.static QueueItemAction.QueueState
Returns the enum constant of this class with the specified name.static QueueItemAction.QueueState[]
QueueItemAction.QueueState.values()
Returns an array containing the constants of this enum class, in the order they are declared.