hudson.plugins.promoted_builds
クラス PromotionTargetAction

java.lang.Object
  上位を拡張 hudson.model.InvisibleAction
      上位を拡張 hudson.plugins.promoted_builds.PromotionTargetAction
すべての実装されたインタフェース:
hudson.model.Action, hudson.model.ModelObject

public class PromotionTargetAction
extends hudson.model.InvisibleAction

Remembers what build it's promoting.

作成者:
Kohsuke Kawaguchi

コンストラクタの概要
PromotionTargetAction(hudson.model.AbstractBuild<?,?> build)
           
 
メソッドの概要
 hudson.model.AbstractBuild<?,?> resolve()
           
 
クラス hudson.model.InvisibleAction から継承されたメソッド
getDisplayName, getIconFileName, getUrlName
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PromotionTargetAction

public PromotionTargetAction(hudson.model.AbstractBuild<?,?> build)
メソッドの詳細

resolve

public hudson.model.AbstractBuild<?,?> resolve()


Copyright © 2011. All Rights Reserved.