jp.ikedam.jenkins.plugins.updatesitesmanager
クラス ManagedUpdateSite.DescriptorImpl

java.lang.Object
  上位を拡張 hudson.model.Descriptor<DescribedUpdateSite>
      上位を拡張 jp.ikedam.jenkins.plugins.updatesitesmanager.DescribedUpdateSite.Descriptor
          上位を拡張 jp.ikedam.jenkins.plugins.updatesitesmanager.ManagedUpdateSite.DescriptorImpl
すべての実装されたインタフェース:
hudson.model.Saveable
含まれているクラス:
ManagedUpdateSite

@Extension
public static class ManagedUpdateSite.DescriptorImpl
extends DescribedUpdateSite.Descriptor

Descriptor for this class.


入れ子のクラスの概要
 
クラス hudson.model.Descriptor から継承された入れ子のクラス/インタフェース
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self
 
フィールドの概要
 
クラス hudson.model.Descriptor から継承されたフィールド
clazz
 
インタフェース hudson.model.Saveable から継承されたフィールド
NOOP
 
コンストラクタの概要
ManagedUpdateSite.DescriptorImpl()
           
 
メソッドの概要
 hudson.util.FormValidation doCheckCaCertificate(boolean useCaCertificate, String caCertificate)
          Returns whether the certificate is valid.
 String getDescription()
          Returns the description of this UpdateSite.
 String getDisplayName()
          Returns the name of this UpdateSite.
 
クラス jp.ikedam.jenkins.plugins.updatesitesmanager.DescribedUpdateSite.Descriptor から継承されたメソッド
canCreateNewSite, doCheckId, doCheckUrl
 
クラス hudson.model.Descriptor から継承されたメソッド
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ManagedUpdateSite.DescriptorImpl

public ManagedUpdateSite.DescriptorImpl()
メソッドの詳細

getDisplayName

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

定義:
クラス hudson.model.Descriptor<DescribedUpdateSite> 内の getDisplayName
戻り値:
関連項目:
Descriptor.getDisplayName()

getDescription

public String getDescription()
Returns the description of this UpdateSite. shown when select UpdateSite to create.

定義:
クラス DescribedUpdateSite.Descriptor 内の getDescription
戻り値:
関連項目:
DescribedUpdateSite.Descriptor.getDescription()

doCheckCaCertificate

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

戻り値:
FormValidation object


Copyright © 2004-2013. All Rights Reserved.