public interface RevListCommand extends GitCommand
| Modifier and Type | Method and Description |
|---|---|
RevListCommand |
all()
all.
|
RevListCommand |
firstParent()
firstParent.
|
RevListCommand |
reference(String reference)
reference.
|
RevListCommand |
to(List<ObjectId> revs)
to.
|
executeRevListCommand all()
RevListCommand object.RevListCommand firstParent()
RevListCommand object.RevListCommand to(List<ObjectId> revs)
revs - a List object.RevListCommand object.RevListCommand reference(String reference)
reference - a String object.RevListCommand object.Copyright © 2013–2016. All rights reserved.