Package io.jenkins.plugins.artifactrepo
Class ArtifactRepoParamDescriptor
- java.lang.Object
-
- hudson.model.Descriptor<ParameterDefinition>
-
- hudson.model.ParameterDefinition.ParameterDescriptor
-
- io.jenkins.plugins.artifactrepo.ArtifactRepoParamDescriptor
-
- Direct Known Subclasses:
ArtifactRepoParamDefinition.DescriptorImpl
public class ArtifactRepoParamDescriptor 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 ArtifactRepoParamDescriptor()
-
Method Summary
-
Methods inherited from class hudson.model.ParameterDefinition.ParameterDescriptor
getValuePage
-
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, 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
-
getDisplayName
@Nonnull public String getDisplayName()
- Overrides:
getDisplayName
in classParameterDefinition.ParameterDescriptor
-
doCheckName
public FormValidation doCheckName(@QueryParameter String value)
-
doCheckServerUrl
public FormValidation doCheckServerUrl(@QueryParameter String value)
-
doCheckCredentialsId
public FormValidation doCheckCredentialsId(@QueryParameter String value)
-
doCheckIgnoreCertificate
public FormValidation doCheckIgnoreCertificate(@QueryParameter String value)
-
doCheckProxyPort
public FormValidation doCheckProxyPort(@QueryParameter String value, @QueryParameter String proxyHost)
-
doCheckParamType
public FormValidation doCheckParamType(@QueryParameter String value)
-
doCheckArtifactName
public FormValidation doCheckArtifactName(@QueryParameter String value, @QueryParameter String serverType)
-
doCheckVersionRegex
public FormValidation doCheckVersionRegex(@QueryParameter String value)
-
doCheckResultsCount
public FormValidation doCheckResultsCount(@QueryParameter String value)
-
doTestConnection
@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)
-
doFillCredentialsIdItems
public ListBoxModel doFillCredentialsIdItems(@AncestorInPath Item item, @QueryParameter String credentialsId)
-
doFillProxyCredentialsIdItems
public ListBoxModel doFillProxyCredentialsIdItems(@AncestorInPath Item item, @QueryParameter String credentialsId)
-
doFillServerTypeItems
public ListBoxModel doFillServerTypeItems()
-
doFillProxyProtocolItems
public ListBoxModel doFillProxyProtocolItems()
-
doFillParamTypeItems
public ListBoxModel doFillParamTypeItems()
-
doFillSortOrderItems
public ListBoxModel doFillSortOrderItems()
-
doFillSelectEntryItems
public ListBoxModel doFillSelectEntryItems()
-
doFillSubmitValueItems
public ListBoxModel doFillSubmitValueItems()
-
-