hudson.plugins.promoted_builds.conditions
クラス ManualCondition

java.lang.Object
  上位を拡張 hudson.plugins.promoted_builds.PromotionCondition
      上位を拡張 hudson.plugins.promoted_builds.conditions.ManualCondition
すべての実装されたインタフェース:
hudson.ExtensionPoint, hudson.model.Describable<PromotionCondition>

public class ManualCondition
extends PromotionCondition

PromotionCondition that requires manual promotion.

作成者:
Kohsuke Kawaguchi

入れ子のクラスの概要
static class ManualCondition.DescriptorImpl
           
 
インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
コンストラクタの概要
ManualCondition()
           
 
メソッドの概要
 PromotionBadge isMet(hudson.model.AbstractBuild<?,?> build)
          Checks if the promotion criteria is met.
 
クラス hudson.plugins.promoted_builds.PromotionCondition から継承されたメソッド
all, getApplicableTriggers, getDescriptor
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ManualCondition

public ManualCondition()
メソッドの詳細

isMet

public PromotionBadge isMet(hudson.model.AbstractBuild<?,?> build)
クラス PromotionCondition の記述:
Checks if the promotion criteria is met.

定義:
クラス PromotionCondition 内の isMet
パラメータ:
build - The build for which the promotion is considered.
戻り値:
non-null if the promotion condition is met. This object is then recorded so that we know how a build was promoted. Null if otherwise, meaning it shouldn't be promoted.


Copyright © 2011. All Rights Reserved.