Class VersionParameterDefinition.DescriptorImpl
- java.lang.Object
-
- hudson.model.Descriptor<ParameterDefinition>
-
- hudson.model.ParameterDefinition.ParameterDescriptor
-
- org.jvnet.hudson.plugins.repositoryconnector.VersionParameterDefinition.DescriptorImpl
-
- Enclosing class:
- VersionParameterDefinition
@Extension public static class VersionParameterDefinition.DescriptorImpl extends ParameterDefinition.ParameterDescriptor
-
-
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 Constructor Description DescriptorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormValidation
doCheckArtifactId(String value)
FormValidation
doCheckGroupId(String value)
FormValidation
doCheckIncludeReleases(boolean value, boolean includeSnapshots)
FormValidation
doCheckIncludeSnapshots(boolean value, boolean includeReleases)
FormValidation
doCheckLimit(String value, boolean oldestFirst)
FormValidation
doCheckName(String value)
ListBoxModel
doFillRepositoryIdItems()
FormValidation
doValidateCoordinates(String groupId, String artifactId, boolean includeReleases, boolean includeSnapshots, String repositoryId, Item item)
String
getDisplayName()
boolean
hasMultipleRepositories()
-
Methods inherited from class hudson.model.ParameterDefinition.ParameterDescriptor
getValuePage
-
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, 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, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
-
-
-
Method Detail
-
doCheckArtifactId
public FormValidation doCheckArtifactId(@QueryParameter String value)
-
doCheckGroupId
public FormValidation doCheckGroupId(@QueryParameter String value)
-
doCheckIncludeReleases
public FormValidation doCheckIncludeReleases(@QueryParameter boolean value, @QueryParameter boolean includeSnapshots)
-
doCheckIncludeSnapshots
public FormValidation doCheckIncludeSnapshots(@QueryParameter boolean value, @QueryParameter boolean includeReleases)
-
doCheckLimit
public FormValidation doCheckLimit(@QueryParameter String value, @QueryParameter boolean oldestFirst)
-
doCheckName
public FormValidation doCheckName(@QueryParameter String value)
-
doFillRepositoryIdItems
public ListBoxModel doFillRepositoryIdItems()
-
doValidateCoordinates
public FormValidation doValidateCoordinates(@QueryParameter String groupId, @QueryParameter String artifactId, @QueryParameter boolean includeReleases, @QueryParameter boolean includeSnapshots, @QueryParameter String repositoryId, @AncestorInPath Item item)
-
getDisplayName
public String getDisplayName()
- Overrides:
getDisplayName
in classParameterDefinition.ParameterDescriptor
-
hasMultipleRepositories
public boolean hasMultipleRepositories()
-
-