Uses of Class
hudson.plugins.promoted_builds.Status
-
Uses of Status in hudson.plugins.promoted_builds
Modifier and TypeMethodDescriptionPromotedBuildAction.getDynamic
(String name, org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) BindsStatus
to URL hierarchy by its name.PromotedBuildAction.getPromotion
(String name) PromotedProjectAction.getStatus
(PromotionProcess process) Promotion.getStatus()
PromotionProcess.isMet
(AbstractBuild<?, ?> build) Checks if all the conditions to promote a build is met.Modifier and TypeMethodDescriptionPromotedBuildAction.getPromotions()
Gets the read-only view of all the promotions that this build achieved.Modifier and TypeMethodDescriptionboolean
Called when the build is qualified.void
PromotionProcess.promote
(AbstractBuild<?, ?> build, Cause cause, Status qualification) Deprecated.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.promote2(AbstractBuild, Cause, Status)