hudson.plugins.promoted_builds.PromotionBadge Maven / Gradle / Ivy
package hudson.plugins.promoted_builds;
/**
* 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
*/
public abstract class PromotionBadge {
}