public interface RevListCommand extends GitCommand
| Modifier and Type | Method and Description |
|---|---|
RevListCommand |
all()
Deprecated.
favour
all(boolean) |
RevListCommand |
all(boolean all)
all.
|
RevListCommand |
firstParent()
Deprecated.
favour
firstParent(boolean) |
RevListCommand |
firstParent(boolean firstParent)
firstParent.
|
RevListCommand |
nowalk(boolean nowalk)
nowalk.
|
RevListCommand |
reference(String reference)
reference.
|
RevListCommand |
to(List<ObjectId> revs)
to.
|
execute@Deprecated RevListCommand all()
all(boolean)RevListCommand object.RevListCommand all(boolean all)
all - true to list all.RevListCommand object.RevListCommand nowalk(boolean nowalk)
nowalk - true to skip revision walk.RevListCommand object.@Deprecated RevListCommand firstParent()
firstParent(boolean)RevListCommand object.RevListCommand firstParent(boolean firstParent)
firstParent - true to list first parentRevListCommand object.RevListCommand to(List<ObjectId> revs)
revs - a List object.RevListCommand object.RevListCommand reference(String reference)
reference - a String object.RevListCommand object.Copyright © 2013–2020. All rights reserved.