Class CustomScmListener
java.lang.Object
hudson.model.listeners.SCMListener
org.jenkinsci.plugins.workflow.multibranch.extended.scm.CustomScmListener
- All Implemented Interfaces:
ExtensionPoint
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonChangeLogParsed(Run<?, ?> build, SCM scm, TaskListener listener, ChangeLogSet<?> changelog) voidonCheckout(Run<?, ?> build, SCM scm, FilePath workspace, TaskListener listener, File changelogFile, SCMRevisionState pollingBaseline) Methods inherited from class hudson.model.listeners.SCMListener
all, onChangeLogParsed, register, unregister
-
Constructor Details
-
CustomScmListener
public CustomScmListener()
-
-
Method Details
-
onCheckout
public void onCheckout(Run<?, ?> build, SCM scm, FilePath workspace, TaskListener listener, File changelogFile, SCMRevisionState pollingBaseline) throws Exception- Overrides:
onCheckoutin classSCMListener- Throws:
Exception
-
onChangeLogParsed
public void onChangeLogParsed(Run<?, ?> build, SCM scm, TaskListener listener, ChangeLogSet<?> changelog) throws Exception- Overrides:
onChangeLogParsedin classSCMListener- Throws:
Exception
-