Package hudson.plugins.im.config

Examples of hudson.plugins.im.config.ParameterNames


    return this.defaultTargets;
  }
 
  @Override
    public ParameterNames getParamNames() {
        return new ParameterNames() {
            @Override
            protected String getPrefix() {
                return PREFIX;
            }
        };
View Full Code Here

TOP

Related Classes of hudson.plugins.im.config.ParameterNames

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.