B C D G I J L M P S U V 

B

BaseModel - Class in com.offbytwo.jenkins.model
 
BaseModel() - Constructor for class com.offbytwo.jenkins.model.BaseModel
 
Build - Class in com.offbytwo.jenkins.model
 
Build() - Constructor for class com.offbytwo.jenkins.model.Build
 
Build(Build) - Constructor for class com.offbytwo.jenkins.model.Build
 
Build(int, String) - Constructor for class com.offbytwo.jenkins.model.Build
 
build() - Method in class com.offbytwo.jenkins.model.Job
Trigger a build without parameters
build(Map<String, String>) - Method in class com.offbytwo.jenkins.model.Job
Trigger a parameterized build
BuildResult - Enum in com.offbytwo.jenkins.model
 
BuildWithDetails - Class in com.offbytwo.jenkins.model
 
BuildWithDetails() - Constructor for class com.offbytwo.jenkins.model.BuildWithDetails
 

C

com.offbytwo.jenkins - package com.offbytwo.jenkins
 
com.offbytwo.jenkins.client - package com.offbytwo.jenkins.client
 
com.offbytwo.jenkins.model - package com.offbytwo.jenkins.model
 
Computer - Class in com.offbytwo.jenkins.model
 
Computer() - Constructor for class com.offbytwo.jenkins.model.Computer
 
Computer(String) - Constructor for class com.offbytwo.jenkins.model.Computer
 
ComputerWithDetails - Class in com.offbytwo.jenkins.model
 
ComputerWithDetails() - Constructor for class com.offbytwo.jenkins.model.ComputerWithDetails
 
createJob(String, String) - Method in class com.offbytwo.jenkins.JenkinsServer
Create a job on the server using the provided xml

D

details() - Method in class com.offbytwo.jenkins.model.Build
 
details() - Method in class com.offbytwo.jenkins.model.Computer
 
details() - Method in class com.offbytwo.jenkins.model.Job
 

G

get(String, Class<T>) - Method in class com.offbytwo.jenkins.client.JenkinsHttpClient
Perform a GET request and parse the response to the given class
get(String) - Method in class com.offbytwo.jenkins.client.JenkinsHttpClient
Perform a GET request and parse the response and return a simple string of the content
getActions() - Method in class com.offbytwo.jenkins.model.BuildWithDetails
 
getActions() - Method in class com.offbytwo.jenkins.model.ComputerWithDetails
 
getActions() - Method in class com.offbytwo.jenkins.model.LabelWithDetails
 
getBuilds() - Method in class com.offbytwo.jenkins.model.JobWithDetails
 
getClient() - Method in class com.offbytwo.jenkins.model.BaseModel
 
getClouds() - Method in class com.offbytwo.jenkins.model.LabelWithDetails
 
getComputers() - Method in class com.offbytwo.jenkins.JenkinsServer
Get a list of all the computers on the server (at the summary level)
getComputers() - Method in class com.offbytwo.jenkins.model.Computer
 
getDescription() - Method in class com.offbytwo.jenkins.model.BuildWithDetails
 
getDescription() - Method in class com.offbytwo.jenkins.model.LabelWithDetails
 
getDisplayName() - Method in class com.offbytwo.jenkins.model.Computer
 
getDisplayName() - Method in class com.offbytwo.jenkins.model.ComputerWithDetails
 
getDisplayName() - Method in class com.offbytwo.jenkins.model.JobWithDetails
 
getDownstreamProjects() - Method in class com.offbytwo.jenkins.model.JobWithDetails
 
getDuration() - Method in class com.offbytwo.jenkins.model.BuildWithDetails
 
getExecutors() - Method in class com.offbytwo.jenkins.model.ComputerWithDetails
 
getFullDisplayName() - Method in class com.offbytwo.jenkins.model.BuildWithDetails
 
getId() - Method in class com.offbytwo.jenkins.model.BuildWithDetails
 
getIdle() - Method in class com.offbytwo.jenkins.model.ComputerWithDetails
 
getIdleExecutors() - Method in class com.offbytwo.jenkins.model.LabelWithDetails
 
getJnlp() - Method in class com.offbytwo.jenkins.model.ComputerWithDetails
 
getJob(String) - Method in class com.offbytwo.jenkins.JenkinsServer
Get a single Job from the server.
getJobs() - Method in class com.offbytwo.jenkins.JenkinsServer
Get a list of all the defined jobs on the server (at the summary level)
getJobs() - Method in class com.offbytwo.jenkins.model.MainView
 
getJobXml(String) - Method in class com.offbytwo.jenkins.JenkinsServer
Get the xml description of an existing job
getLabel(String) - Method in class com.offbytwo.jenkins.JenkinsServer
Get the description of an existing Label
getLastBuild() - Method in class com.offbytwo.jenkins.model.JobWithDetails
 
getLastCompletedBuild() - Method in class com.offbytwo.jenkins.model.JobWithDetails
 
getLastFailedBuild() - Method in class com.offbytwo.jenkins.model.JobWithDetails
 
getLastStableBuild() - Method in class com.offbytwo.jenkins.model.JobWithDetails
 
getLastSuccessfulBuild() - Method in class com.offbytwo.jenkins.model.JobWithDetails
 
getLastUnstableBuild() - Method in class com.offbytwo.jenkins.model.JobWithDetails
 
getLastUnsuccessfulBuild() - Method in class com.offbytwo.jenkins.model.JobWithDetails
 
getLaunchSupported() - Method in class com.offbytwo.jenkins.model.ComputerWithDetails
 
getLoadStatistics() - Method in class com.offbytwo.jenkins.model.ComputerWithDetails
 
getManualLaunchAllowed() - Method in class com.offbytwo.jenkins.model.ComputerWithDetails
 
getMonitorData() - Method in class com.offbytwo.jenkins.model.ComputerWithDetails
 
getName() - Method in class com.offbytwo.jenkins.model.Job
 
getName() - Method in class com.offbytwo.jenkins.model.LabelWithDetails
 
getNextBuildNumber() - Method in class com.offbytwo.jenkins.model.JobWithDetails
 
getNodeName() - Method in class com.offbytwo.jenkins.model.LabelWithDetails
 
getNodes() - Method in class com.offbytwo.jenkins.model.LabelWithDetails
 
getNumber() - Method in class com.offbytwo.jenkins.model.Build
 
getNumExecutors() - Method in class com.offbytwo.jenkins.model.ComputerWithDetails
 
getOffline() - Method in class com.offbytwo.jenkins.model.ComputerWithDetails
 
getOffline() - Method in class com.offbytwo.jenkins.model.LabelWithDetails
 
getOfflineCause() - Method in class com.offbytwo.jenkins.model.ComputerWithDetails
 
getOfflineReason() - Method in class com.offbytwo.jenkins.model.ComputerWithDetails
 
getOneOffExecutors() - Method in class com.offbytwo.jenkins.model.ComputerWithDetails
 
getParameters() - Method in class com.offbytwo.jenkins.model.BuildWithDetails
 
getPropertiesList() - Method in class com.offbytwo.jenkins.model.LabelWithDetails
 
getResult() - Method in class com.offbytwo.jenkins.model.BuildWithDetails
 
getTemporarilyOffline() - Method in class com.offbytwo.jenkins.model.ComputerWithDetails
 
getTiedJobs() - Method in class com.offbytwo.jenkins.model.LabelWithDetails
 
getTimestamp() - Method in class com.offbytwo.jenkins.model.BuildWithDetails
 
getTotalExecutors() - Method in class com.offbytwo.jenkins.model.LabelWithDetails
 
getUpstreamProjects() - Method in class com.offbytwo.jenkins.model.JobWithDetails
 
getUrl() - Method in class com.offbytwo.jenkins.model.Build
 
getUrl() - Method in class com.offbytwo.jenkins.model.Job
 

I

isBuildable() - Method in class com.offbytwo.jenkins.model.JobWithDetails
 
isBuilding() - Method in class com.offbytwo.jenkins.model.BuildWithDetails
 

J

JenkinsHttpClient - Class in com.offbytwo.jenkins.client
 
JenkinsHttpClient(URI) - Constructor for class com.offbytwo.jenkins.client.JenkinsHttpClient
Create an unauthenticated Jenkins HTTP client
JenkinsHttpClient(URI, String, String) - Constructor for class com.offbytwo.jenkins.client.JenkinsHttpClient
Create an authenticated Jenkins HTTP client
JenkinsServer - Class in com.offbytwo.jenkins
The main starting point for interacting with a Jenkins server.
JenkinsServer(URI) - Constructor for class com.offbytwo.jenkins.JenkinsServer
Create a new Jenkins server reference given only the server address
JenkinsServer(URI, String, String) - Constructor for class com.offbytwo.jenkins.JenkinsServer
Create a new Jenkins server reference given the address and credentials
JenkinsServer(JenkinsHttpClient) - Constructor for class com.offbytwo.jenkins.JenkinsServer
Create a new Jenkins server directly from an HTTP client (ADVANCED)
Job - Class in com.offbytwo.jenkins.model
 
Job() - Constructor for class com.offbytwo.jenkins.model.Job
 
Job(String, String) - Constructor for class com.offbytwo.jenkins.model.Job
 
JobWithDetails - Class in com.offbytwo.jenkins.model
 
JobWithDetails() - Constructor for class com.offbytwo.jenkins.model.JobWithDetails
 

L

LabelWithDetails - Class in com.offbytwo.jenkins.model
 
LabelWithDetails() - Constructor for class com.offbytwo.jenkins.model.LabelWithDetails
 

M

MainView - Class in com.offbytwo.jenkins.model
 
MainView() - Constructor for class com.offbytwo.jenkins.model.MainView
 
MainView(List<Job>) - Constructor for class com.offbytwo.jenkins.model.MainView
 
MainView(Job...) - Constructor for class com.offbytwo.jenkins.model.MainView
 

P

post(String, D, Class<R>) - Method in class com.offbytwo.jenkins.client.JenkinsHttpClient
Perform a POST request and parse the response to the given class
post(String) - Method in class com.offbytwo.jenkins.client.JenkinsHttpClient
Perform POST request that takes no parameters and returns no response
post_xml(String, String) - Method in class com.offbytwo.jenkins.client.JenkinsHttpClient
Perform a POST request of XML (instead of using json mapper) and return a string rendering of the response entity.

S

setActions(List) - Method in class com.offbytwo.jenkins.model.BuildWithDetails
 
setClient(JenkinsHttpClient) - Method in class com.offbytwo.jenkins.model.BaseModel
 
setComputer(List<Computer>) - Method in class com.offbytwo.jenkins.model.Computer
 
setJobs(List<Job>) - Method in class com.offbytwo.jenkins.model.MainView
 

U

updateJob(String, String) - Method in class com.offbytwo.jenkins.JenkinsServer
Update the xml description of an existing job

V

valueOf(String) - Static method in enum com.offbytwo.jenkins.model.BuildResult
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.offbytwo.jenkins.model.BuildResult
Returns an array containing the constants of this enum type, in the order they are declared.
B C D G I J L M P S U V 

Copyright © 2013. All Rights Reserved.