Class DeleteDeploymentStep
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
com.vmware.vra.jenkinsplugin.pipeline.AbstractStep
com.vmware.vra.jenkinsplugin.pipeline.DeploymentAwareStep
com.vmware.vra.jenkinsplugin.pipeline.DeleteDeploymentStep
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
,Serializable
public class DeleteDeploymentStep extends DeploymentAwareStep implements Serializable
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DeleteDeploymentStep.DescriptorImpl
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class com.vmware.vra.jenkinsplugin.pipeline.DeploymentAwareStep
deploymentId, deploymentName
Fields inherited from class com.vmware.vra.jenkinsplugin.pipeline.AbstractStep
domain, password, token, trustSelfSignedCert, username, vraURL
-
Constructor Summary
Constructors Constructor Description DeleteDeploymentStep()
-
Method Summary
Modifier and Type Method Description long
getTimeout()
void
setTimeout(long timeout)
org.jenkinsci.plugins.workflow.steps.StepExecution
start(org.jenkinsci.plugins.workflow.steps.StepContext stepContext)
Methods inherited from class com.vmware.vra.jenkinsplugin.pipeline.DeploymentAwareStep
getDeploymentId, getDeploymentName, resolveDeploymentId, setDeploymentId, setDeploymentName, validate
Methods inherited from class com.vmware.vra.jenkinsplugin.pipeline.AbstractStep
getClient, getDomain, getPassword, getToken, getTrustSelfSignedCert, getUsername, getVraURL, isTrustSelfSignedCert, resolveVraURL, setDomain, setPassword, setToken, setTrustSelfSignedCert, setUsername, setVraURL
-
Constructor Details
-
DeleteDeploymentStep
@DataBoundConstructor public DeleteDeploymentStep()
-
-
Method Details
-
getTimeout
public long getTimeout() -
setTimeout
@DataBoundSetter public void setTimeout(long timeout) -
start
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext stepContext) throws Exception- Specified by:
start
in classorg.jenkinsci.plugins.workflow.steps.Step
- Throws:
Exception
-