Class GitLabPipelineStatusNotifier.JobCheckOutListener
java.lang.Object
hudson.model.listeners.SCMListener
io.jenkins.plugins.gitlabbranchsource.helpers.GitLabPipelineStatusNotifier.JobCheckOutListener
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- GitLabPipelineStatusNotifier
-
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
-
JobCheckOutListener
public JobCheckOutListener()
-
-
Method Details
-
onCheckout
public void onCheckout(Run<?, ?> build, SCM scm, FilePath workspace, TaskListener listener, File changelogFile, SCMRevisionState pollingBaseline) - Overrides:
onCheckout
in classSCMListener
-