Class EndSandboxStep
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
-
- org.jenkinsci.plugins.workflow.steps.Step
-
- org.jenkinsci.plugins.torque.steps.EndSandboxStep
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class EndSandboxStep 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
EndSandboxStep.DescriptorImpl
static class
EndSandboxStep.Execution
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description EndSandboxStep(String spaceName, String sandboxId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSandboxId()
String
getSpaceName()
org.jenkinsci.plugins.workflow.steps.StepExecution
start(org.jenkinsci.plugins.workflow.steps.StepContext stepContext)
-