Package | Description |
---|---|
org.eclipse.jgit.revplot |
Building/rendering revision graphs.
|
org.eclipse.jgit.revwalk |
Walking revision graphs (commit history).
|
Modifier and Type | Method | Description |
---|---|---|
void |
PlotWalk.sort(RevSort s,
boolean use) |
Modifier and Type | Method | 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 | Description |
---|---|---|
EnumSet<RevSort> |
RevWalk.getRevSort() |
Obtain the sort types applied to the commits returned.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
RevWalk.hasRevSort(RevSort sort) |
Check whether the provided sorting strategy is enabled.
|
void |
ObjectWalk.sort(RevSort s) |
|
void |
ObjectWalk.sort(RevSort s,
boolean use) |
|
void |
RevWalk.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.
|
Copyright © 2018. All rights reserved.