Class StartSandboxStep.Execution
- java.lang.Object
-
- org.jenkinsci.plugins.workflow.steps.StepExecution
-
- org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<T>
-
- org.jenkinsci.plugins.torque.SandboxStepExecution<String>
-
- org.jenkinsci.plugins.torque.steps.StartSandboxStep.Execution
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- StartSandboxStep
public static class StartSandboxStep.Execution extends SandboxStepExecution<String>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.jenkinsci.plugins.torque.SandboxStepExecution
environmentAPIService
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
run()
-
Methods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution
blocksRestart, getStatus, onResume, start, stop
-
-
-
-
Constructor Detail
-
Execution
protected Execution(@Nonnull org.jenkinsci.plugins.workflow.steps.StepContext context, @Nonnull String spaceName, @Nonnull String blueprint, @Nonnull String sandboxName, @Nonnull String duration, @Nonnull Map<String,String> artifacts, @Nonnull Map<String,String> inputs) throws Exception
- Throws:
Exception
-
-