@Extension public class ArgusRunListener extends RunListener<Run>
ExtensionPoint.LegacyInstancesAreScopedToHudsonLISTENERS, targetType| Constructor and Description |
|---|
ArgusRunListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onCompleted(Run run,
TaskListener listener)
Override the onCompleted method to send metrics and annotations for all completed builds on a system.
|
all, fireCompleted, fireDeleted, fireFinalized, fireInitialize, fireStarted, onDeleted, onFinalized, onInitialize, onStarted, register, setUpEnvironment, unregisterpublic void onCompleted(Run run, @Nonnull TaskListener listener)
onCompleted in class RunListener<Run>run - the run to generate metrics fromlistener - listener that we could use to write to the run loggerCopyright © 2016–2019. All rights reserved.