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
- Enclosing class:
MavenMetadataChoiceListProvider
@Extension
public static class MavenMetadataChoiceListProvider.MavenMetadataDescriptorImpl
extends Descriptor<jp.ikedam.jenkins.plugins.extensible_choice_parameter.ChoiceListProvider>
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self -
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoCheckArtifactId(String artifactId) doCheckGroupId(String groupId) doCheckRepositoryId(String repositoryId) doCheckUrl(String url) doFillCredentialsIdItems(Item pItem, String credentialsId) doTest(Item pItem, String url, String credentialsId, String repositoryId, String groupId, String artifactId, boolean inverseFilter, String filterExpression, boolean reverseOrder) the display name shown in the dropdown to select a choice provider.Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, configure, doHelp, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getStaticHelpUrl, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
MavenMetadataDescriptorImpl
public MavenMetadataDescriptorImpl()
-
-
Method Details
-
getDisplayName
the display name shown in the dropdown to select a choice provider.- Overrides:
getDisplayNamein classDescriptor<jp.ikedam.jenkins.plugins.extensible_choice_parameter.ChoiceListProvider>- Returns:
- display name
- See Also:
-
doFillCredentialsIdItems
public ListBoxModel doFillCredentialsIdItems(@AncestorInPath Item pItem, @QueryParameter String credentialsId) -
doCheckUrl
-
doCheckRepositoryId
-
doCheckGroupId
-
doCheckArtifactId
-
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)
-