Uses of Class
hudson.plugins.promoted_builds.Promotion
Packages that use Promotion
- 
Uses of Promotion in hudson.plugins.promoted_buildsMethods in hudson.plugins.promoted_builds that return PromotionModifier 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 thePromotionobject that represents the successful promotion.Methods in hudson.plugins.promoted_builds that return types with arguments of type PromotionModifier 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.Methods in hudson.plugins.promoted_builds with parameters of type PromotionModifier and TypeMethodDescriptionvoidstatic ParametersActionPromotion.getParametersActions(Promotion build) AbstractBuild<?,?> 
- 
Uses of Promotion in hudson.plugins.promoted_builds.conditionsMethods in hudson.plugins.promoted_builds.conditions that return types with arguments of type PromotionModifier and TypeMethodDescriptionManualCondition.approve(AbstractBuild<?, ?> build, PromotionProcess promotionProcess) ManualCondition.approve(AbstractBuild<?, ?> build, PromotionProcess promotionProcess, List<ParameterValue> paramValues)