Class WaitForSandboxStep
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
-
- org.jenkinsci.plugins.workflow.steps.Step
-
- org.jenkinsci.plugins.torque.steps.WaitForSandboxStep
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class WaitForSandboxStep extends org.jenkinsci.plugins.workflow.steps.Step
Created by shay-k on 20/06/2017.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WaitForSandboxStep.Descriptor
static class
WaitForSandboxStep.Execution
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description WaitForSandboxStep(String spaceName, String sandboxId, Integer timeout)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSandboxId()
String
getSpaceName()
void
setSandboxId(String sandboxId)
void
setSpaceName(String spaceName)
org.jenkinsci.plugins.workflow.steps.StepExecution
start(org.jenkinsci.plugins.workflow.steps.StepContext stepContext)
-