Package org.jenkinsci.plugins.ewm.steps
Class ExwsAllocateExecution
- java.lang.Object
-
- org.jenkinsci.plugins.workflow.steps.StepExecution
-
- org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
-
- org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution<ExternalWorkspace>
-
- org.jenkinsci.plugins.ewm.steps.ExwsAllocateExecution
-
- All Implemented Interfaces:
Serializable
public class ExwsAllocateExecution extends org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution<ExternalWorkspace>
The execution of theExwsAllocateStep
.- Author:
- Alexandru Somai
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExwsAllocateExecution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ExternalWorkspace
run()
-
Methods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution
getStatus, onResume, start, stop
-
-
-
-
Method Detail
-
run
protected ExternalWorkspace run() throws Exception
- Specified by:
run
in classorg.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution<ExternalWorkspace>
- Throws:
Exception
-
-