@Extension public class LabelDashboardAction extends Object implements hudson.model.RootAction
| Constructor and Description |
|---|
LabelDashboardAction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDashboardOrphanedJobsDetailedView() |
String |
getDisplayName() |
String |
getIconFileName() |
List<LabelAtomData> |
getLabelsData()
This function scans all jobs and all nodes of this Jenkins instance
to extract all LabelAtom defined.
|
Collection<NodeData> |
getNodesData()
This function scans all jobs to find those that are
using nodes' self labels
|
ArrayList<hudson.model.AbstractProject<?,?>> |
getOrphanedJobs() |
boolean |
getShowSingleNodeJobs() |
ArrayList<NodeData> |
getSingleNodeJobs() |
String |
getUrlName() |
public String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic boolean getDashboardOrphanedJobsDetailedView()
public boolean getShowSingleNodeJobs()
public List<LabelAtomData> getLabelsData()
public ArrayList<hudson.model.AbstractProject<?,?>> getOrphanedJobs()
public Collection<NodeData> getNodesData()
Copyright © 2004-2014. All Rights Reserved.