Skip navigation links
Jenkins API client for Java :: The Client. 0.3.8
A B C D E F G H I J L M N O P Q R S T U V 

A

addAuthentication(HttpClientBuilder, URI, String, String) - Static method in class com.offbytwo.jenkins.client.JenkinsHttpClient
 
addParam(StringParameterDefinition) - Method in class com.offbytwo.jenkins.model.ParameterDefinitions
 
addStringParam(String, String, String, String) - Method in class com.offbytwo.jenkins.JenkinsServer
 
addStringParam(String, String, String) - Method in class com.offbytwo.jenkins.model.JobConfiguration
 
AppleDeveloperProfileCredential - Class in com.offbytwo.jenkins.model.credentials
Apple developer profile credential type.
AppleDeveloperProfileCredential() - Constructor for class com.offbytwo.jenkins.model.credentials.AppleDeveloperProfileCredential
 
Artifact - Class in com.offbytwo.jenkins.model
 
Artifact() - Constructor for class com.offbytwo.jenkins.model.Artifact
 
asXml() - Method in class com.offbytwo.jenkins.model.JobConfiguration
 

B

BaseModel - Class in com.offbytwo.jenkins.model
The base model.
BaseModel() - Constructor for class com.offbytwo.jenkins.model.BaseModel
 
build() - Static method in class com.offbytwo.jenkins.helper.Range
 
build() - Method in class com.offbytwo.jenkins.helper.Range.FromBuilder
 
build() - Method in class com.offbytwo.jenkins.helper.Range.ToBuilder
 
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(boolean) - Method in class com.offbytwo.jenkins.model.Job
Trigger a build with crumbFlag.
build(Map<String, String>) - Method in class com.offbytwo.jenkins.model.Job
Trigger a parameterized build
build(Map<String, String>, boolean) - Method in class com.offbytwo.jenkins.model.Job
Trigger a parameterized build
BUILD_HAS_BEEN_CANCELLED - Static variable in class com.offbytwo.jenkins.model.Build
This will be returned by the API in cases where a build has been cancelled.
BUILD_HAS_BEEN_CANCELLED - Static variable in class com.offbytwo.jenkins.model.BuildWithDetails
This will be returned by the API in cases where the build has been cancelled.
BUILD_HAS_NEVER_RUN - Static variable in class com.offbytwo.jenkins.model.Build
This will be returned by the API in cases where no build has ever been executed like JobWithDetails.getLastBuild() etc.
BUILD_HAS_NEVER_RUN - Static variable in class com.offbytwo.jenkins.model.BuildWithDetails
This will be returned by the API in cases where the build has never run.
BUILD_HAS_NEVER_RUN - Static variable in class com.offbytwo.jenkins.model.MavenBuild
This will be returned by the API in cases where no build has ever been executed like JobWithDetails.getLastBuild() etc.
BuildCause - Class in com.offbytwo.jenkins.model
 
BuildCause() - Constructor for class com.offbytwo.jenkins.model.BuildCause
 
BuildChangeSet - Class in com.offbytwo.jenkins.model
Build ChangeSet.
BuildChangeSet() - Constructor for class com.offbytwo.jenkins.model.BuildChangeSet
 
BuildChangeSetAuthor - Class in com.offbytwo.jenkins.model
 
BuildChangeSetAuthor() - Constructor for class com.offbytwo.jenkins.model.BuildChangeSetAuthor
 
BuildChangeSetItem - Class in com.offbytwo.jenkins.model
Build ChangeSet Item
BuildChangeSetItem() - Constructor for class com.offbytwo.jenkins.model.BuildChangeSetItem
 
BuildChangeSetPath - Class in com.offbytwo.jenkins.model
 
BuildChangeSetPath() - Constructor for class com.offbytwo.jenkins.model.BuildChangeSetPath
 
BuildConsoleStreamListener - Interface in com.offbytwo.jenkins.helper
Listener interface used to obtain build console logs
Builder() - Constructor for class com.offbytwo.jenkins.helper.Range.Builder
 
BuildResult - Enum in com.offbytwo.jenkins.model
 
BuildWithDetails - Class in com.offbytwo.jenkins.model
This class represents build information with details about what has been done like duration start and of course the build result.
BuildWithDetails() - Constructor for class com.offbytwo.jenkins.model.BuildWithDetails
 
BuildWithDetails(BuildWithDetails) - Constructor for class com.offbytwo.jenkins.model.BuildWithDetails
 

C

cancelQuietDown() - Method in class com.offbytwo.jenkins.JenkinsServer
Cancels the Quiet Down (Prepare for shutdown) message
CauseAction - Class in com.offbytwo.jenkins.model
 
CauseAction() - Constructor for class com.offbytwo.jenkins.model.CauseAction
 
CertificateCredential - Class in com.offbytwo.jenkins.model.credentials
Certificate credential type.
CertificateCredential() - Constructor for class com.offbytwo.jenkins.model.credentials.CertificateCredential
 
CertificateCredential.CERTIFICATE_SOURCE_TYPES - Enum in com.offbytwo.jenkins.model.credentials
The source of the certificate.
clearDescription() - Method in class com.offbytwo.jenkins.model.JobWithDetails
clear the description of a job.
clearDescription(boolean) - Method in class com.offbytwo.jenkins.model.JobWithDetails
clear the description of a job.
client - Variable in class com.offbytwo.jenkins.model.BaseModel
 
close() - Method in class com.offbytwo.jenkins.client.util.RequestReleasingInputStream
Closes this input stream and releases any system resources associated with the stream.
com.offbytwo.jenkins - package com.offbytwo.jenkins
 
com.offbytwo.jenkins.client - package com.offbytwo.jenkins.client
 
com.offbytwo.jenkins.client.util - package com.offbytwo.jenkins.client.util
 
com.offbytwo.jenkins.client.validator - package com.offbytwo.jenkins.client.validator
 
com.offbytwo.jenkins.helper - package com.offbytwo.jenkins.helper
 
com.offbytwo.jenkins.model - package com.offbytwo.jenkins.model
 
com.offbytwo.jenkins.model.credentials - package com.offbytwo.jenkins.model.credentials
 
ComparableVersion - Class in com.offbytwo.jenkins.helper
This code is copied from Maven Core with slight modifications.
ComparableVersion(String) - Constructor for class com.offbytwo.jenkins.helper.ComparableVersion
 
ComparableVersion.ListItem - Class in com.offbytwo.jenkins.helper
Represents a version list item.
compareTo(ComparableVersion) - Method in class com.offbytwo.jenkins.helper.ComparableVersion
 
compareTo(ComparableVersion.Item) - Method in class com.offbytwo.jenkins.helper.ComparableVersion.ListItem
 
compareTo(JenkinsVersion) - Method in class com.offbytwo.jenkins.helper.JenkinsVersion
 
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
 
ComputerSet - Class in com.offbytwo.jenkins.model
 
ComputerSet() - Constructor for class com.offbytwo.jenkins.model.ComputerSet
 
ComputerWithDetails - Class in com.offbytwo.jenkins.model
 
ComputerWithDetails() - Constructor for class com.offbytwo.jenkins.model.ComputerWithDetails
 
ConsoleLog - Class in com.offbytwo.jenkins.model
Represents build console log
ConsoleLog(String, Boolean, Integer) - Constructor for class com.offbytwo.jenkins.model.ConsoleLog
 
create(String) - Static method in class com.offbytwo.jenkins.helper.JenkinsVersion
 
createCredential(Credential, boolean) - Method in class com.offbytwo.jenkins.JenkinsServer
Create the given credential
createCredential(Credential, Boolean) - Method in class com.offbytwo.jenkins.model.credentials.CredentialManager
Create a new credential
createFolder(String) - Method in class com.offbytwo.jenkins.JenkinsServer
Create a folder on the server (in the root)
createFolder(String, Boolean) - Method in class com.offbytwo.jenkins.JenkinsServer
Create a folder on the server (in the root)
createFolder(FolderJob, String) - Method in class com.offbytwo.jenkins.JenkinsServer
Create a job on the server (in the given folder)
createFolder(FolderJob, String, Boolean) - Method in class com.offbytwo.jenkins.JenkinsServer
Create a job on the server (in the given folder)
createFolder(String) - Method in class com.offbytwo.jenkins.model.FolderJob
Create a folder on the server (as a subfolder of this folder)
createFolder(String, Boolean) - Method in class com.offbytwo.jenkins.model.FolderJob
Create a folder on the server (as a subfolder of this folder)
createJob(String, String) - Method in class com.offbytwo.jenkins.JenkinsServer
Create a job on the server using the provided xml
createJob(String, String, Boolean) - Method in class com.offbytwo.jenkins.JenkinsServer
Create a job on the server using the provided xml
createJob(FolderJob, String, String) - Method in class com.offbytwo.jenkins.JenkinsServer
Create a job on the server using the provided xml and in the provided folder
createJob(FolderJob, String, String, Boolean) - Method in class com.offbytwo.jenkins.JenkinsServer
Create a job on the server using the provided xml and in the provided folder
createView(String, String) - Method in class com.offbytwo.jenkins.JenkinsServer
Create a view on the server using the provided xml
createView(String, String, Boolean) - Method in class com.offbytwo.jenkins.JenkinsServer
Create a view on the server using the provided xml.
createView(FolderJob, String, String) - Method in class com.offbytwo.jenkins.JenkinsServer
Create a view on the server using the provided xml and in the provided folder.
createView(FolderJob, String, String, Boolean) - Method in class com.offbytwo.jenkins.JenkinsServer
Create a view on the server using the provided xml and in the provided folder.
Credential - Class in com.offbytwo.jenkins.model.credentials
 
Credential() - Constructor for class com.offbytwo.jenkins.model.credentials.Credential
 
CredentialManager - Class in com.offbytwo.jenkins.model.credentials
 
CredentialManager(String, JenkinsHttpClient) - Constructor for class com.offbytwo.jenkins.model.credentials.CredentialManager
 
CredentialManager.CredentialResponse - Class in com.offbytwo.jenkins.model.credentials
Represents the list response from Jenkins with the 2.x credentials plugin
CredentialManager.CredentialResponseV1 - Class in com.offbytwo.jenkins.model.credentials
Represents the list response from Jenkins with the 1.x credentials plugin
CredentialResponse() - Constructor for class com.offbytwo.jenkins.model.credentials.CredentialManager.CredentialResponse
 
CredentialResponseV1() - Constructor for class com.offbytwo.jenkins.model.credentials.CredentialManager.CredentialResponseV1
 
Crumb - Class in com.offbytwo.jenkins.model
 
Crumb() - Constructor for class com.offbytwo.jenkins.model.Crumb
 
Crumb(String, String) - Constructor for class com.offbytwo.jenkins.model.Crumb
 
CURLY_BRACKET_CLOSE - Static variable in class com.offbytwo.jenkins.helper.Range
 
CURLY_BRACKET_OPEN - Static variable in class com.offbytwo.jenkins.helper.Range
 

D

dataForCreate() - Method in class com.offbytwo.jenkins.model.credentials.AppleDeveloperProfileCredential
 
dataForCreate() - Method in class com.offbytwo.jenkins.model.credentials.CertificateCredential
 
dataForCreate() - Method in class com.offbytwo.jenkins.model.credentials.Credential
 
dataForCreate() - Method in class com.offbytwo.jenkins.model.credentials.SecretTextCredential
 
dataForCreate() - Method in class com.offbytwo.jenkins.model.credentials.SSHKeyCredential
 
dataForCreate() - Method in class com.offbytwo.jenkins.model.credentials.UsernamePasswordCredential
 
dataForUpdate() - Method in class com.offbytwo.jenkins.model.credentials.AppleDeveloperProfileCredential
 
dataForUpdate() - Method in class com.offbytwo.jenkins.model.credentials.CertificateCredential
 
dataForUpdate() - Method in class com.offbytwo.jenkins.model.credentials.Credential
 
dataForUpdate() - Method in class com.offbytwo.jenkins.model.credentials.SecretTextCredential
 
dataForUpdate() - Method in class com.offbytwo.jenkins.model.credentials.SSHKeyCredential
 
dataForUpdate() - Method in class com.offbytwo.jenkins.model.credentials.UsernamePasswordCredential
 
deleteCredential(String, boolean) - Method in class com.offbytwo.jenkins.JenkinsServer
Delete an existing credential
deleteCredential(String, Boolean) - Method in class com.offbytwo.jenkins.model.credentials.CredentialManager
Delete the credential with the given id
deleteJob(FolderJob, String) - Method in class com.offbytwo.jenkins.JenkinsServer
Delete a job from Jenkins within a folder.
deleteJob(FolderJob, String, boolean) - Method in class com.offbytwo.jenkins.JenkinsServer
Delete a job from Jenkins within a folder.
deleteJob(String) - Method in class com.offbytwo.jenkins.JenkinsServer
Delete a job from jenkins
deleteJob(String, boolean) - Method in class com.offbytwo.jenkins.JenkinsServer
Delete a job from Jenkins.
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
 
disableJob(String) - Method in class com.offbytwo.jenkins.JenkinsServer
Disable a job from jenkins
disableJob(String, boolean) - Method in class com.offbytwo.jenkins.JenkinsServer
Disable a job from Jenkins.
downloadArtifact(Artifact) - Method in class com.offbytwo.jenkins.model.BuildWithDetails
 

E

EMPTY_DESCRIPTION - Static variable in class com.offbytwo.jenkins.model.JobWithDetails
EMPTY_STRING - Static variable in class com.offbytwo.jenkins.model.TestReport
 
enableJob(String) - Method in class com.offbytwo.jenkins.JenkinsServer
Enable a job from jenkins
enableJob(String, boolean) - Method in class com.offbytwo.jenkins.JenkinsServer
Enable a job from Jenkins.
encode(String) - Static method in class com.offbytwo.jenkins.client.util.EncodingUtils
 
encodeParam(String) - Static method in class com.offbytwo.jenkins.client.util.EncodingUtils
 
EncodingUtils - Class in com.offbytwo.jenkins.client.util
 
equals(Object) - Method in class com.offbytwo.jenkins.helper.ComparableVersion
 
equals(Object) - Method in class com.offbytwo.jenkins.model.Artifact
 
equals(Object) - Method in class com.offbytwo.jenkins.model.Build
 
equals(Object) - Method in class com.offbytwo.jenkins.model.BuildCause
 
equals(Object) - Method in class com.offbytwo.jenkins.model.BuildChangeSet
 
equals(Object) - Method in class com.offbytwo.jenkins.model.BuildChangeSetAuthor
 
equals(Object) - Method in class com.offbytwo.jenkins.model.BuildChangeSetItem
 
equals(Object) - Method in class com.offbytwo.jenkins.model.BuildChangeSetPath
 
equals(Object) - Method in class com.offbytwo.jenkins.model.BuildWithDetails
 
equals(Object) - Method in class com.offbytwo.jenkins.model.CauseAction
 
equals(Object) - Method in class com.offbytwo.jenkins.model.Computer
 
equals(Object) - Method in class com.offbytwo.jenkins.model.ComputerSet
 
equals(Object) - Method in class com.offbytwo.jenkins.model.ComputerWithDetails
 
equals(Object) - Method in class com.offbytwo.jenkins.model.Executable
 
equals(Object) - Method in class com.offbytwo.jenkins.model.Executor
 
equals(Object) - Method in class com.offbytwo.jenkins.model.HourMinSec10
 
equals(Object) - Method in class com.offbytwo.jenkins.model.Job
 
equals(Object) - Method in class com.offbytwo.jenkins.model.JobWithDetails
 
equals(Object) - Method in class com.offbytwo.jenkins.model.LabelWithDetails
 
equals(Object) - Method in class com.offbytwo.jenkins.model.LoadStatistics
 
equals(Object) - Method in class com.offbytwo.jenkins.model.OfflineCause
 
equals(Object) - Method in class com.offbytwo.jenkins.model.Plugin
 
equals(Object) - Method in class com.offbytwo.jenkins.model.PluginDependency
 
equals(Object) - Method in class com.offbytwo.jenkins.model.PluginManager
 
equals(Object) - Method in class com.offbytwo.jenkins.model.Queue
 
equals(Object) - Method in class com.offbytwo.jenkins.model.QueueItem
 
equals(Object) - Method in class com.offbytwo.jenkins.model.QueueTask
 
equals(Object) - Method in class com.offbytwo.jenkins.model.Statis
 
equals(Object) - Method in class com.offbytwo.jenkins.model.TestCase
 
equals(Object) - Method in class com.offbytwo.jenkins.model.TestChild
 
equals(Object) - Method in class com.offbytwo.jenkins.model.TestChildReport
 
equals(Object) - Method in class com.offbytwo.jenkins.model.TestReport
 
equals(Object) - Method in class com.offbytwo.jenkins.model.TestResult
 
equals(Object) - Method in class com.offbytwo.jenkins.model.TestSuites
 
equals(Object) - Method in class com.offbytwo.jenkins.model.View
 
Executable - Class in com.offbytwo.jenkins.model
 
Executable() - Constructor for class com.offbytwo.jenkins.model.Executable
 
Executor - Class in com.offbytwo.jenkins.model
This class is based on informations which can be extracted from an running Jenkins instance via http://jenkins-server/ computer/api/schema.
Executor() - Constructor for class com.offbytwo.jenkins.model.Executor
 
ExtractHeader - Class in com.offbytwo.jenkins.model
 
ExtractHeader() - Constructor for class com.offbytwo.jenkins.model.ExtractHeader
 

F

findPluginWithName(String) - Method in class com.offbytwo.jenkins.JenkinsServer
Find a plugin that matches the given short name
finished() - Method in interface com.offbytwo.jenkins.helper.BuildConsoleStreamListener
Called when streaming console output is finished
FolderJob - Class in com.offbytwo.jenkins.model
 
FolderJob() - Constructor for class com.offbytwo.jenkins.model.FolderJob
 
FolderJob(String, String) - Constructor for class com.offbytwo.jenkins.model.FolderJob
 
FormBinaryField - Class in com.offbytwo.jenkins.client
 
FormBinaryField(String, String, byte[]) - Constructor for class com.offbytwo.jenkins.client.FormBinaryField
 
from(int) - Method in class com.offbytwo.jenkins.helper.Range.Builder
 
FromBuilder(Range) - Constructor for class com.offbytwo.jenkins.helper.Range.FromBuilder
 

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
get_class() - Method in class com.offbytwo.jenkins.model.BaseModel
 
getAbsoluteUrl() - Method in class com.offbytwo.jenkins.model.BuildChangeSetAuthor
 
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
 
getActions() - Method in class com.offbytwo.jenkins.model.QueueItem
 
getAffectedPaths() - Method in class com.offbytwo.jenkins.model.BuildChangeSetItem
 
getAge() - Method in class com.offbytwo.jenkins.model.TestCase
 
getAllBuilds() - Method in class com.offbytwo.jenkins.model.JobWithDetails
This method will give you back all builds which exists independent of the number.
getAllBuilds(Range) - Method in class com.offbytwo.jenkins.model.JobWithDetails
{M,N}: From the M-th element (inclusive) to the N-th element (exclusive). {M,}: From the M-th element (inclusive) to the end. {,N}: From the first element (inclusive) to the N-th element (exclusive).
getAllBuilds() - Method in class com.offbytwo.jenkins.model.MavenJobWithDetails
This method will give you back all builds which exists independent of the number.
getAllBuilds(Range) - Method in class com.offbytwo.jenkins.model.MavenJobWithDetails
{M,N}: From the M-th element (inclusive) to the N-th element (exclusive). {M,}: From the M-th element (inclusive) to the end. {,N}: From the first element (inclusive) to the N-th element (exclusive).
getArtifactId() - Method in class com.offbytwo.jenkins.model.MavenArtifact
 
getArtifacts() - Method in class com.offbytwo.jenkins.model.BuildWithDetails
 
getAttachedArtifacts() - Method in class com.offbytwo.jenkins.model.MavenModuleRecord
 
getAuthor() - Method in class com.offbytwo.jenkins.model.BuildChangeSetItem
 
getBackupVersion() - Method in class com.offbytwo.jenkins.model.Plugin
 
getBranchCoverage() - Method in class com.offbytwo.jenkins.model.JacocoCoverageReport
 
getBuild(QueueItem) - Method in class com.offbytwo.jenkins.JenkinsServer
 
getBuildByNumber(int) - Method in class com.offbytwo.jenkins.model.JobWithDetails
Get a build by the given buildNumber.
getBuildByNumber(int) - Method in class com.offbytwo.jenkins.model.MavenJobWithDetails
 
getBuilds() - Method in class com.offbytwo.jenkins.model.JobWithDetails
This method will give you back the builds of a particular job.
getBuilds() - Method in class com.offbytwo.jenkins.model.MavenJobWithDetails
This method will give you back the builds of a particular job.
getBuiltOn() - Method in class com.offbytwo.jenkins.model.BuildWithDetails
 
getBusyExecutors() - Method in class com.offbytwo.jenkins.model.ComputerSet
 
getBusyExecutors() - Method in class com.offbytwo.jenkins.model.LoadStatistics
 
getCanonical() - Method in class com.offbytwo.jenkins.helper.ComparableVersion
 
getCanonicalName() - Method in class com.offbytwo.jenkins.model.MavenArtifact
 
getCases() - Method in class com.offbytwo.jenkins.model.TestSuites
 
getCauses() - Method in class com.offbytwo.jenkins.model.BuildWithDetails
 
getCauses() - Method in class com.offbytwo.jenkins.model.QueueItemActions
 
getCertificateContent() - Method in class com.offbytwo.jenkins.model.credentials.CertificateCredential
 
getCertificatePath() - Method in class com.offbytwo.jenkins.model.credentials.CertificateCredential
 
getCertificateSourceType() - Method in class com.offbytwo.jenkins.model.credentials.CertificateCredential
 
getCertStoreClass() - Method in enum com.offbytwo.jenkins.model.credentials.CertificateCredential.CERTIFICATE_SOURCE_TYPES
 
getCertStoreType() - Method in enum com.offbytwo.jenkins.model.credentials.CertificateCredential.CERTIFICATE_SOURCE_TYPES
 
getChangeSet() - Method in class com.offbytwo.jenkins.model.BuildWithDetails
 
getChild() - Method in class com.offbytwo.jenkins.model.TestChildReport
 
getChildReports() - Method in class com.offbytwo.jenkins.model.TestReport
 
getClassCoverage() - Method in class com.offbytwo.jenkins.model.JacocoCoverageReport
 
getClassifier() - Method in class com.offbytwo.jenkins.model.MavenArtifact
 
getClassName() - Method in class com.offbytwo.jenkins.model.TestCase
 
getClient() - Method in class com.offbytwo.jenkins.model.BaseModel
 
getClouds() - Method in class com.offbytwo.jenkins.model.LabelWithDetails
 
getColor() - Method in class com.offbytwo.jenkins.model.QueueTask
 
getComment() - Method in class com.offbytwo.jenkins.model.BuildChangeSetItem
 
getCommitId() - Method in class com.offbytwo.jenkins.model.BuildChangeSetItem
 
getComplexityScore() - Method in class com.offbytwo.jenkins.model.JacocoCoverageReport
 
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
 
getComputers() - Method in class com.offbytwo.jenkins.model.ComputerSet
 
getComputerSet() - Method in class com.offbytwo.jenkins.JenkinsServer
The ComputerSet class will give informations like ComputerSet.getBusyExecutors() or the ComputerSet.getTotalExecutors().
getConfigXml() - Method in class com.offbytwo.jenkins.model.JobConfiguration
 
getConsoleLog() - Method in class com.offbytwo.jenkins.model.ConsoleLog
 
getConsoleOutputHtml() - Method in class com.offbytwo.jenkins.model.BuildWithDetails
The full console output with HTML.
getConsoleOutputText() - Method in class com.offbytwo.jenkins.model.BuildWithDetails
 
getConsoleOutputText(int) - Method in class com.offbytwo.jenkins.model.BuildWithDetails
Get build console output log as text.
getContent() - Method in class com.offbytwo.jenkins.client.FormBinaryField
 
getContentType() - Method in class com.offbytwo.jenkins.client.FormBinaryField
 
getCovered() - Method in class com.offbytwo.jenkins.model.JacocoCoverageResult
 
getCredentials() - Method in class com.offbytwo.jenkins.model.credentials.CredentialManager.CredentialResponse
 
getCredentials() - Method in class com.offbytwo.jenkins.model.credentials.CredentialManager.CredentialResponseV1
 
getCrumb() - Method in class com.offbytwo.jenkins.model.Crumb
 
getCrumbRequestField() - Method in class com.offbytwo.jenkins.model.Crumb
 
getCulprits() - Method in class com.offbytwo.jenkins.model.BuildWithDetails
 
getCurrentBufferSize() - Method in class com.offbytwo.jenkins.model.ConsoleLog
 
getCurrentExecutable() - Method in class com.offbytwo.jenkins.model.Executor
 
getCurrentWorkUnit() - Method in class com.offbytwo.jenkins.model.Executor
 
getDate() - Method in class com.offbytwo.jenkins.model.BuildChangeSetItem
 
getDefaultValue() - Method in class com.offbytwo.jenkins.model.StringParameterDefinition
 
getDependencies() - Method in class com.offbytwo.jenkins.model.Plugin
 
getDescription() - Method in class com.offbytwo.jenkins.model.BuildWithDetails
 
getDescription() - Method in class com.offbytwo.jenkins.model.credentials.Credential
 
getDescription() - Method in class com.offbytwo.jenkins.model.JobWithDetails
 
getDescription() - Method in class com.offbytwo.jenkins.model.LabelWithDetails
 
getDescription() - Method in class com.offbytwo.jenkins.model.OfflineCause
 
getDescription() - Method in class com.offbytwo.jenkins.model.StringParameterDefinition
 
getDescription() - Method in class com.offbytwo.jenkins.model.View
 
getDeveloperProfileContent() - Method in class com.offbytwo.jenkins.model.credentials.AppleDeveloperProfileCredential
 
getDiscoverableItems() - Method in class com.offbytwo.jenkins.model.Queue
 
getDisplayName() - Method in class com.offbytwo.jenkins.model.BuildWithDetails
 
getDisplayName() - Method in class com.offbytwo.jenkins.model.Computer
 
getDisplayName() - Method in class com.offbytwo.jenkins.model.ComputerSet
 
getDisplayName() - Method in class com.offbytwo.jenkins.model.ComputerWithDetails
 
getDisplayName() - Method in class com.offbytwo.jenkins.model.credentials.Credential
 
getDisplayName() - Method in class com.offbytwo.jenkins.model.FolderJob
 
getDisplayName() - Method in class com.offbytwo.jenkins.model.JobWithDetails
 
getDisplayName() - Method in class com.offbytwo.jenkins.model.MavenJobWithDetails
 
getDisplayPath() - Method in class com.offbytwo.jenkins.model.Artifact
 
getDownstreamProjects() - Method in class com.offbytwo.jenkins.model.JobWithDetails
 
getDownstreamProjects() - Method in class com.offbytwo.jenkins.model.MavenJobWithDetails
 
getDuration() - Method in class com.offbytwo.jenkins.model.BuildWithDetails
 
getDuration() - Method in class com.offbytwo.jenkins.model.TestCase
 
getDuration() - Method in class com.offbytwo.jenkins.model.TestResult
 
getDuration() - Method in class com.offbytwo.jenkins.model.TestSuites
 
getEditType() - Method in class com.offbytwo.jenkins.model.BuildChangeSetPath
Return the SCM operation.
getErrorDetails() - Method in class com.offbytwo.jenkins.model.TestCase
 
getErrorStackTrace() - Method in class com.offbytwo.jenkins.model.TestCase
 
getEstimatedDuration() - Method in class com.offbytwo.jenkins.model.BuildWithDetails
 
getExecutable() - Method in class com.offbytwo.jenkins.model.QueueItem
 
getExecutors() - Method in class com.offbytwo.jenkins.model.ComputerWithDetails
 
getFailCount() - Method in class com.offbytwo.jenkins.model.TestReport
 
getFailCount() - Method in class com.offbytwo.jenkins.model.TestResult
 
getFailedSince() - Method in class com.offbytwo.jenkins.model.TestCase
 
getFile(URI) - Method in class com.offbytwo.jenkins.client.JenkinsHttpClient
Perform a GET request and return the response as InputStream
getFile() - Method in class com.offbytwo.jenkins.model.BuildChangeSetPath
 
getFileFromWorkspace(String) - Method in class com.offbytwo.jenkins.model.Job
Get a file from workspace.
getFileName() - Method in class com.offbytwo.jenkins.client.FormBinaryField
 
getFileName() - Method in class com.offbytwo.jenkins.model.Artifact
 
getFileName() - Method in class com.offbytwo.jenkins.model.MavenArtifact
 
getFirstBuild() - Method in class com.offbytwo.jenkins.model.JobWithDetails
 
getFirstBuild() - Method in class com.offbytwo.jenkins.model.MavenJobWithDetails
 
getFolderJob(Job) - Method in class com.offbytwo.jenkins.JenkinsServer
 
getFullDisplayName() - Method in class com.offbytwo.jenkins.model.BuildWithDetails
 
getFullName() - Method in class com.offbytwo.jenkins.model.BuildChangeSetAuthor
 
getFullName() - Method in class com.offbytwo.jenkins.model.credentials.Credential
 
getGroupId() - Method in class com.offbytwo.jenkins.model.MavenArtifact
 
getHasMoreData() - Method in class com.offbytwo.jenkins.model.ConsoleLog
 
getHistory() - Method in class com.offbytwo.jenkins.model.Statis
 
getHour() - Method in class com.offbytwo.jenkins.model.HourMinSec10
 
getId() - Method in class com.offbytwo.jenkins.model.BuildChangeSetItem
 
getId() - Method in class com.offbytwo.jenkins.model.BuildWithDetails
 
getId() - Method in class com.offbytwo.jenkins.model.credentials.Credential
 
getId() - Method in class com.offbytwo.jenkins.model.QueueItem
 
getId() - Method in class com.offbytwo.jenkins.model.TestSuites
 
getIdle() - Method in class com.offbytwo.jenkins.model.ComputerWithDetails
 
getIdle() - Method in class com.offbytwo.jenkins.model.Executor
 
getIdleExecutors() - Method in class com.offbytwo.jenkins.model.LabelWithDetails
 
getInQueueSince() - Method in class com.offbytwo.jenkins.model.QueueItem
 
getInstructionCoverage() - Method in class com.offbytwo.jenkins.model.JacocoCoverageReport
 
getItems() - Method in class com.offbytwo.jenkins.helper.ComparableVersion
 
getItems() - Method in class com.offbytwo.jenkins.model.BuildChangeSet
 
getItems() - Method in class com.offbytwo.jenkins.model.Queue
 
getJacocoCodeCoverageReport() - Method in class com.offbytwo.jenkins.model.MavenBuild
 
getJenkinsVersion() - Method in class com.offbytwo.jenkins.client.JenkinsHttpClient
 
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.
getJob(FolderJob, String) - Method in class com.offbytwo.jenkins.JenkinsServer
Get a single Job from the given folder.
getJob(String) - Method in class com.offbytwo.jenkins.model.FolderJob
Get a job in this folder by name
getJobs() - Method in class com.offbytwo.jenkins.JenkinsServer
Get a list of all the defined jobs on the server (at the summary level)
getJobs(FolderJob) - Method in class com.offbytwo.jenkins.JenkinsServer
Get a list of all the defined jobs on the server (in the given folder)
getJobs(String) - Method in class com.offbytwo.jenkins.JenkinsServer
Get a list of all the defined jobs on the server (at the specified view level)
getJobs(FolderJob, String) - Method in class com.offbytwo.jenkins.JenkinsServer
Get a list of all the defined jobs on the server (at the specified view level and in the specified folder)
getJobs() - Method in class com.offbytwo.jenkins.model.FolderJob
Get a list of all the defined jobs in this folder
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
getJobXml(FolderJob, String) - Method in class com.offbytwo.jenkins.JenkinsServer
Get the xml description of an existing job.
getKind() - Method in class com.offbytwo.jenkins.model.BuildChangeSet
 
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
 
getLastBuild() - Method in class com.offbytwo.jenkins.model.MavenJobWithDetails
 
getLastCompletedBuild() - Method in class com.offbytwo.jenkins.model.JobWithDetails
 
getLastCompletedBuild() - Method in class com.offbytwo.jenkins.model.MavenJobWithDetails
 
getLastFailedBuild() - Method in class com.offbytwo.jenkins.model.JobWithDetails
 
getLastFailedBuild() - Method in class com.offbytwo.jenkins.model.MavenJobWithDetails
 
getLastStableBuild() - Method in class com.offbytwo.jenkins.model.JobWithDetails
 
getLastStableBuild() - Method in class com.offbytwo.jenkins.model.MavenJobWithDetails
 
getLastSuccessfulBuild() - Method in class com.offbytwo.jenkins.model.JobWithDetails
 
getLastSuccessfulBuild() - Method in class com.offbytwo.jenkins.model.MavenJobWithDetails
 
getLastUnstableBuild() - Method in class com.offbytwo.jenkins.model.JobWithDetails
 
getLastUnstableBuild() - Method in class com.offbytwo.jenkins.model.MavenJobWithDetails
 
getLastUnsuccessfulBuild() - Method in class com.offbytwo.jenkins.model.JobWithDetails
 
getLastUnsuccessfulBuild() - Method in class com.offbytwo.jenkins.model.MavenJobWithDetails
 
getLatest() - Method in class com.offbytwo.jenkins.model.Statis
 
getLaunchSupported() - Method in class com.offbytwo.jenkins.model.ComputerWithDetails
 
getLikelyStuck() - Method in class com.offbytwo.jenkins.model.Executor
 
getLineCoverage() - Method in class com.offbytwo.jenkins.model.JacocoCoverageReport
 
getLiteralVersion() - Method in class com.offbytwo.jenkins.helper.JenkinsVersion
 
getLoadStatistics() - Method in class com.offbytwo.jenkins.model.ComputerWithDetails
This will explicitly get the whole statistics for the given computer (node) name.
getLocalContext() - Method in class com.offbytwo.jenkins.client.JenkinsHttpClient
 
getLocation() - Method in class com.offbytwo.jenkins.model.ExtractHeader
 
getLongName() - Method in class com.offbytwo.jenkins.model.Plugin
 
getMainArtifact() - Method in class com.offbytwo.jenkins.model.MavenModuleRecord
 
getManualLaunchAllowed() - Method in class com.offbytwo.jenkins.model.ComputerWithDetails
 
getMavenJob(String) - Method in class com.offbytwo.jenkins.JenkinsServer
 
getMavenJob(FolderJob, String) - Method in class com.offbytwo.jenkins.JenkinsServer
 
getMavenModule() - Method in class com.offbytwo.jenkins.model.MavenBuild
 
getMd5sum() - Method in class com.offbytwo.jenkins.model.MavenArtifact
 
getMin() - Method in class com.offbytwo.jenkins.model.HourMinSec10
 
getMissed() - Method in class com.offbytwo.jenkins.model.JacocoCoverageResult
 
getModuleRecords() - Method in class com.offbytwo.jenkins.model.MavenModule
 
getMonitorData() - Method in class com.offbytwo.jenkins.model.ComputerWithDetails
 
getMsg() - Method in class com.offbytwo.jenkins.model.BuildChangeSetItem
 
getName() - Method in class com.offbytwo.jenkins.model.Job
 
getName() - Method in class com.offbytwo.jenkins.model.LabelWithDetails
 
getName() - Method in class com.offbytwo.jenkins.model.QueueTask
 
getName() - Method in class com.offbytwo.jenkins.model.StringParameterDefinition
 
getName() - Method in class com.offbytwo.jenkins.model.TestCase
 
getName() - Method in class com.offbytwo.jenkins.model.TestSuites
 
getName() - Method in class com.offbytwo.jenkins.model.View
 
getNextBuildNumber() - Method in class com.offbytwo.jenkins.model.JobWithDetails
 
getNextBuildNumber() - Method in class com.offbytwo.jenkins.model.MavenJobWithDetails
 
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
 
getNumber() - Method in class com.offbytwo.jenkins.model.Executable
 
getNumber() - Method in class com.offbytwo.jenkins.model.Executor
 
getNumber() - Method in class com.offbytwo.jenkins.model.TestChild
 
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
 
getOfflineCauseReason() - 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
 
getParams() - Method in class com.offbytwo.jenkins.model.QueueItem
 
getParent() - Method in class com.offbytwo.jenkins.model.MavenModuleRecord
 
getPassCount() - Method in class com.offbytwo.jenkins.model.TestResult
 
getPassphrase() - Method in class com.offbytwo.jenkins.model.credentials.SSHKeyCredential
 
getPassword() - Method in class com.offbytwo.jenkins.model.credentials.AppleDeveloperProfileCredential
 
getPassword() - Method in class com.offbytwo.jenkins.model.credentials.CertificateCredential
 
getPassword() - Method in class com.offbytwo.jenkins.model.credentials.UsernamePasswordCredential
 
getPaths() - Method in class com.offbytwo.jenkins.model.BuildChangeSetItem
 
getPd() - Method in class com.offbytwo.jenkins.model.ParametersDefinitionProperty
 
getPercentage() - Method in class com.offbytwo.jenkins.model.JacocoCoverageResult
 
getPercentageFloat() - Method in class com.offbytwo.jenkins.model.JacocoCoverageResult
 
getPluginManager() - Method in class com.offbytwo.jenkins.JenkinsServer
This will give you back the PluginManager.
getPlugins() - Method in class com.offbytwo.jenkins.model.PluginManager
 
getPomArtifact() - Method in class com.offbytwo.jenkins.model.MavenModuleRecord
 
getPrivateKeyType() - Method in class com.offbytwo.jenkins.model.credentials.SSHKeyCredential
 
getPrivateKeyValue() - Method in class com.offbytwo.jenkins.model.credentials.SSHKeyCredential
 
getProgress() - Method in class com.offbytwo.jenkins.model.Executor
 
getPropertiesList() - Method in class com.offbytwo.jenkins.model.LabelWithDetails
 
getQueue() - Method in class com.offbytwo.jenkins.JenkinsServer
 
getQueueId() - Method in class com.offbytwo.jenkins.model.Build
 
getQueueItem(QueueReference) - Method in class com.offbytwo.jenkins.JenkinsServer
 
getQueueItem() - Method in class com.offbytwo.jenkins.model.JobWithDetails
 
getQueueItemUrlPart() - Method in class com.offbytwo.jenkins.model.QueueReference
 
getQueueLength() - Method in class com.offbytwo.jenkins.model.LoadStatistics
 
getQuietly(String, Class<T>) - Method in class com.offbytwo.jenkins.client.JenkinsHttpClient
Perform a GET request and parse the response to the given class, logging any IOException that is thrown rather than propagating it.
getRangeString() - Method in class com.offbytwo.jenkins.helper.Range
 
getRelativePath() - Method in class com.offbytwo.jenkins.model.Artifact
 
getResult() - Method in class com.offbytwo.jenkins.model.BuildWithDetails
 
getResult() - Method in class com.offbytwo.jenkins.model.TestChildReport
 
getScope() - Method in class com.offbytwo.jenkins.model.credentials.Credential
 
getSec10() - Method in class com.offbytwo.jenkins.model.HourMinSec10
 
getSecret() - Method in class com.offbytwo.jenkins.model.credentials.SecretTextCredential
 
getShortDescription() - Method in class com.offbytwo.jenkins.model.BuildCause
 
getShortDescription() - Method in class com.offbytwo.jenkins.model.CauseAction
 
getShortName() - Method in class com.offbytwo.jenkins.model.Plugin
 
getShortName() - Method in class com.offbytwo.jenkins.model.PluginDependency
 
getSkipCount() - Method in class com.offbytwo.jenkins.model.TestReport
 
getSkipCount() - Method in class com.offbytwo.jenkins.model.TestResult
 
getStatus() - Method in class com.offbytwo.jenkins.model.TestCase
 
getStringParams() - Method in class com.offbytwo.jenkins.model.ParameterDefinitions
 
getSuites() - Method in class com.offbytwo.jenkins.model.TestResult
 
getSupportsDynamicLoad() - Method in class com.offbytwo.jenkins.model.Plugin
 
getTask() - Method in class com.offbytwo.jenkins.model.QueueItem
 
getTemporarilyOffline() - Method in class com.offbytwo.jenkins.model.ComputerWithDetails
 
getTestReport() - Method in class com.offbytwo.jenkins.model.Build
This is to get the information about TestReport for a Maven Job type.
getTestResult() - Method in class com.offbytwo.jenkins.model.Build
This is to get the information about run tests for a non Maven job type.
getTiedJobs() - Method in class com.offbytwo.jenkins.model.LabelWithDetails
 
getTimestamp() - Method in class com.offbytwo.jenkins.model.BuildChangeSetItem
 
getTimestamp() - Method in class com.offbytwo.jenkins.model.BuildWithDetails
 
getTimestamp() - Method in class com.offbytwo.jenkins.model.OfflineCause
 
getTimestamp() - Method in class com.offbytwo.jenkins.model.TestSuites
 
getTotal() - Method in class com.offbytwo.jenkins.model.JacocoCoverageResult
 
getTotalCount() - Method in class com.offbytwo.jenkins.model.TestReport
 
getTotalExecutors() - Method in class com.offbytwo.jenkins.model.ComputerSet
 
getTotalExecutors() - Method in class com.offbytwo.jenkins.model.LabelWithDetails
 
getTotalExecutors() - Method in class com.offbytwo.jenkins.model.LoadStatistics
 
getType() - Method in class com.offbytwo.jenkins.helper.ComparableVersion.ListItem
 
getType() - Method in class com.offbytwo.jenkins.model.MavenArtifact
 
getTypeClass() - Method in enum com.offbytwo.jenkins.model.credentials.SSHKeyCredential.PRIVATE_KEY_TYPES
 
getTypeName() - Method in class com.offbytwo.jenkins.model.credentials.Credential
 
getTypeValue() - Method in enum com.offbytwo.jenkins.model.credentials.SSHKeyCredential.PRIVATE_KEY_TYPES
 
getUpstreamBuild() - Method in class com.offbytwo.jenkins.model.BuildCause
 
getUpstreamProject() - Method in class com.offbytwo.jenkins.model.BuildCause
 
getUpstreamProjects() - Method in class com.offbytwo.jenkins.model.JobWithDetails
 
getUpstreamProjects() - Method in class com.offbytwo.jenkins.model.MavenJobWithDetails
 
getUpstreamUrl() - Method in class com.offbytwo.jenkins.model.BuildCause
 
getUrl() - Method in class com.offbytwo.jenkins.model.Build
 
getUrl() - Method in class com.offbytwo.jenkins.model.Executable
 
getUrl() - Method in class com.offbytwo.jenkins.model.Job
 
getUrl() - Method in class com.offbytwo.jenkins.model.MavenModuleRecord
 
getUrl() - Method in class com.offbytwo.jenkins.model.Plugin
 
getUrl() - Method in class com.offbytwo.jenkins.model.QueueItem
 
getUrl() - Method in class com.offbytwo.jenkins.model.QueueTask
 
getUrl() - Method in class com.offbytwo.jenkins.model.TestChild
 
getUrl() - Method in class com.offbytwo.jenkins.model.View
 
getUrlName() - Method in class com.offbytwo.jenkins.model.TestReport
 
getUserId() - Method in class com.offbytwo.jenkins.model.BuildCause
 
getUserId() - Method in class com.offbytwo.jenkins.model.CauseAction
 
getUserName() - Method in class com.offbytwo.jenkins.model.BuildCause
 
getUserName() - Method in class com.offbytwo.jenkins.model.CauseAction
 
getUsername() - Method in class com.offbytwo.jenkins.model.credentials.SSHKeyCredential
 
getUsername() - Method in class com.offbytwo.jenkins.model.credentials.UsernamePasswordCredential
 
getVersion() - Method in class com.offbytwo.jenkins.JenkinsServer
 
getVersion() - Method in class com.offbytwo.jenkins.model.MavenArtifact
 
getVersion() - Method in class com.offbytwo.jenkins.model.Plugin
 
getVersion() - Method in class com.offbytwo.jenkins.model.PluginDependency
 
getView(String) - Method in class com.offbytwo.jenkins.JenkinsServer
Get a single view object from the server
getView(FolderJob, String) - Method in class com.offbytwo.jenkins.JenkinsServer
Get a single view object from the given folder
getViews() - Method in class com.offbytwo.jenkins.JenkinsServer
Get a list of all the defined views on the server (at the summary level)
getViews(FolderJob) - Method in class com.offbytwo.jenkins.JenkinsServer
Get a list of all the defined views on the server (at the summary level and in the given folder)
getViews() - Method in class com.offbytwo.jenkins.model.MainView
 
getWhy() - Method in class com.offbytwo.jenkins.model.QueueItem
 

H

hasDescription() - Method in class com.offbytwo.jenkins.model.JobWithDetails
 
hasFirstBuildRun() - Method in class com.offbytwo.jenkins.model.JobWithDetails
Check if the JobWithDetails.firstBuild has been run or not.
hashCode() - Method in class com.offbytwo.jenkins.helper.ComparableVersion
 
hashCode() - Method in class com.offbytwo.jenkins.model.Artifact
 
hashCode() - Method in class com.offbytwo.jenkins.model.Build
 
hashCode() - Method in class com.offbytwo.jenkins.model.BuildCause
 
hashCode() - Method in class com.offbytwo.jenkins.model.BuildChangeSet
 
hashCode() - Method in class com.offbytwo.jenkins.model.BuildChangeSetAuthor
 
hashCode() - Method in class com.offbytwo.jenkins.model.BuildChangeSetItem
 
hashCode() - Method in class com.offbytwo.jenkins.model.BuildChangeSetPath
 
hashCode() - Method in class com.offbytwo.jenkins.model.BuildWithDetails
 
hashCode() - Method in class com.offbytwo.jenkins.model.CauseAction
 
hashCode() - Method in class com.offbytwo.jenkins.model.Computer
 
hashCode() - Method in class com.offbytwo.jenkins.model.ComputerSet
 
hashCode() - Method in class com.offbytwo.jenkins.model.ComputerWithDetails
 
hashCode() - Method in class com.offbytwo.jenkins.model.Executable
 
hashCode() - Method in class com.offbytwo.jenkins.model.Executor
 
hashCode() - Method in class com.offbytwo.jenkins.model.HourMinSec10
 
hashCode() - Method in class com.offbytwo.jenkins.model.Job
 
hashCode() - Method in class com.offbytwo.jenkins.model.JobWithDetails
 
hashCode() - Method in class com.offbytwo.jenkins.model.LabelWithDetails
 
hashCode() - Method in class com.offbytwo.jenkins.model.LoadStatistics
 
hashCode() - Method in class com.offbytwo.jenkins.model.OfflineCause
 
hashCode() - Method in class com.offbytwo.jenkins.model.Plugin
 
hashCode() - Method in class com.offbytwo.jenkins.model.PluginDependency
 
hashCode() - Method in class com.offbytwo.jenkins.model.PluginManager
 
hashCode() - Method in class com.offbytwo.jenkins.model.Queue
 
hashCode() - Method in class com.offbytwo.jenkins.model.QueueItem
 
hashCode() - Method in class com.offbytwo.jenkins.model.QueueTask
 
hashCode() - Method in class com.offbytwo.jenkins.model.Statis
 
hashCode() - Method in class com.offbytwo.jenkins.model.TestCase
 
hashCode() - Method in class com.offbytwo.jenkins.model.TestChild
 
hashCode() - Method in class com.offbytwo.jenkins.model.TestChildReport
 
hashCode() - Method in class com.offbytwo.jenkins.model.TestReport
 
hashCode() - Method in class com.offbytwo.jenkins.model.TestResult
 
hashCode() - Method in class com.offbytwo.jenkins.model.TestSuites
 
hashCode() - Method in class com.offbytwo.jenkins.model.View
 
hasLastBuildRun() - Method in class com.offbytwo.jenkins.model.JobWithDetails
Check if the JobWithDetails.lastBuild has been run or not.
hasLastCompletedBuildRun() - Method in class com.offbytwo.jenkins.model.JobWithDetails
Check if the JobWithDetails.lastCompletedBuild has been run or not.
hasLastFailedBuildRun() - Method in class com.offbytwo.jenkins.model.JobWithDetails
Check if the JobWithDetails.lastFailedBuild has been run or not.
hasLastStableBuildRun() - Method in class com.offbytwo.jenkins.model.JobWithDetails
Check if the JobWithDetails.lastStableBuild has been run or not.
hasLastSuccessfulBuildRun() - Method in class com.offbytwo.jenkins.model.JobWithDetails
Check if the JobWithDetails.lastSuccessfulBuild has been run or not.
hasLastUnstableBuildRun() - Method in class com.offbytwo.jenkins.model.JobWithDetails
Check if the JobWithDetails.lastUnstableBuild has been run or not.
hasLastUnsuccessfulBuildRun() - Method in class com.offbytwo.jenkins.model.JobWithDetails
Check if the JobWithDetails.lastUnsuccessfulBuild has been run or not.
HourMinSec10 - Class in com.offbytwo.jenkins.model
 
HourMinSec10() - Constructor for class com.offbytwo.jenkins.model.HourMinSec10
 
HttpResponseValidator - Class in com.offbytwo.jenkins.client.validator
 
HttpResponseValidator() - Constructor for class com.offbytwo.jenkins.client.validator.HttpResponseValidator
 

I

isActive() - Method in class com.offbytwo.jenkins.model.Plugin
 
isBlocked() - Method in class com.offbytwo.jenkins.model.QueueItem
 
isBuildable() - Method in class com.offbytwo.jenkins.model.JobWithDetails
 
isBuildable() - Method in class com.offbytwo.jenkins.model.MavenJobWithDetails
 
isBuildable() - Method in class com.offbytwo.jenkins.model.QueueItem
 
isBuilding() - Method in class com.offbytwo.jenkins.model.BuildWithDetails
 
isBundled() - Method in class com.offbytwo.jenkins.model.Plugin
 
isCancelled() - Method in class com.offbytwo.jenkins.model.QueueItem
 
isDowngradable() - Method in class com.offbytwo.jenkins.model.Plugin
 
isEmpty() - Method in class com.offbytwo.jenkins.model.TestResult
 
isEnabled() - Method in class com.offbytwo.jenkins.model.Plugin
 
isEqualTo(String) - Method in class com.offbytwo.jenkins.helper.JenkinsVersion
This will check if the current instance version is = the given version.
isEqualTo(JenkinsVersion) - Method in class com.offbytwo.jenkins.helper.JenkinsVersion
 
isFolder() - Method in class com.offbytwo.jenkins.model.FolderJob
Determine if this FolderJob object is a valid folder or not.
isGreaterOrEqual(String) - Method in class com.offbytwo.jenkins.helper.JenkinsVersion
This will check if the current instance version is >= the given version.
isGreaterOrEqual(JenkinsVersion) - Method in class com.offbytwo.jenkins.helper.JenkinsVersion
 
isGreaterThan(String) - Method in class com.offbytwo.jenkins.helper.JenkinsVersion
This will check if the current instance version is > the given version.
isGreaterThan(JenkinsVersion) - Method in class com.offbytwo.jenkins.helper.JenkinsVersion
 
isHasUpdate() - Method in class com.offbytwo.jenkins.model.Plugin
 
isInQueue() - Method in class com.offbytwo.jenkins.model.JobWithDetails
 
isLessOrEqual(String) - Method in class com.offbytwo.jenkins.helper.JenkinsVersion
This will check if the current instance version is <= the given version.
isLessOrEqual(JenkinsVersion) - Method in class com.offbytwo.jenkins.helper.JenkinsVersion
 
isLessThan(String) - Method in class com.offbytwo.jenkins.helper.JenkinsVersion
This will check if the current instance version is < the given version.
isLessThan(JenkinsVersion) - Method in class com.offbytwo.jenkins.helper.JenkinsVersion
 
isNull() - Method in class com.offbytwo.jenkins.helper.ComparableVersion.ListItem
 
isOptional() - Method in class com.offbytwo.jenkins.model.PluginDependency
 
isPinned() - Method in class com.offbytwo.jenkins.model.Plugin
 
isRunning() - Method in class com.offbytwo.jenkins.JenkinsServer
Get the current status of the Jenkins end-point by pinging it.
isSkipped() - Method in class com.offbytwo.jenkins.model.TestCase
 
isStuck() - Method in class com.offbytwo.jenkins.model.QueueItem
 

J

JacocoCoverageReport - Class in com.offbytwo.jenkins.model
 
JacocoCoverageReport() - Constructor for class com.offbytwo.jenkins.model.JacocoCoverageReport
 
JacocoCoverageResult - Class in com.offbytwo.jenkins.model
 
JacocoCoverageResult() - Constructor for class com.offbytwo.jenkins.model.JacocoCoverageResult
 
JenkinsHttpClient - Class in com.offbytwo.jenkins.client
 
JenkinsHttpClient(URI, CloseableHttpClient) - Constructor for class com.offbytwo.jenkins.client.JenkinsHttpClient
Create an unauthenticated Jenkins HTTP client
JenkinsHttpClient(URI, HttpClientBuilder) - Constructor for class com.offbytwo.jenkins.client.JenkinsHttpClient
Create an unauthenticated Jenkins HTTP 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)
JenkinsTriggerHelper - Class in com.offbytwo.jenkins
collection of convenient methods which use methods from JenkinsServer etc.
JenkinsTriggerHelper(JenkinsServer) - Constructor for class com.offbytwo.jenkins.JenkinsTriggerHelper
 
JenkinsTriggerHelper(JenkinsServer, Long) - Constructor for class com.offbytwo.jenkins.JenkinsTriggerHelper
 
JenkinsVersion - Class in com.offbytwo.jenkins.helper
 
JenkinsVersion() - Constructor for class com.offbytwo.jenkins.helper.JenkinsVersion
 
JenkinsVersion(String) - Constructor for class com.offbytwo.jenkins.helper.JenkinsVersion
 
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
 
JobConfiguration - Class in com.offbytwo.jenkins.model
 
JobConfiguration(String) - Constructor for class com.offbytwo.jenkins.model.JobConfiguration
 
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
 
listCredentials() - Method in class com.offbytwo.jenkins.JenkinsServer
List the credentials from the Jenkins server.
listCredentials() - Method in class com.offbytwo.jenkins.model.credentials.CredentialManager
Return the list of exsting credentials.
ListItem() - Constructor for class com.offbytwo.jenkins.helper.ComparableVersion.ListItem
 
LoadStatistics - Class in com.offbytwo.jenkins.model
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
LoadStatistics() - Constructor for class com.offbytwo.jenkins.model.LoadStatistics
 

M

main(String...) - Static method in class com.offbytwo.jenkins.helper.ComparableVersion
Main to test version parsing and comparison.
MainView - Class in com.offbytwo.jenkins.model
 
MainView() - Constructor for class com.offbytwo.jenkins.model.MainView
 
MainView(List<Job>, List<View>) - Constructor for class com.offbytwo.jenkins.model.MainView
 
MainView(Job...) - Constructor for class com.offbytwo.jenkins.model.MainView
 
MavenArtifact - Class in com.offbytwo.jenkins.model
 
MavenArtifact() - Constructor for class com.offbytwo.jenkins.model.MavenArtifact
 
MavenBuild - Class in com.offbytwo.jenkins.model
 
MavenBuild() - Constructor for class com.offbytwo.jenkins.model.MavenBuild
 
MavenBuild(Build) - Constructor for class com.offbytwo.jenkins.model.MavenBuild
 
MavenBuild(int, String) - Constructor for class com.offbytwo.jenkins.model.MavenBuild
 
mavenDetails() - Method in class com.offbytwo.jenkins.model.MavenJob
 
MavenJob - Class in com.offbytwo.jenkins.model
 
MavenJob() - Constructor for class com.offbytwo.jenkins.model.MavenJob
 
MavenJob(String, String) - Constructor for class com.offbytwo.jenkins.model.MavenJob
 
MavenJobWithDetails - Class in com.offbytwo.jenkins.model
 
MavenJobWithDetails() - Constructor for class com.offbytwo.jenkins.model.MavenJobWithDetails
 
MavenModule - Class in com.offbytwo.jenkins.model
 
MavenModule() - Constructor for class com.offbytwo.jenkins.model.MavenModule
 
MavenModuleRecord - Class in com.offbytwo.jenkins.model
 
MavenModuleRecord() - Constructor for class com.offbytwo.jenkins.model.MavenModuleRecord
 
MORE_DATA_HEADER - Static variable in class com.offbytwo.jenkins.model.BuildWithDetails
 

N

NO_TEST_REPORT - Static variable in class com.offbytwo.jenkins.model.TestReport
This will be returned by the API in cases where the build has not been run.

O

OfflineCause - Class in com.offbytwo.jenkins.model
 
OfflineCause() - Constructor for class com.offbytwo.jenkins.model.OfflineCause
 
onData(String) - Method in interface com.offbytwo.jenkins.helper.BuildConsoleStreamListener
Called by api when new log data available.
only(int) - Method in class com.offbytwo.jenkins.helper.Range.Builder
 

P

ParameterDefinitions - Class in com.offbytwo.jenkins.model
 
ParameterDefinitions() - Constructor for class com.offbytwo.jenkins.model.ParameterDefinitions
 
ParameterDefinitions(List<StringParameterDefinition>) - Constructor for class com.offbytwo.jenkins.model.ParameterDefinitions
 
ParametersDefinitionProperty - Class in com.offbytwo.jenkins.model
 
ParametersDefinitionProperty() - Constructor for class com.offbytwo.jenkins.model.ParametersDefinitionProperty
 
ParametersDefinitionProperty(ParameterDefinitions) - Constructor for class com.offbytwo.jenkins.model.ParametersDefinitionProperty
 
parseVersion(String) - Method in class com.offbytwo.jenkins.helper.ComparableVersion
 
Plugin - Class in com.offbytwo.jenkins.model
 
Plugin() - Constructor for class com.offbytwo.jenkins.model.Plugin
 
PluginDependency - Class in com.offbytwo.jenkins.model
 
PluginDependency() - Constructor for class com.offbytwo.jenkins.model.PluginDependency
 
PluginManager - Class in com.offbytwo.jenkins.model
 
PluginManager() - Constructor for class com.offbytwo.jenkins.model.PluginManager
 
post(String, D, Class<R>) - Method in class com.offbytwo.jenkins.client.JenkinsHttpClient
 
post(String, D, Class<R>, boolean) - 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(String, boolean) - Method in class com.offbytwo.jenkins.client.JenkinsHttpClient
 
post_form(String, Map<String, String>, boolean) - Method in class com.offbytwo.jenkins.client.JenkinsHttpClient
Perform a POST request using form url encoding.
post_form_json(String, Map<String, Object>, boolean) - Method in class com.offbytwo.jenkins.client.JenkinsHttpClient
Perform a POST request using form url encoding.
post_form_with_result(String, List<NameValuePair>, boolean) - Method in class com.offbytwo.jenkins.client.JenkinsHttpClient
Perform a POST request using form url encoding and return HttpResponse object This method is not performing validation and can be used for more generic queries to jenkins.
post_multipart_form_json(String, Map<String, Object>, boolean) - Method in class com.offbytwo.jenkins.client.JenkinsHttpClient
Perform a POST request using multipart-form.
post_text(String, String, boolean) - Method in class com.offbytwo.jenkins.client.JenkinsHttpClient
Post a text entity to the given URL using the default content type
post_text(String, String, ContentType, boolean) - Method in class com.offbytwo.jenkins.client.JenkinsHttpClient
Post a text entity to the given URL with the given content type
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.
post_xml(String, String, boolean) - Method in class com.offbytwo.jenkins.client.JenkinsHttpClient
 
PreemptiveAuth - Class in com.offbytwo.jenkins.client
 
PreemptiveAuth() - Constructor for class com.offbytwo.jenkins.client.PreemptiveAuth
 
process(HttpRequest, HttpContext) - Method in class com.offbytwo.jenkins.client.PreemptiveAuth
 

Q

Queue - Class in com.offbytwo.jenkins.model
 
Queue() - Constructor for class com.offbytwo.jenkins.model.Queue
 
QueueItem - Class in com.offbytwo.jenkins.model
 
QueueItem() - Constructor for class com.offbytwo.jenkins.model.QueueItem
 
QueueItemActions - Class in com.offbytwo.jenkins.model
 
QueueItemActions() - Constructor for class com.offbytwo.jenkins.model.QueueItemActions
 
QueueReference - Class in com.offbytwo.jenkins.model
 
QueueReference(String) - Constructor for class com.offbytwo.jenkins.model.QueueReference
 
QueueTask - Class in com.offbytwo.jenkins.model
 
QueueTask() - Constructor for class com.offbytwo.jenkins.model.QueueTask
 
quietDown() - Method in class com.offbytwo.jenkins.JenkinsServer
Sends the Quiet Down (Prepare for shutdown) message

R

Range - Class in com.offbytwo.jenkins.helper
The range class will handle the following situations: {M,N}: From the M-th element (inclusive) to the N-th element (exclusive).
Range.Builder - Class in com.offbytwo.jenkins.helper
 
Range.FromBuilder - Class in com.offbytwo.jenkins.helper
 
Range.ToBuilder - Class in com.offbytwo.jenkins.helper
 
renameJob(String, String) - Method in class com.offbytwo.jenkins.JenkinsServer
Rename a job
renameJob(String, String, Boolean) - Method in class com.offbytwo.jenkins.JenkinsServer
Rename a job
renameJob(FolderJob, String, String) - Method in class com.offbytwo.jenkins.JenkinsServer
Rename a job
renameJob(FolderJob, String, String, Boolean) - Method in class com.offbytwo.jenkins.JenkinsServer
Rename a job
RequestReleasingInputStream - Class in com.offbytwo.jenkins.client.util
Releases the http request method if it is closed
RequestReleasingInputStream(InputStream, HttpRequestBase) - Constructor for class com.offbytwo.jenkins.client.util.RequestReleasingInputStream
Creates a FilterInputStream by assigning the argument in to the field this.in so as to remember it for later use.
runScript(String) - Method in class com.offbytwo.jenkins.JenkinsServer
Runs the provided groovy script on the server and returns the result.
runScript(String, boolean) - Method in class com.offbytwo.jenkins.JenkinsServer
Runs the provided groovy script on the server and returns the result.

S

SCOPE_GLOBAL - Static variable in class com.offbytwo.jenkins.model.credentials.Credential
 
SecretTextCredential - Class in com.offbytwo.jenkins.model.credentials
Secret Text credential type.
SecretTextCredential() - Constructor for class com.offbytwo.jenkins.model.credentials.SecretTextCredential
 
setAbsoluteUrl(String) - Method in class com.offbytwo.jenkins.model.BuildChangeSetAuthor
 
setActions(List<QueueItemActions>) - Method in class com.offbytwo.jenkins.model.QueueItem
 
setActive(boolean) - Method in class com.offbytwo.jenkins.model.Plugin
 
setAffectedPaths(List<String>) - Method in class com.offbytwo.jenkins.model.BuildChangeSetItem
 
setAge(int) - Method in class com.offbytwo.jenkins.model.TestCase
 
setArtifactId(String) - Method in class com.offbytwo.jenkins.model.MavenArtifact
 
setAttachedArtifacts(List<MavenArtifact>) - Method in class com.offbytwo.jenkins.model.MavenModuleRecord
 
setAuthor(BuildChangeSetAuthor) - Method in class com.offbytwo.jenkins.model.BuildChangeSetItem
 
setBackupVersion(String) - Method in class com.offbytwo.jenkins.model.Plugin
 
setBlocked(boolean) - Method in class com.offbytwo.jenkins.model.QueueItem
 
setBranchCoverage(JacocoCoverageResult) - Method in class com.offbytwo.jenkins.model.JacocoCoverageReport
 
setBuildable(boolean) - Method in class com.offbytwo.jenkins.model.QueueItem
 
setBundled(boolean) - Method in class com.offbytwo.jenkins.model.Plugin
 
setBusyExecutors(int) - Method in class com.offbytwo.jenkins.model.ComputerSet
 
setBusyExecutors(HourMinSec10) - Method in class com.offbytwo.jenkins.model.LoadStatistics
 
setCancelled(boolean) - Method in class com.offbytwo.jenkins.model.QueueItem
 
setCanonicalName(String) - Method in class com.offbytwo.jenkins.model.MavenArtifact
 
setCases(List<TestCase>) - Method in class com.offbytwo.jenkins.model.TestSuites
 
setCauses(List<CauseAction>) - Method in class com.offbytwo.jenkins.model.QueueItemActions
 
setCertificateContent(byte[]) - Method in class com.offbytwo.jenkins.model.credentials.CertificateCredential
Set the content of the certificate.
setCertificatePath(String) - Method in class com.offbytwo.jenkins.model.credentials.CertificateCredential
Set the path of the certificate.
setCertificateSourceType(CertificateCredential.CERTIFICATE_SOURCE_TYPES) - Method in class com.offbytwo.jenkins.model.credentials.CertificateCredential
Set the source of the certificate
setChangeSet(BuildChangeSet) - Method in class com.offbytwo.jenkins.model.BuildWithDetails
 
setChild(TestChild) - Method in class com.offbytwo.jenkins.model.TestChildReport
 
setChildReports(List<TestChildReport>) - Method in class com.offbytwo.jenkins.model.TestReport
 
setClassCoverage(JacocoCoverageResult) - Method in class com.offbytwo.jenkins.model.JacocoCoverageReport
 
setClassifier(String) - Method in class com.offbytwo.jenkins.model.MavenArtifact
 
setClassName(String) - Method in class com.offbytwo.jenkins.model.TestCase
 
setClient(JenkinsHttpClient) - Method in class com.offbytwo.jenkins.model.BaseModel
 
setComment(String) - Method in class com.offbytwo.jenkins.model.BuildChangeSetItem
 
setCommitId(String) - Method in class com.offbytwo.jenkins.model.BuildChangeSetItem
 
setComplexityScore(JacocoCoverageResult) - Method in class com.offbytwo.jenkins.model.JacocoCoverageReport
 
setComputer(List<Computer>) - Method in class com.offbytwo.jenkins.model.Computer
 
setComputer(List<ComputerWithDetails>) - Method in class com.offbytwo.jenkins.model.ComputerSet
 
setConfigXml(String) - Method in class com.offbytwo.jenkins.model.JobConfiguration
 
setConsoleLog(String) - Method in class com.offbytwo.jenkins.model.ConsoleLog
 
setCovered(int) - Method in class com.offbytwo.jenkins.model.JacocoCoverageResult
 
setCredentials(List<Credential>) - Method in class com.offbytwo.jenkins.model.credentials.CredentialManager.CredentialResponse
 
setCredentials(Map<String, Credential>) - Method in class com.offbytwo.jenkins.model.credentials.CredentialManager.CredentialResponseV1
 
setCulprits(List<BuildChangeSetAuthor>) - Method in class com.offbytwo.jenkins.model.BuildWithDetails
 
setCurrentBufferSize(Integer) - Method in class com.offbytwo.jenkins.model.ConsoleLog
 
setCurrentExecutable(Job) - Method in class com.offbytwo.jenkins.model.Executor
 
setCurrentWorkUnit(Job) - Method in class com.offbytwo.jenkins.model.Executor
 
setDate(String) - Method in class com.offbytwo.jenkins.model.BuildChangeSetItem
 
setDefaultValue(String) - Method in class com.offbytwo.jenkins.model.StringParameterDefinition
 
setDependencies(List<PluginDependency>) - Method in class com.offbytwo.jenkins.model.Plugin
 
setDescription(String) - Method in class com.offbytwo.jenkins.model.credentials.Credential
 
setDescription(String) - Method in class com.offbytwo.jenkins.model.OfflineCause
 
setDescription(String) - Method in class com.offbytwo.jenkins.model.StringParameterDefinition
 
setDescription(String) - Method in class com.offbytwo.jenkins.model.View
 
setDeveloperProfileContent(byte[]) - Method in class com.offbytwo.jenkins.model.credentials.AppleDeveloperProfileCredential
Set the content of the developer profile.
setDiscoverableItems(List<String>) - Method in class com.offbytwo.jenkins.model.Queue
 
setDisplayName(String) - Method in class com.offbytwo.jenkins.model.ComputerSet
 
setDisplayName(String) - Method in class com.offbytwo.jenkins.model.credentials.Credential
Should not be used.
setDisplayPath(String) - Method in class com.offbytwo.jenkins.model.Artifact
 
setDowngradable(boolean) - Method in class com.offbytwo.jenkins.model.Plugin
 
setDuration(double) - Method in class com.offbytwo.jenkins.model.TestCase
 
setDuration(double) - Method in class com.offbytwo.jenkins.model.TestResult
 
setDuration(double) - Method in class com.offbytwo.jenkins.model.TestSuites
 
setEditType(String) - Method in class com.offbytwo.jenkins.model.BuildChangeSetPath
Sets the SCM operation.
setEmpty(boolean) - Method in class com.offbytwo.jenkins.model.TestResult
 
setEnabled(boolean) - Method in class com.offbytwo.jenkins.model.Plugin
 
setErrorDetails(String) - Method in class com.offbytwo.jenkins.model.TestCase
 
setErrorStackTrace(String) - Method in class com.offbytwo.jenkins.model.TestCase
 
setExecutable(Executable) - Method in class com.offbytwo.jenkins.model.QueueItem
 
setFailCount(int) - Method in class com.offbytwo.jenkins.model.TestReport
 
setFailCount(int) - Method in class com.offbytwo.jenkins.model.TestResult
 
setFailedSince(int) - Method in class com.offbytwo.jenkins.model.TestCase
 
setFile(String) - Method in class com.offbytwo.jenkins.model.BuildChangeSetPath
 
setFileName(String) - Method in class com.offbytwo.jenkins.model.Artifact
 
setFileName(String) - Method in class com.offbytwo.jenkins.model.MavenArtifact
 
setFullName(String) - Method in class com.offbytwo.jenkins.model.BuildChangeSetAuthor
 
setFullName(String) - Method in class com.offbytwo.jenkins.model.credentials.Credential
Should not be used.
setGroupId(String) - Method in class com.offbytwo.jenkins.model.MavenArtifact
 
setHasMoreData(Boolean) - Method in class com.offbytwo.jenkins.model.ConsoleLog
 
setHasUpdate(boolean) - Method in class com.offbytwo.jenkins.model.Plugin
 
setHistory(List<Double>) - Method in class com.offbytwo.jenkins.model.Statis
 
setHour(Statis) - Method in class com.offbytwo.jenkins.model.HourMinSec10
 
setId(String) - Method in class com.offbytwo.jenkins.model.BuildChangeSetItem
 
setId(String) - Method in class com.offbytwo.jenkins.model.credentials.Credential
Set the id of the credential.
setId(Long) - Method in class com.offbytwo.jenkins.model.QueueItem
 
setId(String) - Method in class com.offbytwo.jenkins.model.TestSuites
 
setIdle(Boolean) - Method in class com.offbytwo.jenkins.model.Executor
 
setInQueueSince(Long) - Method in class com.offbytwo.jenkins.model.QueueItem
 
setInstructionCoverage(JacocoCoverageResult) - Method in class com.offbytwo.jenkins.model.JacocoCoverageReport
 
setItems(List<BuildChangeSetItem>) - Method in class com.offbytwo.jenkins.model.BuildChangeSet
 
setItems(List<QueueItem>) - Method in class com.offbytwo.jenkins.model.Queue
 
setJobs(List<Job>) - Method in class com.offbytwo.jenkins.model.MainView
 
setKind(String) - Method in class com.offbytwo.jenkins.model.BuildChangeSet
 
setLatest(Double) - Method in class com.offbytwo.jenkins.model.Statis
 
setLikelyStuck(Boolean) - Method in class com.offbytwo.jenkins.model.Executor
 
setLineCoverage(JacocoCoverageResult) - Method in class com.offbytwo.jenkins.model.JacocoCoverageReport
 
setLocalContext(HttpContext) - Method in class com.offbytwo.jenkins.client.JenkinsHttpClient
 
setLocation(String) - Method in class com.offbytwo.jenkins.model.ExtractHeader
 
setLongName(String) - Method in class com.offbytwo.jenkins.model.Plugin
 
setMainArtifact(MavenArtifact) - Method in class com.offbytwo.jenkins.model.MavenModuleRecord
 
setMd5sum(String) - Method in class com.offbytwo.jenkins.model.MavenArtifact
 
setMin(Statis) - Method in class com.offbytwo.jenkins.model.HourMinSec10
 
setMissed(int) - Method in class com.offbytwo.jenkins.model.JacocoCoverageResult
 
setMsg(String) - Method in class com.offbytwo.jenkins.model.BuildChangeSetItem
 
setName(String) - Method in class com.offbytwo.jenkins.model.StringParameterDefinition
 
setName(String) - Method in class com.offbytwo.jenkins.model.TestCase
 
setName(String) - Method in class com.offbytwo.jenkins.model.TestSuites
 
setName(String) - Method in class com.offbytwo.jenkins.model.View
 
setNumber(int) - Method in class com.offbytwo.jenkins.model.Build
 
setNumber(Long) - Method in class com.offbytwo.jenkins.model.Executable
 
setNumber(int) - Method in class com.offbytwo.jenkins.model.Executor
 
setNumber(int) - Method in class com.offbytwo.jenkins.model.TestChild
 
setOptional(boolean) - Method in class com.offbytwo.jenkins.model.PluginDependency
 
setParams(String) - Method in class com.offbytwo.jenkins.model.QueueItem
 
setParent(Build) - Method in class com.offbytwo.jenkins.model.MavenModuleRecord
 
setPassCount(int) - Method in class com.offbytwo.jenkins.model.TestResult
 
setPassphrase(String) - Method in class com.offbytwo.jenkins.model.credentials.SSHKeyCredential
Set the passphrash of the ssh key
setPassword(String) - Method in class com.offbytwo.jenkins.model.credentials.AppleDeveloperProfileCredential
Set the password of the developer profile
setPassword(String) - Method in class com.offbytwo.jenkins.model.credentials.CertificateCredential
Set the password of the certificate
setPassword(String) - Method in class com.offbytwo.jenkins.model.credentials.UsernamePasswordCredential
Set the password of the credential
setPaths(List<BuildChangeSetPath>) - Method in class com.offbytwo.jenkins.model.BuildChangeSetItem
 
setPd(ParameterDefinitions) - Method in class com.offbytwo.jenkins.model.ParametersDefinitionProperty
 
setPercentage(int) - Method in class com.offbytwo.jenkins.model.JacocoCoverageResult
 
setPercentageFloat(int) - Method in class com.offbytwo.jenkins.model.JacocoCoverageResult
 
setPinned(boolean) - Method in class com.offbytwo.jenkins.model.Plugin
 
setPlugins(List<Plugin>) - Method in class com.offbytwo.jenkins.model.PluginManager
 
setPomArtifact(MavenArtifact) - Method in class com.offbytwo.jenkins.model.MavenModuleRecord
 
setPrivateKeyType(SSHKeyCredential.PRIVATE_KEY_TYPES) - Method in class com.offbytwo.jenkins.model.credentials.SSHKeyCredential
The source of the private key.
setPrivateKeyValue(String) - Method in class com.offbytwo.jenkins.model.credentials.SSHKeyCredential
Set the value of the private key.
setProgress(int) - Method in class com.offbytwo.jenkins.model.Executor
 
setQueueId(int) - Method in class com.offbytwo.jenkins.model.Build
 
setQueueLength(HourMinSec10) - Method in class com.offbytwo.jenkins.model.LoadStatistics
 
setRelativePath(String) - Method in class com.offbytwo.jenkins.model.Artifact
 
setResult(BuildResult) - Method in class com.offbytwo.jenkins.model.BuildWithDetails
 
setResult(TestResult) - Method in class com.offbytwo.jenkins.model.TestChildReport
 
setScope(String) - Method in class com.offbytwo.jenkins.model.credentials.Credential
Set the scope of the credential.
setSec10(Statis) - Method in class com.offbytwo.jenkins.model.HourMinSec10
 
setSecret(String) - Method in class com.offbytwo.jenkins.model.credentials.SecretTextCredential
 
setShortDescription(String) - Method in class com.offbytwo.jenkins.model.BuildCause
 
setShortDescription(String) - Method in class com.offbytwo.jenkins.model.CauseAction
 
setShortName(String) - Method in class com.offbytwo.jenkins.model.Plugin
 
setShortName(String) - Method in class com.offbytwo.jenkins.model.PluginDependency
 
setSkipCount(int) - Method in class com.offbytwo.jenkins.model.TestReport
 
setSkipCount(int) - Method in class com.offbytwo.jenkins.model.TestResult
 
setSkipped(boolean) - Method in class com.offbytwo.jenkins.model.TestCase
 
setStatus(String) - Method in class com.offbytwo.jenkins.model.TestCase
 
setStringParams(List<StringParameterDefinition>) - Method in class com.offbytwo.jenkins.model.ParameterDefinitions
 
setStuck(boolean) - Method in class com.offbytwo.jenkins.model.QueueItem
 
setSuites(List<TestSuites>) - Method in class com.offbytwo.jenkins.model.TestResult
 
setSupportsDynamicLoad(String) - Method in class com.offbytwo.jenkins.model.Plugin
 
setTask(QueueTask) - Method in class com.offbytwo.jenkins.model.QueueItem
 
setTimestamp(String) - Method in class com.offbytwo.jenkins.model.BuildChangeSetItem
 
setTimestamp(Long) - Method in class com.offbytwo.jenkins.model.OfflineCause
 
setTimestamp(String) - Method in class com.offbytwo.jenkins.model.TestSuites
 
setTotal(int) - Method in class com.offbytwo.jenkins.model.JacocoCoverageResult
 
setTotalCount(int) - Method in class com.offbytwo.jenkins.model.TestReport
 
setTotalExecutors(int) - Method in class com.offbytwo.jenkins.model.ComputerSet
 
setTotalExecutors(HourMinSec10) - Method in class com.offbytwo.jenkins.model.LoadStatistics
 
setType(String) - Method in class com.offbytwo.jenkins.model.MavenArtifact
 
setTypeName(String) - Method in class com.offbytwo.jenkins.model.credentials.Credential
Should not be used.
setUpstreamBuild(Integer) - Method in class com.offbytwo.jenkins.model.BuildCause
 
setUpstreamProject(String) - Method in class com.offbytwo.jenkins.model.BuildCause
 
setUpstreamUrl(String) - Method in class com.offbytwo.jenkins.model.BuildCause
 
setUrl(String) - Method in class com.offbytwo.jenkins.model.Build
 
setUrl(String) - Method in class com.offbytwo.jenkins.model.Executable
 
setUrl(String) - Method in class com.offbytwo.jenkins.model.MavenModuleRecord
 
setUrl(String) - Method in class com.offbytwo.jenkins.model.Plugin
 
setUrl(String) - Method in class com.offbytwo.jenkins.model.QueueItem
 
setUrl(String) - Method in class com.offbytwo.jenkins.model.TestChild
 
setUrl(String) - Method in class com.offbytwo.jenkins.model.View
 
setUrlName(String) - Method in class com.offbytwo.jenkins.model.TestReport
 
setUserId(String) - Method in class com.offbytwo.jenkins.model.BuildCause
 
setUserId(String) - Method in class com.offbytwo.jenkins.model.CauseAction
 
setUserName(String) - Method in class com.offbytwo.jenkins.model.BuildCause
 
setUserName(String) - Method in class com.offbytwo.jenkins.model.CauseAction
 
setUsername(String) - Method in class com.offbytwo.jenkins.model.credentials.SSHKeyCredential
Set the username of the ssh key
setUsername(String) - Method in class com.offbytwo.jenkins.model.credentials.UsernamePasswordCredential
Set the username of the credential
setVersion(String) - Method in class com.offbytwo.jenkins.model.MavenArtifact
 
setVersion(String) - Method in class com.offbytwo.jenkins.model.Plugin
 
setVersion(String) - Method in class com.offbytwo.jenkins.model.PluginDependency
 
setViews(List<View>) - Method in class com.offbytwo.jenkins.model.MainView
 
setWhy(String) - Method in class com.offbytwo.jenkins.model.QueueItem
 
SSHKeyCredential - Class in com.offbytwo.jenkins.model.credentials
SSH Key Credential type.
SSHKeyCredential() - Constructor for class com.offbytwo.jenkins.model.credentials.SSHKeyCredential
 
SSHKeyCredential.PRIVATE_KEY_TYPES - Enum in com.offbytwo.jenkins.model.credentials
The type of the private key.
Statis - Class in com.offbytwo.jenkins.model
 
Statis() - Constructor for class com.offbytwo.jenkins.model.Statis
 
Stop() - Method in class com.offbytwo.jenkins.model.Build
 
streamConsoleOutput(BuildConsoleStreamListener, int, int) - Method in class com.offbytwo.jenkins.model.BuildWithDetails
Stream build console output log as text using BuildConsoleStreamListener Method can be used to asynchronously obtain logs for running build.
StringParameterDefinition - Class in com.offbytwo.jenkins.model
 
StringParameterDefinition() - Constructor for class com.offbytwo.jenkins.model.StringParameterDefinition
 
StringParameterDefinition(String, String, String) - Constructor for class com.offbytwo.jenkins.model.StringParameterDefinition
 

T

TestCase - Class in com.offbytwo.jenkins.model
 
TestCase() - Constructor for class com.offbytwo.jenkins.model.TestCase
 
TestChild - Class in com.offbytwo.jenkins.model
 
TestChild() - Constructor for class com.offbytwo.jenkins.model.TestChild
 
TestChildReport - Class in com.offbytwo.jenkins.model
 
TestChildReport() - Constructor for class com.offbytwo.jenkins.model.TestChildReport
 
TestReport - Class in com.offbytwo.jenkins.model
 
TestReport() - Constructor for class com.offbytwo.jenkins.model.TestReport
 
TestResult - Class in com.offbytwo.jenkins.model
 
TestResult() - Constructor for class com.offbytwo.jenkins.model.TestResult
 
TestSuites - Class in com.offbytwo.jenkins.model
 
TestSuites() - Constructor for class com.offbytwo.jenkins.model.TestSuites
 
TEXT_SIZE_HEADER - Static variable in class com.offbytwo.jenkins.model.BuildWithDetails
 
to(int) - Method in class com.offbytwo.jenkins.helper.Range.Builder
 
to(int) - Method in class com.offbytwo.jenkins.helper.Range.FromBuilder
 
ToBuilder(Range) - Constructor for class com.offbytwo.jenkins.helper.Range.ToBuilder
 
toggleOffline(boolean) - Method in class com.offbytwo.jenkins.model.ComputerWithDetails
 
toggleOffline() - Method in class com.offbytwo.jenkins.model.ComputerWithDetails
 
toString() - Method in class com.offbytwo.jenkins.helper.ComparableVersion.ListItem
 
toString() - Method in class com.offbytwo.jenkins.helper.ComparableVersion
 
toString() - Method in class com.offbytwo.jenkins.helper.JenkinsVersion
 
triggerJobAndWaitUntilFinished(String) - Method in class com.offbytwo.jenkins.JenkinsTriggerHelper
This method will trigger a build of the given job and will wait until the builds is ended or if the build has been cancelled.
triggerJobAndWaitUntilFinished(String, Map<String, String>) - Method in class com.offbytwo.jenkins.JenkinsTriggerHelper
This method will trigger a build of the given job and will wait until the builds is ended or if the build has been cancelled.
triggerJobAndWaitUntilFinished(String, Map<String, String>, boolean) - Method in class com.offbytwo.jenkins.JenkinsTriggerHelper
This method will trigger a build of the given job and will wait until the builds is ended or if the build has been cancelled.
triggerJobAndWaitUntilFinished(String, boolean) - Method in class com.offbytwo.jenkins.JenkinsTriggerHelper
This method will trigger a build of the given job and will wait until the builds is ended or if the build has been cancelled.
TYPENAME - Static variable in class com.offbytwo.jenkins.model.credentials.AppleDeveloperProfileCredential
 
TYPENAME - Static variable in class com.offbytwo.jenkins.model.credentials.CertificateCredential
 
TYPENAME - Static variable in class com.offbytwo.jenkins.model.credentials.SecretTextCredential
 
TYPENAME - Static variable in class com.offbytwo.jenkins.model.credentials.SSHKeyCredential
 
TYPENAME - Static variable in class com.offbytwo.jenkins.model.credentials.UsernamePasswordCredential
 

U

updateCredential(String, Credential, boolean) - Method in class com.offbytwo.jenkins.JenkinsServer
Update an existing credential
updateCredential(String, Credential, Boolean) - Method in class com.offbytwo.jenkins.model.credentials.CredentialManager
Update an existing credential.
updateDescription(String, boolean) - Method in class com.offbytwo.jenkins.model.BuildWithDetails
Update the description of a build.
updateDescription(String) - Method in class com.offbytwo.jenkins.model.BuildWithDetails
Update the description of a build.
updateDescription(String) - Method in class com.offbytwo.jenkins.model.JobWithDetails
Update the description of a Job.
updateDescription(String, boolean) - Method in class com.offbytwo.jenkins.model.JobWithDetails
Update the description of a Job.
updateDisplayName(String, boolean) - Method in class com.offbytwo.jenkins.model.BuildWithDetails
Update displayName of a build.
updateDisplayName(String) - Method in class com.offbytwo.jenkins.model.BuildWithDetails
Update displayName of a build.
updateDisplayNameAndDescription(String, String, boolean) - Method in class com.offbytwo.jenkins.model.BuildWithDetails
Update displayName and the description of a build.
updateDisplayNameAndDescription(String, String) - Method in class com.offbytwo.jenkins.model.BuildWithDetails
Update displayName and the description of a build.
updateJob(String, String) - Method in class com.offbytwo.jenkins.JenkinsServer
Update the xml description of an existing job
updateJob(String, String, boolean) - Method in class com.offbytwo.jenkins.JenkinsServer
Update the xml description of an existing job
updateJob(FolderJob, String, String, boolean) - Method in class com.offbytwo.jenkins.JenkinsServer
Update the xml description of an existing job
updateView(String, String) - Method in class com.offbytwo.jenkins.JenkinsServer
Update the xml description of an existing view
updateView(String, String, boolean) - Method in class com.offbytwo.jenkins.JenkinsServer
 
updateView(FolderJob, String, String) - Method in class com.offbytwo.jenkins.JenkinsServer
 
updateView(FolderJob, String, String, boolean) - Method in class com.offbytwo.jenkins.JenkinsServer
 
useMultipartForm() - Method in class com.offbytwo.jenkins.model.credentials.AppleDeveloperProfileCredential
 
useMultipartForm() - Method in class com.offbytwo.jenkins.model.credentials.Credential
Indicate if the request should be sent as multipart/form data
UsernamePasswordCredential - Class in com.offbytwo.jenkins.model.credentials
Username and password credential type.
UsernamePasswordCredential() - Constructor for class com.offbytwo.jenkins.model.credentials.UsernamePasswordCredential
 

V

V1URL - Static variable in class com.offbytwo.jenkins.model.credentials.CredentialManager
 
V2URL - Static variable in class com.offbytwo.jenkins.model.credentials.CredentialManager
 
validateResponse(HttpResponse) - Method in class com.offbytwo.jenkins.client.validator.HttpResponseValidator
 
valueOf(String) - Static method in enum com.offbytwo.jenkins.model.BuildResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.offbytwo.jenkins.model.credentials.CertificateCredential.CERTIFICATE_SOURCE_TYPES
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.offbytwo.jenkins.model.credentials.SSHKeyCredential.PRIVATE_KEY_TYPES
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.
values() - Static method in enum com.offbytwo.jenkins.model.credentials.CertificateCredential.CERTIFICATE_SOURCE_TYPES
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.offbytwo.jenkins.model.credentials.SSHKeyCredential.PRIVATE_KEY_TYPES
Returns an array containing the constants of this enum type, in the order they are declared.
View - Class in com.offbytwo.jenkins.model
 
View() - Constructor for class com.offbytwo.jenkins.model.View
 
A B C D E F G H I J L M N O P Q R S T U V 
Skip navigation links
Jenkins API client for Java :: The Client. 0.3.8

Copyright © 2017 JBoss by Red Hat. All rights reserved.