hudson.plugins.build_timeout.operations
クラス BuildStepOperation.DescriptorImpl

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

@Extension
public static class BuildStepOperation.DescriptorImpl
extends BuildTimeOutOperationDescriptor


入れ子のクラスの概要
 
クラス hudson.model.Descriptor から継承された入れ子のクラス/インタフェース
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self
 
フィールドの概要
 
クラス hudson.model.Descriptor から継承されたフィールド
clazz
 
インタフェース hudson.model.Saveable から継承されたフィールド
NOOP
 
コンストラクタの概要
BuildStepOperation.DescriptorImpl()
           
 
メソッドの概要
 boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json)
           
 List<hudson.model.Descriptor<?>> getBuildStepDescriptors(hudson.model.AbstractProject<?,?> project)
           
 String getDisplayName()
           
 boolean isApplicable(Class<? extends hudson.model.AbstractProject<?,?>> jobType)
          Returns true if this task is applicable to the given project.
 boolean isEnabled()
          Returns whether BuildStepOperation is enabled.
 BuildStepOperation newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
          Create a new instance from user input.
 void setEnabled(boolean enabled)
           
 
クラス hudson.plugins.build_timeout.BuildTimeOutOperationDescriptor から継承されたメソッド
all, all
 
クラス hudson.model.Descriptor から継承されたメソッド
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, 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
 

コンストラクタの詳細

BuildStepOperation.DescriptorImpl

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

isEnabled

public boolean isEnabled()
Returns whether BuildStepOperation is enabled. As BuildStepOperation does not ensure to work with all BuildStep, it is provided as an "advanced" feature, and disabled by default.

戻り値:
whether BuildStepOperation is enabled

setEnabled

public void setEnabled(boolean enabled)
パラメータ:
enabled -

configure

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

newInstance

public BuildStepOperation newInstance(org.kohsuke.stapler.StaplerRequest req,
                                      net.sf.json.JSONObject formData)
                               throws hudson.model.Descriptor.FormException
Create a new instance from user input. As there are builders or publishers who does not use DataBoundConstructor, it is required to handle to call Descriptor.newInstance(StaplerRequest, JSONObject) manually.

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

isApplicable

public boolean isApplicable(Class<? extends hudson.model.AbstractProject<?,?>> jobType)
クラス BuildTimeOutOperationDescriptor の記述:
Returns true if this task is applicable to the given project. Override this to restrict project types this action can be applied.

オーバーライド:
クラス BuildTimeOutOperationDescriptor 内の isApplicable
パラメータ:
jobType -
戻り値:
true when BuildStepOperation is enabled in system configuration.
関連項目:
BuildTimeOutOperationDescriptor.isApplicable(java.lang.Class)

getDisplayName

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

getBuildStepDescriptors

public List<hudson.model.Descriptor<?>> getBuildStepDescriptors(hudson.model.AbstractProject<?,?> project)
パラメータ:
project -
戻り値:


Copyright © 2004-2015. All Rights Reserved.