| Package | Description |
|---|---|
| com.offbytwo.jenkins | |
| com.offbytwo.jenkins.model |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Job> |
JenkinsServer.getJobs()
Get a list of all the defined jobs on the server (at the summary level)
|
Map<String,Job> |
JenkinsServer.getJobs(FolderJob folder)
Get a list of all the defined jobs on the server (in the given folder)
|
Map<String,Job> |
JenkinsServer.getJobs(FolderJob folder,
String view)
Get a list of all the defined jobs on the server (at the specified view
level and in the specified folder)
|
Map<String,Job> |
JenkinsServer.getJobs(String view)
Get a list of all the defined jobs on the server (at the specified view
level)
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<FolderJob> |
JenkinsServer.getFolderJob(Job job) |
| Modifier and Type | Class and Description |
|---|---|
class |
FolderJob |
class |
JobWithDetails |
class |
LabelWithDetails |
class |
MavenJob |
class |
MavenJobWithDetails |
| Modifier and Type | Method and Description |
|---|---|
Job |
Executor.getCurrentExecutable() |
Job |
Executor.getCurrentWorkUnit() |
Job |
FolderJob.getJob(String name)
Get a job in this folder by name
|
| Modifier and Type | Method and Description |
|---|---|
List<Job> |
MavenJobWithDetails.getDownstreamProjects() |
List<Job> |
JobWithDetails.getDownstreamProjects() |
List<Job> |
MainView.getJobs() |
Map<String,Job> |
FolderJob.getJobs()
Get a list of all the defined jobs in this folder
|
List<Job> |
MavenJobWithDetails.getUpstreamProjects() |
List<Job> |
JobWithDetails.getUpstreamProjects() |
| Modifier and Type | Method and Description |
|---|---|
void |
Executor.setCurrentExecutable(Job currentExecutable) |
void |
Executor.setCurrentWorkUnit(Job currentWorkUnit) |
| Modifier and Type | Method and Description |
|---|---|
void |
MainView.setJobs(List<Job> jobs) |
| Constructor and Description |
|---|
MainView(Job... jobs) |
| Constructor and Description |
|---|
MainView(List<Job> jobs,
List<View> views) |
Copyright © 2016. All rights reserved.