资 源 简 介
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 !!!