Class ScriptStep
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:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
static final class
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Methods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
prepareInjector, start
Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor
-
Constructor Details
-
ScriptStep
@DataBoundConstructor public ScriptStep()
-