Uses of Interface
com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRepository
Packages that use BitbucketRepository
Package
Description
-
Uses of BitbucketRepository in com.cloudbees.jenkins.plugins.bitbucket
Methods in com.cloudbees.jenkins.plugins.bitbucket that return BitbucketRepositoryModifier and TypeMethodDescriptionBitbucketSCMNavigatorRequest.getBitbucketRepository(String repositoryName) Methods in com.cloudbees.jenkins.plugins.bitbucket that return types with arguments of type BitbucketRepositoryMethod parameters in com.cloudbees.jenkins.plugins.bitbucket with type arguments of type BitbucketRepositoryModifier and TypeMethodDescriptionvoidBitbucketSCMNavigatorRequest.withRepositories(List<? extends BitbucketRepository> repositories) -
Uses of BitbucketRepository in com.cloudbees.jenkins.plugins.bitbucket.api
Methods in com.cloudbees.jenkins.plugins.bitbucket.api that return BitbucketRepositoryModifier and TypeMethodDescriptionBitbucketApi.getRepository()Returns the repository details.BitbucketPullRequestDestination.getRepository()BitbucketPullRequestEvent.getRepository()BitbucketPullRequestSource.getRepository()BitbucketPushEvent.getRepository()Methods in com.cloudbees.jenkins.plugins.bitbucket.api that return types with arguments of type BitbucketRepositoryModifier 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
Methods in com.cloudbees.jenkins.plugins.bitbucket.client that return BitbucketRepositoryModifier and TypeMethodDescriptionBitbucketCloudApiClient.getRepository()Returns the repository details. -
Uses of BitbucketRepository in com.cloudbees.jenkins.plugins.bitbucket.client.events
Methods in com.cloudbees.jenkins.plugins.bitbucket.client.events that return BitbucketRepositoryModifier and TypeMethodDescriptionBitbucketCloudPullRequestEvent.getRepository()BitbucketCloudPushEvent.getRepository() -
Uses of BitbucketRepository in com.cloudbees.jenkins.plugins.bitbucket.client.repository
Classes in com.cloudbees.jenkins.plugins.bitbucket.client.repository that implement BitbucketRepository -
Uses of BitbucketRepository in com.cloudbees.jenkins.plugins.bitbucket.impl.avatars
Constructors in com.cloudbees.jenkins.plugins.bitbucket.impl.avatars with parameters of type BitbucketRepository -
Uses of BitbucketRepository in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud
Methods in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud that return BitbucketRepositoryModifier and TypeMethodDescriptionprotected abstract BitbucketRepositoryAbstractSCMHeadEvent.getRepository() -
Uses of BitbucketRepository in com.cloudbees.jenkins.plugins.bitbucket.server.client
Methods in com.cloudbees.jenkins.plugins.bitbucket.server.client that return BitbucketRepositoryModifier and TypeMethodDescriptionBitbucketServerAPIClient.getRepository()Returns the repository details. -
Uses of BitbucketRepository in com.cloudbees.jenkins.plugins.bitbucket.server.client.repository
Classes in com.cloudbees.jenkins.plugins.bitbucket.server.client.repository that implement BitbucketRepository -
Uses of BitbucketRepository in com.cloudbees.jenkins.plugins.bitbucket.server.events
Methods in com.cloudbees.jenkins.plugins.bitbucket.server.events that return BitbucketRepository