Package net.sf.redmine_mylyn.internal.api.client

Examples of net.sf.redmine_mylyn.internal.api.client.Api_2_7_ClientImpl


public class RedmineApiClientFactory {

  public static IRedmineApiClient createClient(IRedmineApiWebHelper webHelper, RedmineServerVersion.SubVersion redmineVersion, RedmineServerVersion.SubVersion pluginVersion, Configuration initialConfiguration) {
    //TODO
    return new Api_2_7_ClientImpl(webHelper, initialConfiguration);
  }
View Full Code Here

TOP

Related Classes of net.sf.redmine_mylyn.internal.api.client.Api_2_7_ClientImpl

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.