Package | Description |
---|---|
org.eclipse.jgit.revplot |
Building/rendering revision graphs.
|
org.eclipse.jgit.revwalk |
Walking revision graphs (commit history).
|
Modifier and Type | Method and Description |
---|---|
void |
PlotWalk.sort(RevSort s,
boolean use)
Add or remove a sorting strategy for the returned commits.
|
Modifier and Type | Method and Description |
---|---|
static RevSort |
RevSort.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RevSort[] |
RevSort.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnumSet<RevSort> |
RevWalk.getRevSort()
Obtain the sort types applied to the commits returned.
|
Modifier and Type | Method and Description |
---|---|
boolean |
RevWalk.hasRevSort(RevSort sort)
Check whether the provided sorting strategy is enabled.
|
void |
RevWalk.sort(RevSort s)
Select a single sorting strategy for the returned commits.
|
void |
ObjectWalk.sort(RevSort s)
Select a single sorting strategy for the returned commits.
|
void |
RevWalk.sort(RevSort s,
boolean use)
Add or remove a sorting strategy for the returned commits.
|
void |
ObjectWalk.sort(RevSort s,
boolean use)
Add or remove a sorting strategy for the returned commits.
|
Copyright © 2018 Eclipse JGit Project. All rights reserved.