| Package | Description |
|---|---|
| com.offbytwo.jenkins | |
| com.offbytwo.jenkins.model |
| Modifier and Type | Method and Description |
|---|---|
View |
JenkinsServer.getView(FolderJob folder,
String name)
Get a single view object from the given folder
|
View |
JenkinsServer.getView(String name)
Get a single view object from the server
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,View> |
JenkinsServer.getViews()
Get a list of all the defined views on the server (at the summary level)
|
Map<String,View> |
JenkinsServer.getViews(FolderJob folder)
Get a list of all the defined views on the server (at the summary level
and in the given folder)
|
| Modifier and Type | Method and Description |
|---|---|
List<View> |
MainView.getViews() |
| Modifier and Type | Method and Description |
|---|---|
void |
MainView.setViews(List<View> views) |
| Constructor and Description |
|---|
MainView(List<Job> jobs,
List<View> views) |
Copyright © 2018. All rights reserved.