public class GraphRevListDelegator extends BaseDelegator implements IGraphRevListDelegator
MAX_LIMIT_SUPPORTED_MIN_VERSION, QUERY_EXPRESSIONS_SUPPORTED_MIN_VERSION, USER_RESTRICTIONS_SUPPORTED_MIN_VERSION| Constructor and Description |
|---|
GraphRevListDelegator(IOptionsServer server)
Instantiates a new graph rev list delegator.
|
| Modifier and Type | Method and Description |
|---|---|
List<IRevListCommit> |
getGraphRevList(GraphRevListOptions options)
Returns a List encapsulating a RevListCommit which holds the
data retrieved as part of the 'p4 graph rev-list -n'
|
public GraphRevListDelegator(IOptionsServer server)
server - the serverpublic List<IRevListCommit> getGraphRevList(GraphRevListOptions options) throws P4JavaException
getGraphRevList in interface IGraphRevListDelegatoroptions - P4JavaExceptionCopyright © 2017 Perforce Software. All Rights Reserved.