Class WaitForSandboxStep.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.WaitForSandboxStep.Execution
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- WaitForSandboxStep
public static class WaitForSandboxStep.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()
String
waitForSandbox(String spaceName, String sandboxId, double timeoutMinutes)
-
Methods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution
blocksRestart, getStatus, onResume, start, stop
-
-
-
-
Method Detail
-
run
protected String run() throws Exception
- Specified by:
run
in classSandboxStepExecution<String>
- Throws:
Exception
-
waitForSandbox
public String waitForSandbox(String spaceName, String sandboxId, double timeoutMinutes) throws IOException, InterruptedException, TimeoutException
-
-