Class GetResourceActionsStep
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.GetResourceActionsStep
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
,Serializable
public class GetResourceActionsStep extends ResourceAwareStep implements Serializable
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetResourceActionsStep.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 GetResourceActionsStep()
-
Method Summary
Modifier and Type Method Description 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
-
GetResourceActionsStep
@DataBoundConstructor public GetResourceActionsStep()
-
-
Method Details