Package hudson.plugins.emailext.plugins.content

Examples of hudson.plugins.emailext.plugins.content.TriggerNameContent


        return false;
    }

    public List<TokenMacro> getRuntimeMacros(ExtendedEmailPublisherContext context) {
        List<TokenMacro> macros = new ArrayList<TokenMacro>();
        macros.add(new TriggerNameContent(context.getTrigger().getDescriptor().getDisplayName()));
        return macros;
    }
View Full Code Here

TOP

Related Classes of hudson.plugins.emailext.plugins.content.TriggerNameContent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.