@Extension
public class ArgusBuildListener
extends hudson.model.listeners.RunListener<hudson.model.AbstractBuild>
| Constructor and Description |
|---|
ArgusBuildListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onCompleted(hudson.model.AbstractBuild build,
hudson.model.TaskListener listener)
Override the onCompleted method to send metrics and annotations for all completed builds on a system.
|
public void onCompleted(hudson.model.AbstractBuild build,
@Nonnull
hudson.model.TaskListener listener)
onCompleted in class hudson.model.listeners.RunListener<hudson.model.AbstractBuild>build - the build to generate metrics fromlistener - listener that we could use to write to the build loggerCopyright © 2016–2017. All rights reserved.