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
  • Constructor Details

    • JobTriggerListenerImpl

      public JobTriggerListenerImpl()
  • Method Details

    • onNotify

      public boolean onNotify(UUID uuid, long rev, Set<String> affectedPath)
      Description copied from class: SubversionRepositoryStatus.Listener
      Called when a post-commit hook notification has been received.
      Specified by:
      onNotify in class SubversionRepositoryStatus.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.