jp.ikedam.jenkins.plugins.updatesitesmanager
クラス DescribedUpdateSite.Descriptor

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

public abstract static class DescribedUpdateSite.Descriptor
extends hudson.model.Descriptor<DescribedUpdateSite>

Base class for Descriptor of subclass of DescribedUpdateSite


入れ子のクラスの概要
 
クラス hudson.model.Descriptor から継承された入れ子のクラス/インタフェース
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self
 
フィールドの概要
 
クラス hudson.model.Descriptor から継承されたフィールド
clazz
 
インタフェース hudson.model.Saveable から継承されたフィールド
NOOP
 
コンストラクタの概要
DescribedUpdateSite.Descriptor()
           
 
メソッドの概要
 boolean canCreateNewSite()
          Returns whether this DescribedUpdateSite can be used to create a new UpdateSite.
 hudson.util.FormValidation doCheckId(String id)
          Validate id
 hudson.util.FormValidation doCheckUrl(String url)
          Validate url
abstract  String getDescription()
          Return the description of this DescribedUpdateSite.
 
クラス hudson.model.Descriptor から継承されたメソッド
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, 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
 

コンストラクタの詳細

DescribedUpdateSite.Descriptor

public DescribedUpdateSite.Descriptor()
メソッドの詳細

getDescription

public abstract String getDescription()
Return the description of this DescribedUpdateSite. Shown when selecting DescribedUpdateSite to create.

戻り値:
the description of this DescribedUpdateSite

canCreateNewSite

public boolean canCreateNewSite()
Returns whether this DescribedUpdateSite can be used to create a new UpdateSite. Return false for classes that is used for managing existing entry, but not for add new entry.

戻り値:
whether this DescribedUpdateSite can be used to create a new UpdateSite.

doCheckId

public hudson.util.FormValidation doCheckId(@QueryParameter
                                            String id)
Validate id

パラメータ:
id -
戻り値:

doCheckUrl

public hudson.util.FormValidation doCheckUrl(@QueryParameter
                                             String url)
Validate url

パラメータ:
url -
戻り値:


Copyright © 2004-2013. All Rights Reserved.