public class ComputerLinkedJobsAction extends AbstractLinkedJobsAction
ComputerExtension
.
This class is responsible for building and collecting the data necessary to build this additional page.
Constructor and Description |
---|
ComputerLinkedJobsAction(hudson.model.Computer c) |
Modifier and Type | Method and Description |
---|---|
protected List<JobsGroup> |
buildResult(HashMap<hudson.model.Label,JobsGroup> tmpResult) |
List<JobsGroup> |
getExclusiveJobs(List<JobsGroup> groups) |
List<JobsGroup> |
getLinkedJobs() |
hudson.model.Node |
getNode() |
List<hudson.model.labels.LabelAtom> |
getNodeLabels() |
hudson.model.ModelObject |
getOwner() |
boolean |
getShowSingleNodeJobs() |
protected boolean |
isLabelRelevant(hudson.model.Label jobLabel) |
buildJobsGroups, getDetailedView, getDisplayName, getIconFileName, getUrlName
public ComputerLinkedJobsAction(hudson.model.Computer c)
public hudson.model.Node getNode()
public hudson.model.ModelObject getOwner()
public boolean getShowSingleNodeJobs()
public List<hudson.model.labels.LabelAtom> getNodeLabels()
protected List<JobsGroup> buildResult(HashMap<hudson.model.Label,JobsGroup> tmpResult)
buildResult
in class AbstractLinkedJobsAction
protected boolean isLabelRelevant(hudson.model.Label jobLabel)
isLabelRelevant
in class AbstractLinkedJobsAction
Copyright © 2016–2020. All rights reserved.