jp.ikedam.jenkins.plugins.updatesitesmanager
Class ManagedUpdateSite.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<DescribedUpdateSite>
      extended by jp.ikedam.jenkins.plugins.updatesitesmanager.DescribedUpdateSiteDescriptopr
          extended by jp.ikedam.jenkins.plugins.updatesitesmanager.ManagedUpdateSite.DescriptorImpl
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
ManagedUpdateSite

@Extension
public static class ManagedUpdateSite.DescriptorImpl
extends DescribedUpdateSiteDescriptopr

Descriptor for this class.


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
ManagedUpdateSite.DescriptorImpl()
           
 
Method Summary
 hudson.util.FormValidation doCheckCaCertificate(boolean useCaCertificate, String caCertificate)
          Returns whether the certificate is valid.
 String getDisplayName()
          Returns the name of this UpdateSite.
 
Methods inherited from class jp.ikedam.jenkins.plugins.updatesitesmanager.DescribedUpdateSiteDescriptopr
doCheckId, doCheckUrl
 
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagedUpdateSite.DescriptorImpl

public ManagedUpdateSite.DescriptorImpl()
Method Detail

getDisplayName

public String getDisplayName()
Returns the name of this UpdateSite. shown when select UpdateSite to create.

Specified by:
getDisplayName in class hudson.model.Descriptor<DescribedUpdateSite>
Returns:
See Also:
Descriptor.getDisplayName()

doCheckCaCertificate

public hudson.util.FormValidation doCheckCaCertificate(@QueryParameter
                                                       boolean useCaCertificate,
                                                       @QueryParameter
                                                       String caCertificate)
Returns whether the certificate is valid.

Returns:
FormValidation object


Copyright © 2004-2016. All Rights Reserved.