@Extension
public class ArgusRunListener
extends hudson.model.listeners.RunListener<hudson.model.Run>
| Constructor and Description |
|---|
ArgusRunListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onCompleted(hudson.model.Run run,
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.Run run,
@Nonnull
hudson.model.TaskListener listener)
onCompleted in class hudson.model.listeners.RunListener<hudson.model.Run>run - the run to generate metrics fromlistener - listener that we could use to write to the run loggerCopyright © 2016–2017. All rights reserved.