Package hudson.scm

Class SubversionRepositoryStatus.JobTriggerListenerImpl

    • Constructor Detail

      • JobTriggerListenerImpl

        public JobTriggerListenerImpl()
    • Method Detail

      • 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.