Package | Description |
---|---|
com.atlassian.bitbucket.repository |
Modifier and Type | Method and Description |
---|---|
Page<Repository> |
RepositoryService.findByProjectId(int projectId,
PageRequest pageRequest)
Retrieves a page of
repositories in the project with the given id. |
Page<Repository> |
RepositoryService.findByProjectKey(String projectKey,
PageRequest pageRequest)
List the names of the repositories in the project with the given key and with a default (null) namespace.
|
Page<Repository> |
RepositoryService.findByProjectKey(String projectNamespace,
String projectKey,
PageRequest pageRequest)
List the names of the repositories in the project with the given key and namespace.
|
Copyright © 2019 Atlassian. All rights reserved.