public interface DepthWalk
Modifier and Type | Interface and Description |
---|---|
static class |
DepthWalk.Commit
RevCommit with a depth (in commits) from a root.
|
static class |
DepthWalk.ObjectWalk
Subclass of ObjectWalk that performs depth filtering.
|
static class |
DepthWalk.RevWalk
Subclass of RevWalk that performs depth filtering.
|
Modifier and Type | Method and Description |
---|---|
RevFlag |
getDeepenNotFlag() |
default List<ObjectId> |
getDeepenNots() |
default int |
getDeepenSince() |
int |
getDepth()
Get depth to filter to.
|
RevFlag |
getReinterestingFlag()
Get flag marking commits that are interesting again.
|
RevFlag |
getUnshallowFlag()
Get flag marking commits that should become unshallow.
|
int getDepth()
default int getDeepenSince()
default List<ObjectId> getDeepenNots()
RevFlag getUnshallowFlag()
RevFlag getReinterestingFlag()
RevFlag getDeepenNotFlag()
Copyright © 2019 Eclipse JGit Project. All rights reserved.