Modifier and Type | Method and Description |
---|---|
java.util.List<IGraphRef> |
Server.getGraphShowRefs(GraphShowRefOptions opts)
Usage: show-ref [ -a -n {repo} -u {user} -t {type} -m {max} ]
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IGraphRef> |
GraphShowRefDelegator.getGraphShowRefs(GraphShowRefOptions opts) |
Modifier and Type | Method and Description |
---|---|
GraphShowRefOptions |
GraphShowRefOptions.setA(boolean a)
Sets the optional option value for option -a
|
GraphShowRefOptions |
GraphShowRefOptions.setMaxValue(int maxValue)
Sets the optional option value for option -m {max}
|
GraphShowRefOptions |
GraphShowRefOptions.setRepo(java.lang.String repo)
Sets the mandatory option value for option -n {repo}
|
GraphShowRefOptions |
GraphShowRefOptions.setType(java.lang.String type)
Sets the optional option value for option -t {type}
|
GraphShowRefOptions |
GraphShowRefOptions.setUser(java.lang.String user)
Sets the optional option value for option -u {user}
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IGraphRef> |
IGraphShowRefDelegator.getGraphShowRefs(GraphShowRefOptions opts) |
Copyright © 2020 Perforce Software. All Rights Reserved.