Class MavenMetadataChoiceListProvider.MavenMetadataDescriptorImpl

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

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

    • MavenMetadataDescriptorImpl

      public MavenMetadataDescriptorImpl()
  • Method Details

    • getDisplayName

      public String getDisplayName()
      the display name shown in the dropdown 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)
    • doCheckUrl

      public FormValidation doCheckUrl(@QueryParameter String url)
    • doCheckRepositoryId

      public FormValidation doCheckRepositoryId(@QueryParameter String repositoryId)
    • doCheckGroupId

      public FormValidation doCheckGroupId(@QueryParameter String groupId)
    • doCheckArtifactId

      public FormValidation doCheckArtifactId(@QueryParameter String artifactId)
    • doTest

      public FormValidation doTest(@AncestorInPath Item pItem, @QueryParameter String url, @QueryParameter String credentialsId, @QueryParameter String repositoryId, @QueryParameter String groupId, @QueryParameter String artifactId, @QueryParameter boolean inverseFilter, @QueryParameter String filterExpression, @QueryParameter boolean reverseOrder)