Package org.jenkinsci.plugins.workflow.actions
package org.jenkinsci.plugins.workflow.actions
-
ClassDescriptionStores some or all of the arguments used to create and configure the
Step
executed by aFlowNode
.Used as a placeholder marker forStep
arguments not stored for various reasons.Attached toBlockStartNode
to indicate that this block represents an invocation of body block.Attached toFlowNode
that caused an error.To markFlowNode
with human readable label, like stages.Associated with a node which has some log text.Action that marks a node as being non-executed.This is a marker interface for an action that can't be contributed by aTransientActionFactory
.Records information for anode
block.Possible queue states for the item associated with thisFlowNode
.Deprecated.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.Thread name action.Action to add timestamp metadata to aFlowNode
.Action to be attached to aFlowNode
to signify that some non-fatal event occurred during execution of aStep
but execution continued normally.Represents the fact that a step run on a particular workspace.
StageStep
, since deprecated by the block-scoped mode.