/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package hudson.plugins.promoted_builds.conditions;
import hudson.plugins.promoted_builds.PromotionBadge;
/**
*
* @author grant
*/
public class ParameterizedSelfPromotionBadge extends PromotionBadge {
}