Package org.jenkinsci.plugins.torque
Class SandboxStepExecution<T>
- java.lang.Object
-
- org.jenkinsci.plugins.workflow.steps.StepExecution
-
- org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<T>
-
- org.jenkinsci.plugins.torque.SandboxStepExecution<T>
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EndSandboxStep.Execution
,StartSandboxStep.Execution
,WaitForSandboxStep.Execution
public abstract class SandboxStepExecution<T> extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<T>
Created by shay-k on 21/06/2017.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected EnvironmentAPIService
environmentAPIService
-
Constructor Summary
Constructors Modifier Constructor Description protected
SandboxStepExecution(org.jenkinsci.plugins.workflow.steps.StepContext context)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract T
run()
-
Methods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution
blocksRestart, getStatus, onResume, start, stop
-
-
-
-
Field Detail
-
environmentAPIService
protected transient EnvironmentAPIService environmentAPIService
-
-