hudson.plugins.promoted_builds
Class PromotionBadge

java.lang.Object
  extended by hudson.plugins.promoted_builds.PromotionBadge
Direct Known Subclasses:
DownstreamPassCondition.Badge, ManualPromotionBadge

public abstract class PromotionBadge
extends java.lang.Object

Captures the information about how/when the promotion criteria is satisfied.

This information is used by humans to make sense out of what happened.

Author:
Kohsuke Kawaguchi

Constructor Summary
PromotionBadge()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PromotionBadge

public PromotionBadge()


Copyright © 2009. All Rights Reserved.