public interface PostCommitNotificationService
Modifier and Type | Field and Description |
---|---|
static String |
BUNDLE_PARAM |
Modifier and Type | Method and Description |
---|---|
void |
notifyUser(GitRepository repo,
Integer exitCode)
Triggers the notification for a given repo & exitCode
|
static final String BUNDLE_PARAM
void notifyUser(GitRepository repo, Integer exitCode)
repo
- The GitRepository
that triggered the post-commit git hookexitCode
- The exit code of the post-commit scriptCopyright © 2012–2020 JBoss by Red Hat. All rights reserved.