@Extension public class GithubBuildStatusGraphListener extends Object implements org.jenkinsci.plugins.workflow.flow.GraphListener
| Constructor and Description |
|---|
GithubBuildStatusGraphListener() |
| Modifier and Type | Method and Description |
|---|---|
protected static List<BuildStage> |
getDeclarativeStages(hudson.model.Run<?,?> run)
Gets a list of stages in a declarative pipeline.
|
void |
onNewHead(org.jenkinsci.plugins.workflow.graph.FlowNode fn)
Evaluates if we can provide stats on a node.
|
public void onNewHead(org.jenkinsci.plugins.workflow.graph.FlowNode fn)
onNewHead in interface org.jenkinsci.plugins.workflow.flow.GraphListenerfn - a node in workflowprotected static List<BuildStage> getDeclarativeStages(hudson.model.Run<?,?> run)
run - a particular run of a jobCopyright © 2016–2020. All rights reserved.