Class WaitForAddressStep
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.WaitForAddressStep
- All Implemented Interfaces:
ExtensionPoint,Describable<org.jenkinsci.plugins.workflow.steps.Step>,Serializable
public class WaitForAddressStep extends DeploymentAwareStep implements Serializable
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWaitForAddressStep.DescriptorImplNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields inherited from class com.vmware.vra.jenkinsplugin.pipeline.DeploymentAwareStep
deploymentId, deploymentNameFields inherited from class com.vmware.vra.jenkinsplugin.pipeline.AbstractStep
domain, password, token, trustSelfSignedCert, username, vraURL -
Constructor Summary
Constructors Constructor Description WaitForAddressStep() -
Method Summary
Modifier and Type Method Description StringgetResourceName()longgetTimeout()voidsetResourceName(String resourceName)voidsetTimeout(long timeout)org.jenkinsci.plugins.workflow.steps.StepExecutionstart(org.jenkinsci.plugins.workflow.steps.StepContext stepContext)Methods inherited from class com.vmware.vra.jenkinsplugin.pipeline.DeploymentAwareStep
getDeploymentId, getDeploymentName, resolveDeploymentId, setDeploymentId, setDeploymentName, validateMethods 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
-
WaitForAddressStep
@DataBoundConstructor public WaitForAddressStep()
-
-
Method Details
-
getResourceName
-
setResourceName
-
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:
startin classorg.jenkinsci.plugins.workflow.steps.Step- Throws:
Exception
-