Package hudson.scm

Class SubversionRepositoryStatus.Listener

    • Constructor Detail

      • Listener

        public Listener()
    • Method Detail

      • onNotify

        public abstract boolean onNotify​(UUID uuid,
                                         long revision,
                                         Set<String> affectedPaths)
        Called when a post-commit hook notification has been received.
        Parameters:
        uuid - the UUID of the repository against which the hook was received.
        revision - 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.