Package io.jenkins.plugins.mergify
Class Listener.SCMListener
java.lang.Object
hudson.model.listeners.SCMListener
io.jenkins.plugins.mergify.Listener.SCMListener
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
Listener
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonCheckout(Run<?, ?> run, 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
-
SCMListener
public SCMListener()
-
-
Method Details
-
onCheckout
public void onCheckout(Run<?, ?> run, SCM scm, FilePath workspace, TaskListener listener, File changelogFile, SCMRevisionState pollingBaseline) throws IOException, InterruptedException- Overrides:
onCheckoutin classSCMListener- Throws:
IOExceptionInterruptedException
-