@Extension public static class BuildStatusChecksPublisher.JobCompletedListener extends RunListener<Run<?,?>>
Listens to the run and publishes checks.
ExtensionPoint.LegacyInstancesAreScopedToHudsonLISTENERS, targetType| Constructor and Description |
|---|
JobCompletedListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onCompleted(Run run,
TaskListener listener) |
all, fireCompleted, fireDeleted, fireFinalized, fireInitialize, fireStarted, onDeleted, onFinalized, onInitialize, onStarted, register, setUpEnvironment, unregisterpublic void onCompleted(Run run, @CheckForNull TaskListener listener)
When a job completes, completes the check.
onCompleted in class RunListener<Run<?,?>>Copyright © 2016–2021. All rights reserved.