Package org.jenkinsci.plugins.ewm.steps
Class ExwsStep
- 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.ewm.steps.ExwsStep
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class ExwsStep extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
The 'exws' step. Allocates the final external workspace on the current node and uses that as the default directory for nested steps.- Author:
- Alexandru Somai
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExwsStep.DescriptorImpl
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description ExwsStep(ExternalWorkspace externalWorkspace)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExwsStep.DescriptorImpl
getDescriptor()
ExternalWorkspace
getExternalWorkspace()
-
-
-
Constructor Detail
-
ExwsStep
@DataBoundConstructor public ExwsStep(ExternalWorkspace externalWorkspace)
-
-
Method Detail
-
getExternalWorkspace
@CheckForNull public ExternalWorkspace getExternalWorkspace()
-
getDescriptor
public ExwsStep.DescriptorImpl getDescriptor()
- Specified by:
getDescriptor
in interfaceDescribable<org.jenkinsci.plugins.workflow.steps.Step>
- Overrides:
getDescriptor
in classorg.jenkinsci.plugins.workflow.steps.Step
-
-