Class VMGRPostLaunchStep.DescriptorImpl

java.lang.Object
hudson.model.Descriptor<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.StepDescriptor
org.jenkinsci.plugins.vmanager.dsl.post.VMGRPostLaunchStep.DescriptorImpl
All Implemented Interfaces:
Saveable, Loadable, OnMaster
Enclosing class:
VMGRPostLaunchStep

@Extension public static class VMGRPostLaunchStep.DescriptorImpl extends org.jenkinsci.plugins.workflow.steps.StepDescriptor
  • Constructor Details

    • DescriptorImpl

      public DescriptorImpl()
  • Method Details

    • getFunctionName

      public String getFunctionName()
      Specified by:
      getFunctionName in class org.jenkinsci.plugins.workflow.steps.StepDescriptor
    • getDisplayName

      @Nonnull public String getDisplayName()
      Overrides:
      getDisplayName in class Descriptor<org.jenkinsci.plugins.workflow.steps.Step>
    • configure

      public boolean configure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) throws Descriptor.FormException
      Overrides:
      configure in class Descriptor<org.jenkinsci.plugins.workflow.steps.Step>
      Throws:
      Descriptor.FormException
    • getRequiredContext

      public Set<Class<?>> getRequiredContext()
      Specified by:
      getRequiredContext in class org.jenkinsci.plugins.workflow.steps.StepDescriptor
    • doTestConnection

      @POST public FormValidation doTestConnection(@QueryParameter("vAPIUser") String vAPIUser, @QueryParameter("vAPIPassword") String vAPIPassword, @QueryParameter("vAPIUrl") String vAPIUrl, @QueryParameter("authRequired") boolean authRequired, @AncestorInPath Item item) throws IOException, jakarta.servlet.ServletException
      Throws:
      IOException
      jakarta.servlet.ServletException
    • doFillVManagerVersionItems

      public ListBoxModel doFillVManagerVersionItems()
    • doCheckVAPIUrl

      public FormValidation doCheckVAPIUrl(@QueryParameter String value) throws IOException, jakarta.servlet.ServletException
      Throws:
      IOException
      jakarta.servlet.ServletException