Ejemplo n.º 1
0
 public void GetComputerSetTest()
 {
     using (Jenkins jenkins = new Jenkins(this.host, this.login, this.password))
     {
         JenkinsModelComputerSet set = jenkins.GetComputerSetAsync().Result;
     }
 }