Package it.dockins.dockerslaves
Class DockerSlave.DockerSlaveSCMListener
java.lang.Object
hudson.model.listeners.SCMListener
it.dockins.dockerslaves.DockerSlave.DockerSlaveSCMListener
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
DockerSlave
This listener get notified as the build completes the SCM checkout. We use this event to determine when the
build has to switch from SCM docker images to Build images to host build steps execution.
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonChangeLogParsed(Run<?, ?> build, SCM scm, TaskListener listener, ChangeLogSet<?> changelog) Methods inherited from class hudson.model.listeners.SCMListener
all, onChangeLogParsed, onCheckout, register, unregister
-
Constructor Details
-
DockerSlaveSCMListener
public DockerSlaveSCMListener()
-
-
Method Details
-
onChangeLogParsed
public void onChangeLogParsed(Run<?, ?> build, SCM scm, TaskListener listener, ChangeLogSet<?> changelog) throws Exception- Overrides:
onChangeLogParsedin classSCMListener- Throws:
Exception
-