Modifier and Type | Method and Description |
---|---|
List<? extends BitbucketRepository> |
BitbucketApi.getRepositories(UserRoleInRepository role)
Returns the repositories where the user has the given role.
|
Modifier and Type | Method and Description |
---|---|
List<BitbucketCloudRepository> |
BitbucketCloudApiClient.getRepositories(UserRoleInRepository role)
The role parameter only makes sense when the request is authenticated, so
if there is no auth information (
BitbucketCloudApiClient.authenticator ) the role will be omitted. |
Modifier and Type | Method and Description |
---|---|
static UserRoleInRepository |
UserRoleInRepository.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserRoleInRepository[] |
UserRoleInRepository.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<BitbucketServerRepository> |
BitbucketServerAPIClient.getRepositories(UserRoleInRepository role)
The role parameter is ignored for Bitbucket Server.
|
Copyright © 2016–2022. All rights reserved.