hudson.plugins.promoted_builds
クラス PromotionConditionDescriptor

java.lang.Object
  上位を拡張 hudson.model.Descriptor<PromotionCondition>
      上位を拡張 hudson.plugins.promoted_builds.PromotionConditionDescriptor
すべての実装されたインタフェース:
hudson.model.Saveable
直系の既知のサブクラス:
DownstreamPassCondition.DescriptorImpl, ManualCondition.DescriptorImpl

public abstract class PromotionConditionDescriptor
extends hudson.model.Descriptor<PromotionCondition>

Descriptor for PromotionCondition.

作成者:
Kohsuke Kawaguchi
関連項目:
PromotionCondition.all(), PromotionCondition.getApplicableTriggers(AbstractProject)

入れ子のクラスの概要
 
クラス hudson.model.Descriptor から継承された入れ子のクラス/インタフェース
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType
 
フィールドの概要
 
クラス hudson.model.Descriptor から継承されたフィールド
clazz
 
インタフェース hudson.model.Saveable から継承されたフィールド
NOOP
 
コンストラクタの概要
protected PromotionConditionDescriptor()
           
protected PromotionConditionDescriptor(java.lang.Class<? extends PromotionCondition> clazz)
           
 
メソッドの概要
abstract  boolean isApplicable(hudson.model.AbstractProject<?,?> item)
          Returns true if this condition is applicable to the given project.
 
クラス hudson.model.Descriptor から継承されたメソッド
calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigPage, getDescriptorUrl, getDisplayName, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getJsonSafeClassName, getPropertyType, getPropertyType, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, save, toArray, toList, toMap
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PromotionConditionDescriptor

protected PromotionConditionDescriptor(java.lang.Class<? extends PromotionCondition> clazz)

PromotionConditionDescriptor

protected PromotionConditionDescriptor()
メソッドの詳細

isApplicable

public abstract boolean isApplicable(hudson.model.AbstractProject<?,?> item)
Returns true if this condition is applicable to the given project.

戻り値:
true to allow user to configure this promotion condition for the given project.


Copyright © 2011. All Rights Reserved.