Class DeployFromCatalogStep
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.DeployFromCatalogStep
- All Implemented Interfaces:
ExtensionPoint,Describable<org.jenkinsci.plugins.workflow.steps.Step>,Serializable
public class DeployFromCatalogStep extends AbstractStep implements Serializable
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeployFromCatalogStep.DescriptorImplNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
-
Constructor Summary
Constructors Constructor Description DeployFromCatalogStep() -
Method Summary
Modifier and Type Method Description StringgetCatalogItemName()StringgetConfig()StringgetConfigFormat()intgetCount()StringgetDeploymentName()StringgetInputs()StringgetProjectName()StringgetReason()intgetTimeout()StringgetVersion()voidsetCatalogItemName(String catalogItemName)voidsetConfig(String config)voidsetConfigFormat(String configFormat)voidsetCount(int count)voidsetDeploymentName(String deploymentName)voidsetInputs(String inputs)voidsetProjectName(String projectName)voidsetReason(String reason)voidsetTimeout(int timeout)voidsetVersion(String version)org.jenkinsci.plugins.workflow.steps.StepExecutionstart(org.jenkinsci.plugins.workflow.steps.StepContext stepContext)Methods inherited from class com.vmware.vra.jenkinsplugin.pipeline.AbstractStep
getClient, getToken, getVraURL, resolveToken, resolveVraURL, setToken, setVraURL
-
Constructor Details
-
DeployFromCatalogStep
@DataBoundConstructor public DeployFromCatalogStep()
-
-
Method Details
-
start
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext stepContext)- Specified by:
startin classorg.jenkinsci.plugins.workflow.steps.Step
-
getProjectName
-
setProjectName
-
getCatalogItemName
-
setCatalogItemName
-
getVersion
-
setVersion
-
getDeploymentName
-
setDeploymentName
-
getReason
-
setReason
-
getInputs
-
setInputs
-
getCount
public int getCount() -
setCount
@DataBoundSetter public void setCount(int count) -
getTimeout
public int getTimeout() -
setTimeout
@DataBoundSetter public void setTimeout(int timeout) -
getConfig
-
setConfig
-
getConfigFormat
-
setConfigFormat
-