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 classGetResourceActionsStep.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 GetResourceActionsStep() -
Method Summary
Modifier and Type Method Description org.jenkinsci.plugins.workflow.steps.StepExecutionstart(org.jenkinsci.plugins.workflow.steps.StepContext stepContext)Methods inherited from class com.vmware.vra.jenkinsplugin.pipeline.ResourceAwareStep
getResourceName, resolveResourceIds, setResourceNameMethods 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
-
GetResourceActionsStep
@DataBoundConstructor public GetResourceActionsStep()
-
-
Method Details