Class FavoritingScmListener
- java.lang.Object
-
- hudson.model.listeners.SCMListener
-
- io.jenkins.blueocean.autofavorite.FavoritingScmListener
-
- All Implemented Interfaces:
ExtensionPoint
@Extension public class FavoritingScmListener extends SCMListener
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description FavoritingScmListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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
-
-
-
-
Method Detail
-
onCheckout
public void onCheckout(Run<?,?> build, SCM scm, FilePath workspace, TaskListener listener, @CheckForNull File changelogFile, @CheckForNull SCMRevisionState pollingBaseline) throws Exception
- Overrides:
onCheckout
in classSCMListener
- Throws:
Exception
-
-