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
          Indicates that the promotion happened manually.
 

Methods in hudson.plugins.promoted_builds that return PromotionBadge
abstract  PromotionBadge PromotionCondition.isMet(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.
 

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
           
 

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



Copyright © 2009. All Rights Reserved.