Modifier and Type | Method and Description |
---|---|
List<IRevListCommit> |
Server.getGraphRevList(GraphRevListOptions options)
Returns a list of revisions given the options
|
Modifier and Type | Method and Description |
---|---|
List<IRevListCommit> |
GraphRevListDelegator.getGraphRevList(GraphRevListOptions options)
Returns a List encapsulating a RevListCommit which holds the
data retrieved as part of the 'p4 graph rev-list -n'
|
Modifier and Type | Method and Description |
---|---|
GraphRevListOptions |
GraphRevListOptions.withCommitValue(String... commitValue)
Sets the optional argument of commit SHA values
|
GraphRevListOptions |
GraphRevListOptions.withDepot(String depot)
Sets the mandatory option value for option -n
|
GraphRevListOptions |
GraphRevListOptions.withMaxValue(int maxValue)
Sets the optional option value for option -m
|
Modifier and Type | Method and Description |
---|---|
List<IRevListCommit> |
IGraphRevListDelegator.getGraphRevList(GraphRevListOptions options) |
Copyright © 2017 Perforce Software. All Rights Reserved.