public interface IReposDelegator
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IRepo> |
getRepos()
Gets the repos.
|
java.util.List<IRepo> |
getRepos(ReposOptions options)
Get the repos with filter options
|
java.util.List<IRepo> |
getRepos(java.lang.String clientName)
Gets the repos mapped within the client's view.
|
java.util.List<IRepo> getRepos() throws ConnectionException, RequestException, AccessException
ConnectionException - the connection exceptionRequestException - the request exceptionAccessException - the access exceptionjava.util.List<IRepo> getRepos(ReposOptions options) throws P4JavaException
options - Repos filter optionsP4JavaException - an api exceptionjava.util.List<IRepo> getRepos(java.lang.String clientName) throws ConnectionException, RequestException, AccessException
clientName - the name of the client workspaceConnectionException - on errorRequestException - on errorAccessException - on error