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 TypeInterfaceDescriptioninterfaceDeprecated.interfaceThread name action.Classes in org.jenkinsci.plugins.workflow.actions that implement PersistentActionModifier and TypeClassDescriptionclassStores some or all of the arguments used to create and configure theStepexecuted by aFlowNode.classAttached toBlockStartNodeto indicate that this block represents an invocation of body block.classAttached toFlowNodethat caused an error.classTo markFlowNodewith human readable label, like stages.classAssociated with a node which has some log text.classAction that marks a node as being non-executed.classRecords information for anodeblock.classTracks 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.classAction to be attached to aFlowNodeto signify that some non-fatal event occurred during execution of aStepbut execution continued normally.classRepresents the fact that a step run on a particular workspace.
StageStep, since deprecated by the block-scoped mode.