| Package | Description |
|---|---|
| com.offbytwo.jenkins.client | |
| com.offbytwo.jenkins.model |
| Modifier and Type | Method and Description |
|---|---|
<T extends BaseModel> |
JenkinsHttpClient.get(String path,
Class<T> cls)
Perform a GET request and parse the response to the given class
|
<R extends BaseModel,D> |
JenkinsHttpClient.post(String path,
D data,
Class<R> cls)
Perform a POST request and parse the response to the given class
|
| Modifier and Type | Class and Description |
|---|---|
class |
Build |
class |
BuildWithDetails |
class |
Job |
class |
JobWithDetails |
class |
MainView |
Copyright © 2013. All Rights Reserved.