- 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
-
- 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
-
- 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
-
- create(String) - Static method in class com.offbytwo.jenkins.helper.JenkinsVersion
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- getConfigXml() - Method in class com.offbytwo.jenkins.model.JobConfiguration
-
- getConsoleOutputHtml() - Method in class com.offbytwo.jenkins.model.BuildWithDetails
-
The console output with HTML.
- getConsoleOutputText() - Method in class com.offbytwo.jenkins.model.BuildWithDetails
-
- 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
-
- 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.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
-
- 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.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
-
- 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.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
-
- getGroupId() - Method in class com.offbytwo.jenkins.model.MavenArtifact
-
- 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.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
-
- 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
-
- 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
-
- 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
-
- 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
-
- getPaths() - Method in class com.offbytwo.jenkins.model.BuildChangeSetItem
-
- getPd() - Method in class com.offbytwo.jenkins.model.ParametersDefinitionProperty
-
- getPluginManager() - Method in class com.offbytwo.jenkins.JenkinsServer
-
- getPlugins() - Method in class com.offbytwo.jenkins.model.PluginManager
-
- getPomArtifact() - Method in class com.offbytwo.jenkins.model.MavenModuleRecord
-
- 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
-
- getSec10() - Method in class com.offbytwo.jenkins.model.HourMinSec10
-
- 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
-
- 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
-
- 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
-
- 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
-