Uses of Class
org.jenkinsci.plugins.workflow.support.actions.PauseAction
Packages that use PauseAction
-
Uses of PauseAction in org.jenkinsci.plugins.workflow.support.actions
Methods in org.jenkinsci.plugins.workflow.support.actions that return PauseActionModifier and TypeMethodDescriptionstatic PauseActionPauseAction.getCurrentPause(org.jenkinsci.plugins.workflow.graph.FlowNode node) Methods in org.jenkinsci.plugins.workflow.support.actions that return types with arguments of type PauseActionModifier and TypeMethodDescriptionstatic List<PauseAction> PauseAction.getPauseActions(org.jenkinsci.plugins.workflow.graph.FlowNode node) Get thePauseActioninstances for the supplied node.