首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 一个连接到詹金斯的网络接口

一个连接到詹金斯的网络接口

  • 资源大小:9.00 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: .net client jenkins

资 源 简 介

Introduction A .net API to connect to jenkins. How to use it ``` JenkinsClient client = new JenkinsClient("http://localhost:8080/jenkins"); client.Authenticate("user", "pass"); List status = client.ReadJobStatus() ``` More functions are available !!!
VIP VIP
0.217553s