クラス
hudson.plugins.promoted_builds.Status の使用

Status を使用しているパッケージ
hudson.plugins.promoted_builds   
 

hudson.plugins.promoted_builds での Status の使用
 

Status を返す hudson.plugins.promoted_builds のメソッド
 Status PromotedBuildAction.getDynamic(java.lang.String name, org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
          Binds Status to URL hierarchy by its name.
 Status PromotedBuildAction.getPromotion(java.lang.String name)
          Finds the Status that has matching name value.
 Status Promotion.getStatus()
          Gets the Status object that keeps track of what Promotions are performed for a build, including this Promotion.
 Status PromotionProcess.isMet(hudson.model.AbstractBuild<?,?> build)
          Checks if all the conditions to promote a build is met.
 

Status 型の引数を持つ型を返す hudson.plugins.promoted_builds のメソッド
 java.util.List<Status> PromotedBuildAction.getPromotions()
          Gets the read-only view of all the promotions that this build achieved.
 

Status 型のパラメータを持つ hudson.plugins.promoted_builds のメソッド
 boolean PromotedBuildAction.add(Status status)
          Called when the build is qualified.
 void PromotionProcess.promote(hudson.model.AbstractBuild<?,?> build, hudson.model.Cause cause, Status qualification)
          Promote the given build by using the given qualification.
 

Status 型のパラメータを持つ hudson.plugins.promoted_builds のコンストラクタ
PromotedBuildAction(hudson.model.AbstractBuild<?,?> owner, Status firstStatus)
           
 



Copyright © 2011. All Rights Reserved.