Examples of JenkinsHttpClient


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
Copyright © 2018 www.massapi.com. 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.