public interface IReposDelegator
| Modifier and Type | Method and Description |
|---|---|
List<IRepo> |
getRepos()
Gets the repos.
|
List<IRepo> |
getRepos(ReposOptions options)
Get the repos with filter options
|
List<IRepo> |
getRepos(String clientName)
Gets the repos mapped within the client's view.
|
List<IRepo> getRepos() throws ConnectionException, RequestException, AccessException
ConnectionException - the connection exceptionRequestException - the request exceptionAccessException - the access exceptionList<IRepo> getRepos(ReposOptions options) throws P4JavaException
options - Repos filter optionsP4JavaException - an api exceptionList<IRepo> getRepos(String clientName) throws ConnectionException, RequestException, AccessException
clientName - the name of the client workspaceConnectionExceptionRequestExceptionAccessExceptionCopyright © 2017 Perforce Software. All Rights Reserved.