Class ManagedUpdateSite.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<DescribedUpdateSite>
jp.ikedam.jenkins.plugins.updatesitesmanager.DescribedUpdateSiteDescriptor
jp.ikedam.jenkins.plugins.updatesitesmanager.ManagedUpdateSite.DescriptorImpl
- Enclosing class:
- ManagedUpdateSite
@Extension
public static class ManagedUpdateSite.DescriptorImpl
extends DescribedUpdateSiteDescriptor
Descriptor for this class.
-
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 -
Method Summary
Modifier and TypeMethodDescriptiondoCheckCaCertificate
(boolean useCaCertificate, String caCertificate) Returns whether the certificate is valid.Returns the kind name of this UpdateSite.Methods inherited from class jp.ikedam.jenkins.plugins.updatesitesmanager.DescribedUpdateSiteDescriptor
doCheckId, doCheckUrl
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, 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
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
getDisplayName
Returns the kind name of this UpdateSite. shown when select UpdateSite to create.- Overrides:
getDisplayName
in classDescriptor<DescribedUpdateSite>
- Returns:
- the kind name of the site
- See Also:
-
doCheckCaCertificate
public FormValidation doCheckCaCertificate(@QueryParameter boolean useCaCertificate, @QueryParameter String caCertificate) Returns whether the certificate is valid.- Parameters:
useCaCertificate
-true
to use a specific CA certificatecaCertificate
- the CA certificate- Returns:
- FormValidation the validation result
-