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,ResourceAwareStep,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 StringdeploymentNameFields inherited from class com.vmware.vra.jenkinsplugin.pipeline.AbstractStep
domain, password, token, trustSelfSignedCert, username, vraURL -
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, getDomain, getPassword, getToken, getTrustSelfSignedCert, getUsername, getVraURL, isTrustSelfSignedCert, resolveVraURL, setDomain, setPassword, setToken, setTrustSelfSignedCert, setUsername, setVraURL
-
Field Details
-
Constructor Details
-
DeploymentAwareStep
public DeploymentAwareStep()
-
-
Method Details