Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
org.eclipse.jgit.blame |
Computing blame/annotate information of files.
|
Modifier and Type | Method and Description |
---|---|
BlameResult |
BlameCommand.call() |
Modifier and Type | Method and Description |
---|---|
BlameResult |
BlameGenerator.computeBlameResult()
Execute the generator in a blocking fashion until all data is ready.
|
static BlameResult |
BlameResult.create(BlameGenerator gen)
Construct a new BlameResult for a generator.
|
Copyright © 2019 Eclipse JGit Project. All rights reserved.