@Extension public static class BuildStatusChecksPublisher.JobCheckoutListener extends SCMListener
Listens to the SCM checkout and publishes checks.
ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
JobCheckoutListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onCheckout(Run<?,?> run,
SCM scm,
FilePath workspace,
TaskListener listener,
File changelogFile,
SCMRevisionState pollingBaseline) |
all, onChangeLogParsed, onChangeLogParsed, register, unregisterpublic void onCheckout(Run<?,?> run, SCM scm, FilePath workspace, TaskListener listener, @CheckForNull File changelogFile, @CheckForNull SCMRevisionState pollingBaseline)
When checkout finished, update the check to "in progress".
onCheckout in class SCMListenerCopyright © 2016–2020. All rights reserved.