hudson.plugins.build_timeout
クラス BuildTimeOutOperationDescriptor

java.lang.Object
  上位を拡張 hudson.model.Descriptor<BuildTimeOutOperation>
      上位を拡張 hudson.plugins.build_timeout.BuildTimeOutOperationDescriptor
すべての実装されたインタフェース:
hudson.model.Saveable
直系の既知のサブクラス:
AbortOperation.DescriptorImpl, BuildStepOperation.DescriptorImpl, FailOperation.DescriptorImpl, WriteDescriptionOperation.DescriptorImpl

public abstract class BuildTimeOutOperationDescriptor
extends hudson.model.Descriptor<BuildTimeOutOperation>

Descriptor for BuildTimeOutOperation


入れ子のクラスの概要
 
クラス hudson.model.Descriptor から継承された入れ子のクラス/インタフェース
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self
 
フィールドの概要
 
クラス hudson.model.Descriptor から継承されたフィールド
clazz
 
インタフェース hudson.model.Saveable から継承されたフィールド
NOOP
 
コンストラクタの概要
BuildTimeOutOperationDescriptor()
           
 
メソッドの概要
static List<BuildTimeOutOperationDescriptor> all()
           
static List<BuildTimeOutOperationDescriptor> all(Class<? extends hudson.model.AbstractProject<?,?>> jobType)
           
 boolean isApplicable(Class<? extends hudson.model.AbstractProject<?,?>> jobType)
          Returns true if this task is applicable to the given project.
 
クラス 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
 

コンストラクタの詳細

BuildTimeOutOperationDescriptor

public BuildTimeOutOperationDescriptor()
メソッドの詳細

isApplicable

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

パラメータ:
jobType -
戻り値:
true to allow user to configure this timeout action to given project.
関連項目:
BuildStepDescriptor.isApplicable(Class)

all

public static List<BuildTimeOutOperationDescriptor> all(Class<? extends hudson.model.AbstractProject<?,?>> jobType)

all

public static List<BuildTimeOutOperationDescriptor> all()


Copyright © 2004-2014. All Rights Reserved.