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