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 String
deploymentId
protected String
deploymentName
Fields 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 String
getDeploymentId()
String
getDeploymentName()
String
resolveDeploymentId()
void
setDeploymentId(String deploymentId)
void
setDeploymentName(String deploymentName)
protected void
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
-
Field Details
-
Constructor Details
-
DeploymentAwareStep
public DeploymentAwareStep()
-
-
Method Details