Uses of Class
hudson.plugins.promoted_builds.Promotion
-
Uses of Promotion in hudson.plugins.promoted_builds
Modifier and TypeMethodDescriptionStatus.getLast()
Gets the lastPromotion
.Status.getLastFailed()
Gets the last failedPromotion
.Status.getLastSuccessful()
Gets the last successfulPromotion
.Status.getPromotionBuild
(int number) Gets the promotion build by build number.Status.getSuccessfulPromotion
(JobPropertyImpl jp) Returns thePromotion
object that represents the successful promotion.Modifier and TypeMethodDescriptionPromotionProcess.considerPromotion2
(AbstractBuild<?, ?> build) Checks if the build is promotable, and if so, promote it.PromotionProcess.considerPromotion2
(AbstractBuild<?, ?> build, ManualCondition.ManualApproval approval) PromotionProcess.considerPromotion2
(AbstractBuild<?, ?> build, List<ParameterValue> params) PromotionProcess.getBuildClass()
PromotedBuildAction.getPromotionBuilds
(PromotionProcess promotionProcess) Gets the read-only view of all the promotion builds that this build achieved for a PromotionProcess.Status.getPromotionBuilds()
Gets all the promotion builds.PromotedProjectAction.getPromotions
(PromotionProcess promotionProcess) PromotedProjectAction.getPromotionsSummary
(PromotionProcess promotionProcess) returns the summary of the latest promotions for a promotion process.PromotionProcess.promote2
(AbstractBuild<?, ?> build, Cause cause, Status qualification) Promote the given build by using the given qualification.PromotionProcess.promote2
(AbstractBuild<?, ?> build, Cause cause, Status qualification, List<ParameterValue> params) Promote the given build by using the given qualification.PromotionProcess.scheduleBuild2
(AbstractBuild<?, ?> build, Cause cause) PromotionProcess.scheduleBuild2
(AbstractBuild<?, ?> build, Cause cause, List<ParameterValue> params) Schedules the promotion.Modifier and TypeMethodDescriptionvoid
static ParametersAction
Promotion.getParametersActions
(Promotion build) AbstractBuild<?,
?> -
Uses of Promotion in hudson.plugins.promoted_builds.conditions
Modifier and TypeMethodDescriptionManualCondition.approve
(AbstractBuild<?, ?> build, PromotionProcess promotionProcess) ManualCondition.approve
(AbstractBuild<?, ?> build, PromotionProcess promotionProcess, List<ParameterValue> paramValues)