Class vSphereStep

java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
org.jenkinsci.plugins.workflow.vSphereStep
All Implemented Interfaces:
ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>

public class vSphereStep extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
The vSphere invocation step for the Jenkins workflow plugin.
  • Constructor Details

    • vSphereStep

      @DataBoundConstructor public vSphereStep()
  • Method Details

    • getServerName

      public String getServerName()
    • getBuildStep

      public VSphereBuildStep getBuildStep()
    • setBuildStep

      @DataBoundSetter public void setBuildStep(VSphereBuildStep buildStep)
    • setServerName

      @DataBoundSetter public void setServerName(String serverName)