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

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

hudson.plugins.promoted_builds での PromotionProcess の使用
 

PromotionProcess 型の型パラメータを持つ hudson.plugins.promoted_builds のフィールド
 java.lang.Class<PromotionProcess> JobPropertyImpl.DescriptorImpl.promotionProcessType
           
 

PromotionProcess を返す hudson.plugins.promoted_builds のメソッド
 PromotionProcess JobPropertyImpl.addProcess(java.lang.String name)
          Adds a new promotion process of the given name.
 PromotionProcess JobPropertyImpl.getItem(java.lang.String name)
          Finds a config by name.
 PromotionProcess Status.getProcess()
          Gets the PromotionProcess that this object deals with.
 

PromotionProcess 型の引数を持つ型を返す hudson.plugins.promoted_builds のメソッド
 java.util.List<PromotionProcess> JobPropertyImpl.getActiveItems()
          Gets the list of active promotion processes.
 java.util.List<PromotionProcess> JobPropertyImpl.getItems()
          Gets the list of promotion processes defined for this project, including ones that are no longer actively used and only for archival purpose.
 java.util.List<PromotionProcess> PromotedBuildAction.getPendingPromotions()
          Gets list of PromotionProcesss that are not yet attained.
 java.util.List<PromotionProcess> PromotedProjectAction.getProcesses()
           
 

PromotionProcess 型のパラメータを持つ hudson.plugins.promoted_builds のメソッド
 boolean PromotedBuildAction.contains(PromotionProcess process)
          Checks if the given criterion is already promoted.
 hudson.model.AbstractBuild<?,?> PromotedProjectAction.getLatest(PromotionProcess p)
           
 java.io.File JobPropertyImpl.getRootDirFor(PromotionProcess child)
           
 boolean Status.isFor(PromotionProcess process)
           
 

PromotionProcess 型のパラメータを持つ hudson.plugins.promoted_builds のコンストラクタ
Promotion(PromotionProcess job)
           
Promotion(PromotionProcess job, java.util.Calendar timestamp)
           
Promotion(PromotionProcess project, java.io.File buildDir)
           
Status(PromotionProcess process, java.util.Collection<? extends PromotionBadge> badges)
           
 



Copyright © 2011. All Rights Reserved.