Class EndSandboxStep.Execution
- java.lang.Object
-
- org.jenkinsci.plugins.workflow.steps.StepExecution
-
- org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<T>
-
- org.jenkinsci.plugins.torque.SandboxStepExecution<Void>
-
- org.jenkinsci.plugins.torque.steps.EndSandboxStep.Execution
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- EndSandboxStep
public static class EndSandboxStep.Execution extends SandboxStepExecution<Void>
- 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 Void
run()
-
Methods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution
blocksRestart, getStatus, onResume, start, stop
-
-