Package com.cloudogu.scmmanager
Class CheckoutListener
java.lang.Object
hudson.model.listeners.SCMListener
com.cloudogu.scmmanager.CheckoutListener
- All Implemented Interfaces:
ExtensionPoint
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onCheckout
(Run<?, ?> run, SCM scm, FilePath workspace, TaskListener listener, File changelogFile, SCMRevisionState pollingBaseline) void
setInformationService
(ScmInformationService informationService) void
setNotificationService
(com.cloudogu.scmmanager.NotificationService notificationService) Methods inherited from class hudson.model.listeners.SCMListener
all, onChangeLogParsed, onChangeLogParsed, register, unregister
-
Constructor Details
-
CheckoutListener
public CheckoutListener()
-
-
Method Details
-
setInformationService
-
setNotificationService
@Inject public void setNotificationService(com.cloudogu.scmmanager.NotificationService notificationService) -
onCheckout
public void onCheckout(Run<?, ?> run, SCM scm, FilePath workspace, TaskListener listener, @CheckForNull File changelogFile, @CheckForNull SCMRevisionState pollingBaseline) - Overrides:
onCheckout
in classSCMListener
-