Package hudson.scm
Class SubversionRepositoryStatus.JobTriggerListenerImpl
java.lang.Object
hudson.scm.SubversionRepositoryStatus.Listener
hudson.scm.SubversionRepositoryStatus.JobTriggerListenerImpl
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- SubversionRepositoryStatus
@Extension
public static class SubversionRepositoryStatus.JobTriggerListenerImpl
extends SubversionRepositoryStatus.Listener
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
JobTriggerListenerImpl
public JobTriggerListenerImpl()
-
-
Method Details
-
onNotify
Description copied from class:SubversionRepositoryStatus.Listener
Called when a post-commit hook notification has been received.- Specified by:
onNotify
in classSubversionRepositoryStatus.Listener
- Parameters:
uuid
- the UUID of the repository against which the hook was received.rev
- the revision (if known) or-1
if unknown.- Returns:
true
if a match for the UUID was found and something was scheduled as a result.
-