Uses of Interface
org.jenkinsci.plugins.workflow.actions.PersistentAction
Packages that use PersistentAction
-
Uses of PersistentAction in org.jenkinsci.plugins.workflow.actions
Subinterfaces of PersistentAction in org.jenkinsci.plugins.workflow.actionsModifier and TypeInterfaceDescriptioninterface
Deprecated.interface
Thread name action.Classes in org.jenkinsci.plugins.workflow.actions that implement PersistentActionModifier and TypeClassDescriptionclass
Stores some or all of the arguments used to create and configure theStep
executed by aFlowNode
.class
Attached toBlockStartNode
to indicate that this block represents an invocation of body block.class
Attached toFlowNode
that caused an error.class
To markFlowNode
with human readable label, like stages.class
Associated with a node which has some log text.class
Action that marks a node as being non-executed.class
Records information for anode
block.class
Tracks arbitrary annotations on FlowNode used for a variety of purposes This is designed to have a single action on the FlowNode to track all tags, for sanity.class
Action to be attached to aFlowNode
to signify that some non-fatal event occurred during execution of aStep
but execution continued normally.class
Represents the fact that a step run on a particular workspace.
StageStep
, since deprecated by the block-scoped mode.