Class DeploymentAwareStep
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
- All Implemented Interfaces:
ExtensionPoint,Describable<org.jenkinsci.plugins.workflow.steps.Step>,Serializable
- Direct Known Subclasses:
DeleteDeploymentStep,GetDeploymentStep,RunActionStep,WaitForAddressStep
public abstract class DeploymentAwareStep extends AbstractStep
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields Modifier and Type Field Description protected StringdeploymentIdprotected StringdeploymentName -
Constructor Summary
Constructors Constructor Description DeploymentAwareStep() -
Method Summary
Modifier and Type Method Description StringgetDeploymentId()StringgetDeploymentName()StringresolveDeploymentId()voidsetDeploymentId(String deploymentId)voidsetDeploymentName(String deploymentName)protected voidvalidate()Methods inherited from class com.vmware.vra.jenkinsplugin.pipeline.AbstractStep
getClient, getToken, getVraURL, resolveToken, resolveVraURL, setToken, setVraURL
-
Field Details
-
Constructor Details
-
DeploymentAwareStep
public DeploymentAwareStep()
-
-
Method Details