Interface PostCommitNotificationService
-
- All Known Implementing Classes:
PostCommitNotificationServiceImpl
public interface PostCommitNotificationServiceTriggers the notification for the post-commit git hook
-
-
Field Summary
Fields Modifier and Type Field Description static StringBUNDLE_PARAM
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotifyUser(org.guvnor.structure.repositories.impl.git.GitRepository repo, Integer exitCode)Triggers the notification for a given repo & exitCode
-
-
-
Field Detail
-
BUNDLE_PARAM
static final String BUNDLE_PARAM
- See Also:
- Constant Field Values
-
-
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- TheGitRepositorythat triggered the post-commit git hookexitCode- The exit code of the post-commit script
-
-