java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
org.jenkinsci.plugins.pipeline.modeldefinition.steps.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:
  • Constructor Details

    • ScriptStep

      @DataBoundConstructor public ScriptStep()