Uses of Class
hudson.model.Queue.State
-
Packages that use Queue.State Package Description jenkins.model.queue -
-
Uses of Queue.State in jenkins.model.queue
Methods in jenkins.model.queue with parameters of type Queue.State Modifier and Type Method Description void
QueueIdStrategy.DefaultStrategy. load(Queue.State queueState)
void
QueueIdStrategy. load(Queue.State queueState)
Loads the state of this strategy from a persisted queue state.void
QueueIdStrategy.DefaultStrategy. persist(Queue.State queueState)
void
QueueIdStrategy. persist(Queue.State queueState)
Persist the state of this strategy.
-