@Extension public static class VersionParameterDefinition.DescriptorImpl extends ParameterDefinition.ParameterDescriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
clazz
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and 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() |
getValuePage
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
public FormValidation doCheckArtifactId(@QueryParameter String value)
public FormValidation doCheckGroupId(@QueryParameter String value)
public FormValidation doCheckIncludeReleases(@QueryParameter boolean value, @QueryParameter boolean includeSnapshots)
public FormValidation doCheckIncludeSnapshots(@QueryParameter boolean value, @QueryParameter boolean includeReleases)
public FormValidation doCheckLimit(@QueryParameter String value, @QueryParameter boolean oldestFirst)
public FormValidation doCheckName(@QueryParameter String value)
public ListBoxModel doFillRepositoryIdItems()
public FormValidation doValidateCoordinates(@QueryParameter String groupId, @QueryParameter String artifactId, @QueryParameter boolean includeReleases, @QueryParameter boolean includeSnapshots, @QueryParameter String repositoryId, @AncestorInPath Item item)
public String getDisplayName()
getDisplayName
in class ParameterDefinition.ParameterDescriptor
public boolean hasMultipleRepositories()
Copyright © 2010–2021. All rights reserved.