Class ScriptStep

  • All Implemented Interfaces:
    ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>, Serializable

    public final class ScriptStep
    extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
    implements Serializable
    Step that marks the use of "scripting features" that goes beyond the configy subset.

    This marker assists the validation, but at runtime it doesn't do anything. It just executes the body normally.

    Author:
    Andrew Bayer
    See Also:
    Serialized Form
    • Constructor Detail

      • ScriptStep

        @DataBoundConstructor
        public ScriptStep()