Uses of Enum Class
com.cloudbees.jenkins.plugins.bitbucket.client.repository.UserRoleInRepository
Packages that use UserRoleInRepository
Package
Description
-
Uses of UserRoleInRepository in com.cloudbees.jenkins.plugins.bitbucket.api
Methods in com.cloudbees.jenkins.plugins.bitbucket.api with parameters of type UserRoleInRepositoryModifier 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
Methods in com.cloudbees.jenkins.plugins.bitbucket.client with parameters of type UserRoleInRepositoryModifier and TypeMethodDescriptionBitbucketCloudApiClient.getRepositories
(UserRoleInRepository role) The role parameter only makes sense when the request is authenticated, so if there is no auth information (AbstractBitbucketApi.getAuthenticator()
) the role will be omitted. -
Uses of UserRoleInRepository in com.cloudbees.jenkins.plugins.bitbucket.client.repository
Methods in com.cloudbees.jenkins.plugins.bitbucket.client.repository that return UserRoleInRepositoryModifier 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
Methods in com.cloudbees.jenkins.plugins.bitbucket.server.client with parameters of type UserRoleInRepositoryModifier and TypeMethodDescriptionBitbucketServerAPIClient.getRepositories
(UserRoleInRepository role) The role parameter is ignored for Bitbucket Server.