@Extension public class ACXScanSCMListener<Entry> extends SCMListener
SCMListener with Jenkins which allows us to create the "Checkout
successful" event.ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
ACXScanSCMListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onChangeLogParsed(Run<?,?> build,
SCM scm,
TaskListener listener,
ChangeLogSet<?> changelog)
Invoked right after the source code for the build has been checked out.
|
all, onChangeLogParsed, onCheckout, register, unregisterpublic void onChangeLogParsed(Run<?,?> build, SCM scm, TaskListener listener, ChangeLogSet<?> changelog) throws Exception
onChangeLogParsed in class SCMListenerbuild - - Current buildscm - - Configured SCMlistener - - Current build listenerchangelog - - ChangelogException - if an error is encounteredCopyright © 2016–2022. All rights reserved.