Uses of Interface
com.atlassian.bitbucket.jenkins.internal.client.BitbucketClientFactory
Packages that use BitbucketClientFactory
Package
Description
Add package level annotations to indicate everything is non-null by default.
Add package level annotations to indicate everything is non-null by default.
Add package level annotations to indicate everything is non-null by default.
-
Uses of BitbucketClientFactory in com.atlassian.bitbucket.jenkins.internal.client
Classes in com.atlassian.bitbucket.jenkins.internal.client that implement BitbucketClientFactoryMethods in com.atlassian.bitbucket.jenkins.internal.client that return BitbucketClientFactoryModifier and TypeMethodDescriptionBitbucketClientFactoryProvider.getClient(String baseUrl, BitbucketCredentials credentials) Return a client factory for the given base URL.Methods in com.atlassian.bitbucket.jenkins.internal.client with parameters of type BitbucketClientFactoryModifier and TypeMethodDescriptionstatic Collection<BitbucketProject>BitbucketSearchHelper.findProjects(String projectName, BitbucketClientFactory clientFactory) static Collection<BitbucketRepository>BitbucketSearchHelper.findRepositories(String repositoryName, String projectName, BitbucketClientFactory client) static BitbucketProjectBitbucketSearchHelper.getProjectByNameOrKey(String projectNameOrKey, BitbucketClientFactory clientFactory) static BitbucketRepositoryBitbucketSearchHelper.getRepositoryByNameOrSlug(String projectNameOrKey, String repositoryNameOrSlug, BitbucketClientFactory clientFactory) -
Uses of BitbucketClientFactory in com.atlassian.bitbucket.jenkins.internal.scm
Methods in com.atlassian.bitbucket.jenkins.internal.scm with parameters of type BitbucketClientFactoryModifier and TypeMethodDescriptionBitbucketRepoFetcher.fetchRepo(BitbucketClientFactory client, String projectNameOrKey, String repoNameOrSlug) -
Uses of BitbucketClientFactory in com.atlassian.bitbucket.jenkins.internal.scm.trait
Methods in com.atlassian.bitbucket.jenkins.internal.scm.trait that return types with arguments of type BitbucketClientFactoryModifier and TypeMethodDescriptionBitbucketBranchDiscoveryTrait.DescriptorImpl.getClientFactory(BitbucketSCMSourceContext bitbucketContext) BitbucketPullRequestDiscoveryTrait.DescriptorImpl.getClientFactory(BitbucketSCMSourceContext bitbucketContext) BitbucketTagDiscoveryTrait.DescriptorImpl.getClientFactory(BitbucketSCMSourceContext bitbucketContext)