Uses of Class
hudson.plugins.promoted_builds.Status
Packages that use Status
-
Uses of Status in hudson.plugins.promoted_builds
Methods in hudson.plugins.promoted_builds that return StatusModifier and TypeMethodDescriptionPromotedBuildAction.getDynamic
(String name, org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 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.Methods in hudson.plugins.promoted_builds that return types with arguments of type StatusModifier and TypeMethodDescriptionPromotedBuildAction.getPromotions()
Gets the read-only view of all the promotions that this build achieved.Methods in hudson.plugins.promoted_builds with parameters of type StatusModifier 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.Constructors in hudson.plugins.promoted_builds with parameters of type Status
PromotionProcess.promote2(AbstractBuild, Cause, Status)