public class ArtifactRepoParamDescriptor extends ParameterDefinition.ParameterDescriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Selfclazz| Constructor and Description |
|---|
ArtifactRepoParamDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
FormValidation |
doCheckArtifactName(String value,
String serverType) |
FormValidation |
doCheckCredentialsId(String value) |
FormValidation |
doCheckIgnoreCertificate(String value) |
FormValidation |
doCheckName(String value) |
FormValidation |
doCheckParamType(String value) |
FormValidation |
doCheckProxyPort(String value,
String proxyHost) |
FormValidation |
doCheckResultsCount(String value) |
FormValidation |
doCheckServerUrl(String value) |
FormValidation |
doCheckVersionRegex(String value) |
ListBoxModel |
doFillCredentialsIdItems(Item item,
String credentialsId) |
ListBoxModel |
doFillProxyCredentialsIdItems(Item item,
String credentialsId) |
FormValidation |
doTestConnection(String serverType,
String serverUrl,
String credentialsId,
boolean ignoreCertificate,
String proxyProtocol,
String proxyHost,
String proxyPort,
String proxyCredentialsId,
Item item) |
String |
getDisplayName() |
getValuePageaddHelpFileRedirect, 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, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap@Nonnull public String getDisplayName()
getDisplayName in class ParameterDefinition.ParameterDescriptorpublic FormValidation doCheckName(@QueryParameter String value)
public FormValidation doCheckServerUrl(@QueryParameter String value)
public FormValidation doCheckCredentialsId(@QueryParameter String value)
public FormValidation doCheckIgnoreCertificate(@QueryParameter String value)
public FormValidation doCheckProxyPort(@QueryParameter String value, @QueryParameter String proxyHost)
public FormValidation doCheckParamType(@QueryParameter String value)
public FormValidation doCheckArtifactName(@QueryParameter String value, @QueryParameter String serverType)
public FormValidation doCheckVersionRegex(@QueryParameter String value)
public FormValidation doCheckResultsCount(@QueryParameter String value)
@POST public FormValidation doTestConnection(@QueryParameter String serverType, @QueryParameter String serverUrl, @QueryParameter String credentialsId, @QueryParameter boolean ignoreCertificate, @QueryParameter String proxyProtocol, @QueryParameter String proxyHost, @QueryParameter String proxyPort, @QueryParameter String proxyCredentialsId, @AncestorInPath Item item)
public ListBoxModel doFillCredentialsIdItems(@AncestorInPath Item item, @QueryParameter String credentialsId)
public ListBoxModel doFillProxyCredentialsIdItems(@AncestorInPath Item item, @QueryParameter String credentialsId)
Copyright © 2016–2020. All rights reserved.