Class VMGRLaunchStep.DescriptorImpl

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

@Extension public static class VMGRLaunchStep.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>
    • doCheckVAPIUrl

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

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

      public boolean isApplicable(Class<? extends AbstractProject> aClass)
    • doFillInaccessibleResolverItems

      public ListBoxModel doFillInaccessibleResolverItems()
    • doFillEnvSourceInputFileTypeItems

      public ListBoxModel doFillEnvSourceInputFileTypeItems()
    • doFillStoppedResolverItems

      public ListBoxModel doFillStoppedResolverItems()
    • doFillFailedResolverItems

      public ListBoxModel doFillFailedResolverItems()
    • doFillDoneResolverItems

      public ListBoxModel doFillDoneResolverItems()
    • doFillSuspendedResolverItems

      public ListBoxModel doFillSuspendedResolverItems()
    • 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
    • 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
    • doTestArchiveUser

      @POST public FormValidation doTestArchiveUser(@QueryParameter("archiveUser") String archiveUser, @QueryParameter("archivePassword") String archivePassword, @QueryParameter("vAPIUrl") String vAPIUrl, @AncestorInPath Item item) throws IOException, jakarta.servlet.ServletException
      Throws:
      IOException
      jakarta.servlet.ServletException
    • doTestExtraStaticAttr

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

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