File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
The Jenkins API Client For Java has now moved under the umbrella of the Jenkins GitHub Organization.
10
10
11
- ## What is the "Jenkins API Client for Java"
11
+ ## What is the "Jenkins API Client for Java"?
12
12
13
13
This library is a just a piece of java code which uses the REST API of jenkins.
14
14
This means you can trigger builds, extract informations about jobs or builds
15
- etc. from jenkins. The information you can extract will be represented in java
16
- objects which you can reuse for other purposes or integrate this library into
17
- other parts for a higher level of integration.
15
+ etc. The information you can extract will be represented in java objects which
16
+ you can reuse for other purposes or integrate this library into other parts for
17
+ a higher level of integration.
18
18
19
19
## Getting Started
20
20
You can’t perform that action at this time.
0 commit comments