Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
org.eclipse.jgit.hooks | |
org.eclipse.jgit.lfs |
Modifier and Type | Method and Description |
---|---|
RevCommit |
CommitCommand.call() |
Modifier and Type | Method and Description |
---|---|
Void |
PostCommitHook.call() |
String |
CommitMsgHook.call() |
Void |
PreCommitHook.call() |
abstract T |
GitHook.call() |
String |
PrePushHook.call() |
protected void |
GitHook.doRun()
Runs the hook, without performing any validity checks.
|
protected void |
PostCommitHook.handleError(String message,
ProcessResult result)
Overwrites the default implementation to never throw an
AbortedByHookException , as the commit has already been done and
the exit code of the post-commit hook has no effect. |
protected void |
GitHook.handleError(String message,
ProcessResult result)
Process that the hook exited with an error.
|
Modifier and Type | Method and Description |
---|---|
String |
LfsPrePushHook.call() |
Copyright © 2021 Eclipse JGit Project. All rights reserved.