Package com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier

Examples of com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.ParameterExpander


                                        TaskListener listener) {
        //CS IGNORE AvoidInlineConditionals FOR NEXT 1 LINES. REASON: Only more hard to read alternatives apply.
        super(config, (listener != null ? listener.getLogger() : null), (ChangeBasedEvent)memoryImprint.getEvent());
        this.memoryImprint = memoryImprint;
        this.listener = listener;
        this.parameterExpander = new ParameterExpander(config);
        this.config = config;
    }
View Full Code Here


        //CS IGNORE AvoidInlineConditionals FOR NEXT 1 LINES. REASON: Only more hard to read alternatives apply.
        super(config, (listener != null ? listener.getLogger() : null), event);
        this.build = build;
        this.stats = stats;
        this.listener = listener;
        parameterExpander = new ParameterExpander(config);
    }
View Full Code Here

TOP

Related Classes of com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.ParameterExpander

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.