public class LabelLinkedJobsAction extends AbstractLinkedJobsAction
| Constructor and Description |
|---|
LabelLinkedJobsAction(hudson.model.labels.LabelAtom labelAtom) |
| Modifier and Type | Method and Description |
|---|---|
protected List<JobsGroup> |
buildResult(HashMap<hudson.model.Label,JobsGroup> tmpResult) |
List<JobsGroup> |
getJobsGroups()
This function retrieves all jobs existing on this jenkins instance and
group them by "assigned label", keeping only such labels that contains
the particular label of this LabelLinkedJobsAction instance
|
hudson.model.labels.LabelAtom |
getLabel() |
String |
getTitle() |
protected boolean |
isLabelRelevant(hudson.model.Label jobLabel) |
buildJobsGroups, getDetailedView, getDisplayName, getIconFileName, getUrlNamepublic LabelLinkedJobsAction(hudson.model.labels.LabelAtom labelAtom)
public String getTitle()
public hudson.model.labels.LabelAtom getLabel()
public List<JobsGroup> getJobsGroups()
protected List<JobsGroup> buildResult(HashMap<hudson.model.Label,JobsGroup> tmpResult)
buildResult in class AbstractLinkedJobsActionprotected boolean isLabelRelevant(hudson.model.Label jobLabel)
isLabelRelevant in class AbstractLinkedJobsActionCopyright © 2004-2015. All Rights Reserved.