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

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

@Extension
public static class DescribedUpdateSiteWrapper.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
 
コンストラクタの概要
DescribedUpdateSiteWrapper.DescriptorImpl()
           
 
メソッドの概要
 boolean canCreateNewSite()
          Returns whether this class can be used to create new UpdateSite.
 String getDescription()
          Returns the description of this class.
 String getDisplayName()
          Returns the displaying name.
 
クラス jp.ikedam.jenkins.plugins.updatesitesmanager.DescribedUpdateSite.Descriptor から継承されたメソッド
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
 

コンストラクタの詳細

DescribedUpdateSiteWrapper.DescriptorImpl

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

getDisplayName

public String getDisplayName()
Returns the displaying name. This is not used for this class, for canCreateNewSite returns false.

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

getDescription

public String getDescription()
Returns the description of this class. This is not used for this class, for canCreateNewSite returns false.

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

canCreateNewSite

public boolean canCreateNewSite()
Returns whether this class can be used to create new UpdateSite. Always returns false for this class is used only for managing existing UpdateSite.

オーバーライド:
クラス DescribedUpdateSite.Descriptor 内の canCreateNewSite
戻り値:
false
関連項目:
DescribedUpdateSite.Descriptor.canCreateNewSite()


Copyright © 2004-2013. All Rights Reserved.