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.Action
public String getDisplayName()
getDisplayName
in interface hudson.model.Action
getDisplayName
in interface hudson.model.ModelObject
public String getUrlName()
getUrlName
in interface hudson.model.Action
public boolean getDetailedView()
protected abstract List<JobsGroup> buildResult(HashMap<hudson.model.Label,JobsGroup> tmpResult)
protected abstract boolean isLabelRelevant(hudson.model.Label jobLabel)
Copyright © 2016–2020. All rights reserved.