- get(String, Class<T>) - Method in class com.offbytwo.jenkins.client.JenkinsHttpClient
-
Perform a GET request and parse the response to the given class
- get(String) - Method in class com.offbytwo.jenkins.client.JenkinsHttpClient
-
Perform a GET request and parse the response and return a simple string of the content
- getActions() - Method in class com.offbytwo.jenkins.model.BuildWithDetails
-
- getActions() - Method in class com.offbytwo.jenkins.model.ComputerWithDetails
-
- getActions() - Method in class com.offbytwo.jenkins.model.LabelWithDetails
-
- 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
-
- getBuilds() - Method in class com.offbytwo.jenkins.model.JobWithDetails
-
- getBuilds() - Method in class com.offbytwo.jenkins.model.MavenJobWithDetails
-
- getCanonicalName() - Method in class com.offbytwo.jenkins.model.MavenArtifact
-
- getClassifier() - Method in class com.offbytwo.jenkins.model.MavenArtifact
-
- getClient() - Method in class com.offbytwo.jenkins.model.BaseModel
-
- getClouds() - Method in class com.offbytwo.jenkins.model.LabelWithDetails
-
- getComputers() - Method in class com.offbytwo.jenkins.JenkinsServer
-
Get a list of all the computers on the server (at the summary level)
- getComputers() - Method in class com.offbytwo.jenkins.model.Computer
-
- getConfigXml() - Method in class com.offbytwo.jenkins.model.JobConfiguration
-
- getConsoleOutputHtml() - Method in class com.offbytwo.jenkins.model.BuildWithDetails
-
- 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
-
- getDefaultValue() - Method in class com.offbytwo.jenkins.model.StringParameterDefinition
-
- getDescription() - Method in class com.offbytwo.jenkins.model.BuildWithDetails
-
- getDescription() - Method in class com.offbytwo.jenkins.model.LabelWithDetails
-
- getDescription() - Method in class com.offbytwo.jenkins.model.StringParameterDefinition
-
- getDescription() - Method in class com.offbytwo.jenkins.model.View
-
- getDisplayName() - Method in class com.offbytwo.jenkins.model.Computer
-
- getDisplayName() - Method in class com.offbytwo.jenkins.model.ComputerWithDetails
-
- getDisplayName() - Method in class com.offbytwo.jenkins.model.JobWithDetails
-
- 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
-
- getEstimatedDuration() - Method in class com.offbytwo.jenkins.model.BuildWithDetails
-
- getExecutors() - Method in class com.offbytwo.jenkins.model.ComputerWithDetails
-
- getFile(URI) - Method in class com.offbytwo.jenkins.client.JenkinsHttpClient
-
Perform a GET request and return the response as InputStream
- getFileName() - Method in class com.offbytwo.jenkins.model.Artifact
-
- getFileName() - Method in class com.offbytwo.jenkins.model.MavenArtifact
-
- getFullDisplayName() - Method in class com.offbytwo.jenkins.model.BuildWithDetails
-
- getGroupId() - Method in class com.offbytwo.jenkins.model.MavenArtifact
-
- getId() - Method in class com.offbytwo.jenkins.model.BuildWithDetails
-
- getIdle() - Method in class com.offbytwo.jenkins.model.ComputerWithDetails
-
- getIdleExecutors() - Method in class com.offbytwo.jenkins.model.LabelWithDetails
-
- getJnlp() - Method in class com.offbytwo.jenkins.model.ComputerWithDetails
-
- getJob(String) - Method in class com.offbytwo.jenkins.JenkinsServer
-
Get a single Job from the server.
- getJobs() - Method in class com.offbytwo.jenkins.JenkinsServer
-
Get a list of all the defined jobs on the server (at the summary level)
- getJobs(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() - Method in class com.offbytwo.jenkins.model.MainView
-
- getJobXml(String) - Method in class com.offbytwo.jenkins.JenkinsServer
-
Get the xml description of an existing job
- getLabel(String) - Method in class com.offbytwo.jenkins.JenkinsServer
-
Get the description of an existing Label
- getLastBuild() - Method in class com.offbytwo.jenkins.model.JobWithDetails
-
- 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
-
- getLaunchSupported() - Method in class com.offbytwo.jenkins.model.ComputerWithDetails
-
- getLoadStatistics() - Method in class com.offbytwo.jenkins.model.ComputerWithDetails
-
- 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
-
- getMavenModule() - Method in class com.offbytwo.jenkins.model.MavenBuild
-
- getMd5sum() - Method in class com.offbytwo.jenkins.model.MavenArtifact
-
- getModuleRecords() - Method in class com.offbytwo.jenkins.model.MavenModule
-
- getMonitorData() - Method in class com.offbytwo.jenkins.model.ComputerWithDetails
-
- getName() - Method in class com.offbytwo.jenkins.model.Job
-
- getName() - Method in class com.offbytwo.jenkins.model.LabelWithDetails
-
- getName() - Method in class com.offbytwo.jenkins.model.StringParameterDefinition
-
- 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
-
- getNumExecutors() - Method in class com.offbytwo.jenkins.model.ComputerWithDetails
-
- getOffline() - Method in class com.offbytwo.jenkins.model.ComputerWithDetails
-
- getOffline() - Method in class com.offbytwo.jenkins.model.LabelWithDetails
-
- getOfflineCause() - Method in class com.offbytwo.jenkins.model.ComputerWithDetails
-
- getOfflineReason() - Method in class com.offbytwo.jenkins.model.ComputerWithDetails
-
- getOneOffExecutors() - Method in class com.offbytwo.jenkins.model.ComputerWithDetails
-
- getParameters() - Method in class com.offbytwo.jenkins.model.BuildWithDetails
-
- getParent() - Method in class com.offbytwo.jenkins.model.MavenModuleRecord
-
- getPd() - Method in class com.offbytwo.jenkins.model.ParametersDefinitionProperty
-
- getPomArtifact() - Method in class com.offbytwo.jenkins.model.MavenModuleRecord
-
- getPropertiesList() - Method in class com.offbytwo.jenkins.model.LabelWithDetails
-
- getRelativePath() - Method in class com.offbytwo.jenkins.model.Artifact
-
- getResult() - Method in class com.offbytwo.jenkins.model.BuildWithDetails
-
- getStringParams() - Method in class com.offbytwo.jenkins.model.ParameterDefinitions
-
- getTemporarilyOffline() - Method in class com.offbytwo.jenkins.model.ComputerWithDetails
-
- getTiedJobs() - Method in class com.offbytwo.jenkins.model.LabelWithDetails
-
- getTimestamp() - Method in class com.offbytwo.jenkins.model.BuildWithDetails
-
- getTotalExecutors() - Method in class com.offbytwo.jenkins.model.LabelWithDetails
-
- getType() - Method in class com.offbytwo.jenkins.model.MavenArtifact
-
- getUpstreamProjects() - Method in class com.offbytwo.jenkins.model.JobWithDetails
-
- getUpstreamProjects() - Method in class com.offbytwo.jenkins.model.MavenJobWithDetails
-
- getUrl() - Method in class com.offbytwo.jenkins.model.Build
-
- 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.View
-
- getVersion() - Method in class com.offbytwo.jenkins.model.MavenArtifact
-
- getView(String) - Method in class com.offbytwo.jenkins.JenkinsServer
-
Get a single view object from the server