Class AuthenticatedZipExtractionInstaller.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<ToolInstaller>
hudson.tools.ToolInstallerDescriptor<AuthenticatedZipExtractionInstaller>
io.jenkins.plugins.extratoolinstallers.installers.AuthenticatedZipExtractionInstaller.DescriptorImpl
- Enclosing class:
- AuthenticatedZipExtractionInstaller
@Extension
@Symbol("authenticatedzip")
public static class AuthenticatedZipExtractionInstaller.DescriptorImpl
extends ToolInstallerDescriptor<AuthenticatedZipExtractionInstaller>
Descriptor for the 
AuthenticatedZipExtractionInstaller.- 
Nested Class SummaryNested classes/interfaces inherited from class hudson.model.DescriptorDescriptor.FormException, Descriptor.PropertyType, Descriptor.Self
- 
Field SummaryFields inherited from class hudson.model.Descriptorclazz
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiondoCheckCredentialsId(String value, String url) doCheckUrl(String credentialsId, String value) doFillCredentialsIdItems(String credentialsId, String url) Methods inherited from class hudson.tools.ToolInstallerDescriptorall, doAutoCompleteLabel, doCheckLabel, for_, isApplicableMethods inherited from class hudson.model.DescriptoraddHelpFileRedirect, 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- 
DescriptorImplpublic DescriptorImpl()
 
- 
- 
Method Details- 
getDisplayName- Overrides:
- getDisplayNamein class- Descriptor<ToolInstaller>
 
- 
doFillCredentialsIdItemspublic ListBoxModel doFillCredentialsIdItems(@QueryParameter String credentialsId, @QueryParameter String url) 
- 
doCheckCredentialsIdpublic FormValidation doCheckCredentialsId(@QueryParameter String value, @QueryParameter String url) 
- 
doCheckUrlpublic FormValidation doCheckUrl(@QueryParameter String credentialsId, @QueryParameter String value) 
 
-