Modifier and Type | Method and Description |
---|---|
java.util.List<IRevListCommit> |
Server.getGraphRevList(GraphRevListOptions options)
Returns a list of revisions given the options
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.lang.String... commitValue)
Sets the optional argument of commit SHA values
|
GraphRevListOptions |
GraphRevListOptions.withDepot(java.lang.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 |
---|---|
java.util.List<IRevListCommit> |
IGraphRevListDelegator.getGraphRevList(GraphRevListOptions options) |
Copyright © 2021 Perforce Software. All Rights Reserved.