Uses of Class
hudson.plugins.promoted_builds.PromotionBadge

Packages that use PromotionBadge
hudson.plugins.promoted_builds   
hudson.plugins.promoted_builds.conditions   
 

Uses of PromotionBadge in hudson.plugins.promoted_builds
 

Subclasses of PromotionBadge in hudson.plugins.promoted_builds
 class ManualPromotionBadge
          This indicates the the promotion was forced.
 

Methods in hudson.plugins.promoted_builds that return PromotionBadge
 PromotionBadge PromotionCondition.isMet(hudson.model.AbstractBuild<?,?> build)
          Deprecated.  
 PromotionBadge PromotionCondition.isMet(PromotionProcess promotionProcess, hudson.model.AbstractBuild<?,?> build)
          Checks if the promotion criteria is met.
 

Methods in hudson.plugins.promoted_builds that return types with arguments of type PromotionBadge
 java.util.List<PromotionBadge> Status.getBadges()
          Gets the badges indicating how did a build qualify for a promotion.
 java.util.List<PromotionBadge> PromotionProcess.getMetQualifications(hudson.model.AbstractBuild<?,?> build)
          Get the badges of conditions that were passed for this promotion for the build
 

Constructor parameters in hudson.plugins.promoted_builds with type arguments of type PromotionBadge
Status(PromotionProcess process, java.util.Collection<? extends PromotionBadge> badges)
           
 

Uses of PromotionBadge in hudson.plugins.promoted_builds.conditions
 

Subclasses of PromotionBadge in hudson.plugins.promoted_builds.conditions
static class DownstreamPassCondition.Badge
           
static class ManualCondition.Badge
           
static class UpstreamPromotionCondition.Badge
           
 

Methods in hudson.plugins.promoted_builds.conditions that return PromotionBadge
 PromotionBadge UpstreamPromotionCondition.isMet(PromotionProcess promotionProcess, hudson.model.AbstractBuild<?,?> build)
           
 PromotionBadge ManualCondition.isMet(PromotionProcess promotionProcess, hudson.model.AbstractBuild<?,?> build)
           
 PromotionBadge DownstreamPassCondition.isMet(PromotionProcess promotionProcess, hudson.model.AbstractBuild<?,?> build)
           
 



Copyright © 2004-2011. All Rights Reserved.