Package com.offbytwo.jenkins.client

Examples of com.offbytwo.jenkins.client.JenkinsHttpClient


  private JenkinsHttpClient client;
  private String jobName;

  public TestResultHistory(String apacheHTTPURL, String jobName, String userName, String passWord)
      throws URISyntaxException {
    this.client = new JenkinsHttpClient(new URI(apacheHTTPURL), userName, passWord);
    this.jobName = jobName;
  }
View Full Code Here

TOP

Related Classes of com.offbytwo.jenkins.client.JenkinsHttpClient

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.