Class RunActionStep
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.ResourceAwareStep
com.vmware.vra.jenkinsplugin.pipeline.RunActionStep
- All Implemented Interfaces:
StepWithInputs
,ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
,Serializable
public class RunActionStep extends ResourceAwareStep implements Serializable, StepWithInputs
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RunActionStep.DescriptorImpl
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class com.vmware.vra.jenkinsplugin.pipeline.DeploymentAwareStep
deploymentId, deploymentName
Fields inherited from class com.vmware.vra.jenkinsplugin.pipeline.AbstractStep
domain, password, token, trustSelfSignedCert, username, vraURL
-
Constructor Summary
Constructors Constructor Description RunActionStep()
-
Method Summary
Modifier and Type Method Description String
getActionId()
Map<String,Object>
getInputMap()
String
getInputs()
String
getReason()
long
getTimeout()
Map<String,Object>
resolveInputs()
void
setActionId(String actionId)
void
setInputMap(Map<String,Object> inputMap)
void
setInputs(String inputs)
void
setReason(String reason)
void
setTimeout(long timeout)
org.jenkinsci.plugins.workflow.steps.StepExecution
start(org.jenkinsci.plugins.workflow.steps.StepContext stepContext)
Methods inherited from class com.vmware.vra.jenkinsplugin.pipeline.ResourceAwareStep
getResourceName, resolveResourceIds, setResourceName
Methods inherited from class com.vmware.vra.jenkinsplugin.pipeline.DeploymentAwareStep
getDeploymentId, getDeploymentName, resolveDeploymentId, setDeploymentId, setDeploymentName, 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
-
Constructor Details
-
RunActionStep
@DataBoundConstructor public RunActionStep()
-
-
Method Details
-
getInputs
- Specified by:
getInputs
in interfaceStepWithInputs
-
setInputs
-
getTimeout
public long getTimeout() -
setTimeout
@DataBoundSetter public void setTimeout(long timeout) -
getInputMap
- Specified by:
getInputMap
in interfaceStepWithInputs
-
setInputMap
-
getActionId
-
setActionId
-
getReason
-
setReason
-
start
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext stepContext) throws Exception- Specified by:
start
in classorg.jenkinsci.plugins.workflow.steps.Step
- Throws:
Exception
-
resolveInputs
- Specified by:
resolveInputs
in interfaceStepWithInputs
-