Interface PostCommitNotificationService

  • All Known Implementing Classes:
    PostCommitNotificationServiceImpl

    public interface PostCommitNotificationService
    Triggers the notification for the post-commit git hook
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void notifyUser​(org.guvnor.structure.repositories.impl.git.GitRepository repo, Integer exitCode)
      Triggers the notification for a given repo & exitCode
    • Method Detail

      • notifyUser

        void notifyUser​(org.guvnor.structure.repositories.impl.git.GitRepository repo,
                        Integer exitCode)
        Triggers the notification for a given repo & exitCode
        Parameters:
        repo - The GitRepository that triggered the post-commit git hook
        exitCode - The exit code of the post-commit script