@Extension public class GithubBuildStatusGraphListener extends Object implements org.jenkinsci.plugins.workflow.flow.GraphListener
org.jenkinsci.plugins.workflow.flow.GraphListener.SynchronousExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
GithubBuildStatusGraphListener() |
| Modifier and Type | Method and Description |
|---|---|
protected static List<BuildStageModel> |
getDeclarativeStages(Run<?,?> run)
Get a list of stages in a declarative pipeline
|
void |
onNewHead(org.jenkinsci.plugins.workflow.graph.FlowNode fn)
Evaluate 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<BuildStageModel> getDeclarativeStages(Run<?,?> run)
run - a particular run of a jobCopyright © 2016–2019. All rights reserved.