| Package | Description |
|---|---|
| com.offbytwo.jenkins.client | |
| com.offbytwo.jenkins.model | |
| com.offbytwo.jenkins.model.credentials |
| 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
|
<T extends BaseModel> |
JenkinsHttpClient.getQuietly(String path,
Class<T> cls)
Perform a GET request and parse the response to the given class, logging
any IOException that is thrown rather than propagating it.
|
<R extends BaseModel,D> |
JenkinsHttpClient.post(String path,
D data,
Class<R> cls) |
<R extends BaseModel,D> |
JenkinsHttpClient.post(String path,
D data,
Class<R> cls,
boolean crumbFlag)
Perform a POST request and parse the response to the given class
|
| Modifier and Type | Class and Description |
|---|---|
class |
Artifact |
class |
Build |
class |
BuildWithDetails
This class represents build information with details about what has been done
like duration start and of course the build result.
|
class |
CauseAction |
class |
Computer |
class |
ComputerSet |
class |
ComputerWithDetails |
class |
Crumb |
class |
ExtractHeader |
class |
FolderJob |
class |
JacocoCoverageReport |
class |
Job |
class |
JobWithDetails |
class |
LabelWithDetails |
class |
LoadStatistics
This class will contain the information about the load statistics which can
be extracted by using the following url:
http://server/computer/nodename/loadStatistics/api/json?pretty&depth=3
|
class |
MainView |
class |
MavenArtifact |
class |
MavenBuild |
class |
MavenJob |
class |
MavenJobWithDetails |
class |
MavenModule |
class |
MavenModuleRecord |
class |
OfflineCause |
class |
Plugin |
class |
PluginDependency |
class |
PluginManager |
class |
Queue |
class |
QueueItem |
class |
QueueItemActions |
class |
QueueReference |
class |
QueueTask |
class |
TestReport |
class |
TestResult |
class |
View |
| Modifier and Type | Class and Description |
|---|---|
class |
AppleDeveloperProfileCredential
Apple developer profile credential type.
|
class |
CertificateCredential
Certificate credential type.
|
class |
Credential |
static class |
CredentialManager.CredentialResponse
Represents the list response from Jenkins with the 2.x credentials plugin
|
static class |
CredentialManager.CredentialResponseV1
Represents the list response from Jenkins with the 1.x credentials plugin
|
class |
SecretTextCredential
Secret Text credential type.
|
class |
SSHKeyCredential
SSH Key Credential type.
|
class |
UsernamePasswordCredential
Username and password credential type.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.