Uses of Class
hudson.plugins.promoted_builds.PromotionBadge
Packages that use PromotionBadge
-
Uses of PromotionBadge in hudson.plugins.promoted_builds
Subclasses of PromotionBadge in hudson.plugins.promoted_buildsModifier and TypeClassDescriptionfinal class
This indicates the the promotion was forced.Methods in hudson.plugins.promoted_builds that return PromotionBadgeModifier and TypeMethodDescriptionPromotionCondition.isMet
(AbstractBuild<?, ?> build) Deprecated.PromotionCondition.isMet
(PromotionProcess promotionProcess, AbstractBuild<?, ?> build) Checks if the promotion criteria is met.Methods in hudson.plugins.promoted_builds that return types with arguments of type PromotionBadgeModifier 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 buildMethods in hudson.plugins.promoted_builds with parameters of type PromotionBadgeModifier and TypeMethodDescriptionvoid
PromotionProcess.promote
(AbstractBuild<?, ?> build, Cause cause, PromotionBadge... badges) Constructor parameters in hudson.plugins.promoted_builds with type arguments of type PromotionBadgeModifierConstructorDescriptionStatus
(PromotionProcess process, Collection<? extends PromotionBadge> badges) -
Uses of PromotionBadge in hudson.plugins.promoted_builds.conditions
Subclasses of PromotionBadge in hudson.plugins.promoted_builds.conditionsModifier and TypeClassDescriptionstatic final class
static final class
static final class
class
class
Indicates that the promotion was automatically done bySelfPromotionCondition
.static final class
Methods in hudson.plugins.promoted_builds.conditions that return PromotionBadgeModifier 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)