Uses of Enum Class
com.cloudbees.jenkins.plugins.bitbucket.client.repository.UserRoleInRepository
Package
Description
-
Uses of UserRoleInRepository in com.cloudbees.jenkins.plugins.bitbucket.api
Modifier and TypeMethodDescriptionList<? extends BitbucketRepository>
BitbucketApi.getRepositories
(UserRoleInRepository role) Returns the repositories where the user has the given role. -
Uses of UserRoleInRepository in com.cloudbees.jenkins.plugins.bitbucket.client
Modifier and TypeMethodDescriptionBitbucketCloudApiClient.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. -
Uses of UserRoleInRepository in com.cloudbees.jenkins.plugins.bitbucket.client.repository
Modifier and TypeMethodDescriptionstatic UserRoleInRepository
Returns the enum constant of this class with the specified name.static UserRoleInRepository[]
UserRoleInRepository.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of UserRoleInRepository in com.cloudbees.jenkins.plugins.bitbucket.server.client
Modifier and TypeMethodDescriptionBitbucketServerAPIClient.getRepositories
(UserRoleInRepository role) The role parameter is ignored for Bitbucket Server.