@Extension
public class WavefrontBuildListener
extends hudson.model.listeners.RunListener<hudson.model.Run>
| Constructor and Description |
|---|
WavefrontBuildListener() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNodeStatus(org.jenkinsci.plugins.workflow.graph.FlowNode node) |
static boolean |
isStageNode(org.jenkinsci.plugins.workflow.graph.FlowNode node) |
void |
onCompleted(hudson.model.Run run,
hudson.model.TaskListener listener)
Called when a build is completed.
|
public final void onCompleted(hudson.model.Run run,
@Nonnull
hudson.model.TaskListener listener)
onCompleted in class hudson.model.listeners.RunListener<hudson.model.Run>run - - A Run object representing a particular execution of Job.listener - - A TaskListener object which receives events that happen during some
operation.public String getNodeStatus(org.jenkinsci.plugins.workflow.graph.FlowNode node)
public static boolean isStageNode(org.jenkinsci.plugins.workflow.graph.FlowNode node)
Copyright © 2016–2020. All rights reserved.