Class Nexus3GenericChoiceListProvider.Nexus3GenericDescriptorImpl

java.lang.Object
hudson.model.Descriptor<jp.ikedam.jenkins.plugins.extensible_choice_parameter.ChoiceListProvider>
org.jenkinsci.plugins.maven_artifact_choicelistprovider.nexus3.Nexus3GenericChoiceListProvider.Nexus3GenericDescriptorImpl
All Implemented Interfaces:
Saveable, Loadable, OnMaster
Enclosing class:
Nexus3GenericChoiceListProvider

@Extension public static class Nexus3GenericChoiceListProvider.Nexus3GenericDescriptorImpl extends Descriptor<jp.ikedam.jenkins.plugins.extensible_choice_parameter.ChoiceListProvider>
  • Constructor Details

    • Nexus3GenericDescriptorImpl

      public Nexus3GenericDescriptorImpl()
  • Method Details

    • getDisplayName

      public String getDisplayName()
      the display name shown in the drop down to select a choice provider.
      Overrides:
      getDisplayName in class Descriptor<jp.ikedam.jenkins.plugins.extensible_choice_parameter.ChoiceListProvider>
      Returns:
      display name
      See Also:
    • doFillCredentialsIdItems

      public ListBoxModel doFillCredentialsIdItems(@AncestorInPath Item pItem, @QueryParameter String credentialsId)
    • doTest

      public FormValidation doTest(@AncestorInPath Item pItem, @QueryParameter String url, @QueryParameter String credentialsId, @QueryParameter String repositoryId, @QueryParameter String name, @QueryParameter boolean inverseFilter, @QueryParameter String filterExpression, @QueryParameter boolean reverseOrder)
    • doCheckUrl

      public FormValidation doCheckUrl(@QueryParameter String url)
    • configure

      public boolean configure(org.kohsuke.stapler.StaplerRequest2 staplerRequest, net.sf.json.JSONObject json) throws Descriptor.FormException
      Saves the Global-Option Settings
      Overrides:
      configure in class Descriptor<jp.ikedam.jenkins.plugins.extensible_choice_parameter.ChoiceListProvider>
      Throws:
      Descriptor.FormException