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