Class PromotionBadge

    • Constructor Detail

      • PromotionBadge

        public PromotionBadge()
    • Method Detail

      • buildEnvVars

        public void buildEnvVars​(AbstractBuild<?,​?> build,
                                 EnvVars env)
        Called by Status to allow promotion badges to contribute environment variables.
        Parameters:
        build - The calling build. Never null.
        env - Environment variables should be added to this map.