public abstract class AbstractLinkedJobsAction extends Object implements hudson.model.Action
| Constructor and Description |
|---|
AbstractLinkedJobsAction() |
| Modifier and Type | Method and Description |
|---|---|
protected List<JobsGroup> |
buildJobsGroups() |
protected abstract List<JobsGroup> |
buildResult(HashMap<hudson.model.Label,JobsGroup> tmpResult) |
boolean |
getDetailedView() |
String |
getDisplayName() |
String |
getIconFileName() |
String |
getUrlName() |
protected abstract boolean |
isLabelRelevant(hudson.model.Label jobLabel) |
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 getDetailedView()
protected abstract List<JobsGroup> buildResult(HashMap<hudson.model.Label,JobsGroup> tmpResult)
protected abstract boolean isLabelRelevant(hudson.model.Label jobLabel)
Copyright © 2004-2015. All Rights Reserved.