Class CoreWrapperStep
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
-
- org.jenkinsci.plugins.workflow.steps.Step
-
- org.jenkinsci.plugins.workflow.steps.CoreWrapperStep
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class CoreWrapperStep extends org.jenkinsci.plugins.workflow.steps.Step
A step that runs aSimpleBuildWrapper
as defined in Jenkins core.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CoreWrapperStep.DescriptorImpl
static class
CoreWrapperStep.Execution
Deprecated.Only here for serial compatibility.-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description CoreWrapperStep(SimpleBuildWrapper delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SimpleBuildWrapper
getDelegate()
org.jenkinsci.plugins.workflow.steps.StepExecution
start(org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-
-
Constructor Detail
-
CoreWrapperStep
@DataBoundConstructor public CoreWrapperStep(SimpleBuildWrapper delegate)
-
-
Method Detail
-
getDelegate
public SimpleBuildWrapper getDelegate()
-
-