Uses of Class
hudson.plugins.promoted_builds.PromotionBadge
-
Uses of PromotionBadge in hudson.plugins.promoted_builds
Modifier and TypeClassDescriptionfinal class
This indicates the the promotion was forced.Modifier and TypeMethodDescriptionPromotionCondition.isMet
(AbstractBuild<?, ?> build) Deprecated.PromotionCondition.isMet
(PromotionProcess promotionProcess, AbstractBuild<?, ?> build) Checks if the promotion criteria is met.Modifier and TypeMethodDescriptionStatus.getBadges()
Gets the badges indicating how did a build qualify for a promotion.PromotionProcess.getMetQualifications
(AbstractBuild<?, ?> build) Get the badges of conditions that were passed for this promotion for the buildModifier and TypeMethodDescriptionvoid
PromotionProcess.promote
(AbstractBuild<?, ?> build, Cause cause, PromotionBadge... badges) ModifierConstructorDescriptionStatus
(PromotionProcess process, Collection<? extends PromotionBadge> badges) -
Uses of PromotionBadge in hudson.plugins.promoted_builds.conditions
Modifier and TypeClassDescriptionstatic final class
static final class
static final class
class
class
Indicates that the promotion was automatically done bySelfPromotionCondition
.static final class
Modifier and TypeMethodDescriptionDownstreamPassCondition.isMet
(PromotionProcess promotionProcess, AbstractBuild<?, ?> build) GroovyCondition.isMet
(PromotionProcess promotionProcess, AbstractBuild<?, ?> build) ManualCondition.isMet
(PromotionProcess promotionProcess, AbstractBuild<?, ?> build) ParameterizedSelfPromotionCondition.isMet
(PromotionProcess promotionProcess, AbstractBuild<?, ?> build) SelfPromotionCondition.isMet
(PromotionProcess promotionProcess, AbstractBuild<?, ?> build) UpstreamPromotionCondition.isMet
(PromotionProcess promotionProcess, AbstractBuild<?, ?> build)