hudson.plugins.build_timeout
クラス BuildTimeoutWrapper.DescriptorImpl

java.lang.Object
  上位を拡張 hudson.model.Descriptor<hudson.tasks.BuildWrapper>
      上位を拡張 hudson.tasks.BuildWrapperDescriptor
          上位を拡張 hudson.plugins.build_timeout.BuildTimeoutWrapper.DescriptorImpl
すべての実装されたインタフェース:
hudson.model.Saveable
含まれているクラス:
BuildTimeoutWrapper

public static final class BuildTimeoutWrapper.DescriptorImpl
extends hudson.tasks.BuildWrapperDescriptor


入れ子のクラスの概要
 
クラス hudson.model.Descriptor から継承された入れ子のクラス/インタフェース
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self
 
フィールドの概要
 
クラス hudson.model.Descriptor から継承されたフィールド
clazz
 
インタフェース hudson.model.Saveable から継承されたフィールド
NOOP
 
メソッドの概要
 String getDisplayName()
           
 List<BuildTimeOutOperationDescriptor> getOperations()
           
 List<BuildTimeOutOperationDescriptor> getOperations(hudson.model.AbstractProject<?,?> project)
           
 List<BuildTimeOutStrategyDescriptor> getStrategies()
           
 boolean isApplicable(hudson.model.AbstractProject<?,?> item)
           
 BuildTimeoutWrapper newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
          create a new instance form user input.
 
クラス 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, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

newInstance

public BuildTimeoutWrapper newInstance(org.kohsuke.stapler.StaplerRequest req,
                                       net.sf.json.JSONObject formData)
                                throws hudson.model.Descriptor.FormException
create a new instance form user input. Usually this is performed with StaplerRequest.bindJSON(Class, JSONObject), but here it is required to construct object manually to call Descriptor.newInstance(StaplerRequest, JSONObject) of downstream classes.

オーバーライド:
クラス hudson.model.Descriptor<hudson.tasks.BuildWrapper> 内の newInstance
パラメータ:
req -
formData -
戻り値:
例外:
hudson.model.Descriptor.FormException
関連項目:
Descriptor.newInstance(org.kohsuke.stapler.StaplerRequest, net.sf.json.JSONObject)

getDisplayName

public String getDisplayName()
定義:
クラス hudson.model.Descriptor<hudson.tasks.BuildWrapper> 内の getDisplayName

isApplicable

public boolean isApplicable(hudson.model.AbstractProject<?,?> item)
定義:
クラス hudson.tasks.BuildWrapperDescriptor 内の isApplicable

getStrategies

public List<BuildTimeOutStrategyDescriptor> getStrategies()

getOperations

public List<BuildTimeOutOperationDescriptor> getOperations(hudson.model.AbstractProject<?,?> project)

getOperations

public List<BuildTimeOutOperationDescriptor> getOperations()


Copyright © 2004-2015. All Rights Reserved.