Uses of Interface
com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRepository
Package
Description
-
Uses of BitbucketRepository in com.cloudbees.jenkins.plugins.bitbucket
Modifier and TypeMethodDescriptionBitbucketSCMNavigatorRequest.getBitbucketRepository
(String repositoryName) Modifier and TypeMethodDescriptionvoid
BitbucketSCMNavigatorRequest.withRepositories
(List<? extends BitbucketRepository> repositories) -
Uses of BitbucketRepository in com.cloudbees.jenkins.plugins.bitbucket.api
Modifier and TypeMethodDescriptionBitbucketApi.getRepository()
Returns the repository details.BitbucketPullRequestDestination.getRepository()
BitbucketPullRequestEvent.getRepository()
BitbucketPullRequestSource.getRepository()
BitbucketPushEvent.getRepository()
Modifier and TypeMethodDescriptionList<? extends BitbucketRepository>
BitbucketApi.getRepositories()
Returns all the repositories for the current owner (even if it's a regular user or a team).List<? extends BitbucketRepository>
BitbucketApi.getRepositories
(UserRoleInRepository role) Returns the repositories where the user has the given role. -
Uses of BitbucketRepository in com.cloudbees.jenkins.plugins.bitbucket.client
Modifier and TypeMethodDescriptionBitbucketCloudApiClient.getRepository()
Returns the repository details. -
Uses of BitbucketRepository in com.cloudbees.jenkins.plugins.bitbucket.client.events
Modifier and TypeMethodDescriptionBitbucketCloudPullRequestEvent.getRepository()
BitbucketCloudPushEvent.getRepository()
-
Uses of BitbucketRepository in com.cloudbees.jenkins.plugins.bitbucket.client.repository
-
Uses of BitbucketRepository in com.cloudbees.jenkins.plugins.bitbucket.server.client
Modifier and TypeMethodDescriptionBitbucketServerAPIClient.getRepository()
Returns the repository details. -
Uses of BitbucketRepository in com.cloudbees.jenkins.plugins.bitbucket.server.client.repository
-
Uses of BitbucketRepository in com.cloudbees.jenkins.plugins.bitbucket.server.events