Package hudson.plugins.gradle.injection
Class GitScmListener
java.lang.Object
hudson.model.listeners.SCMListener
hudson.plugins.gradle.injection.GitScmListener
- All Implemented Interfaces:
ExtensionPoint
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classAction that disables Gradle Plugin injection by setting a flag to be read by the init script.static final classAction that disables Maven Extension injection by modifying corresponding environment variables.Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonCheckout(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
-
GitScmListener
public GitScmListener()
-
-
Method Details
-
onCheckout
public void onCheckout(Run<?, ?> build, SCM scm, FilePath workspace, TaskListener listener, @CheckForNull File changelogFile, @CheckForNull SCMRevisionState pollingBaseline) - Overrides:
onCheckoutin classSCMListener
-