public class LabelLinkedJobsAction extends Object implements hudson.model.Action
| Constructor and Description |
|---|
LabelLinkedJobsAction(hudson.model.labels.LabelAtom labelAtom) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDetailedView() |
String |
getDisplayName() |
String |
getIconFileName() |
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() |
String |
getUrlName() |
protected boolean |
isAssignedLabelLinked(hudson.model.Label jobLabel) |
public LabelLinkedJobsAction(hudson.model.labels.LabelAtom labelAtom)
public String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getTitle()
public String getUrlName()
getUrlName in interface hudson.model.Actionpublic hudson.model.labels.LabelAtom getLabel()
public boolean getDetailedView()
public List<JobsGroup> getJobsGroups()
protected boolean isAssignedLabelLinked(hudson.model.Label jobLabel)
Copyright © 2004-2014. All Rights Reserved.