Uses of Interface
com.atlassian.bitbucket.jenkins.internal.client.BitbucketClientFactory
-
Packages that use BitbucketClientFactory Package Description com.atlassian.bitbucket.jenkins.internal.client Add package level annotations to indicate everything is non-null by default.com.atlassian.bitbucket.jenkins.internal.scm Add package level annotations to indicate everything is non-null by default.com.atlassian.bitbucket.jenkins.internal.scm.trait 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 BitbucketClientFactory Modifier and Type Class Description class
BitbucketClientFactoryImpl
Methods in com.atlassian.bitbucket.jenkins.internal.client that return BitbucketClientFactory Modifier and Type Method Description BitbucketClientFactory
BitbucketClientFactoryProvider. 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 BitbucketClientFactory Modifier and Type Method Description static Collection<BitbucketProject>
BitbucketSearchHelper. findProjects(String projectName, BitbucketClientFactory clientFactory)
static Collection<BitbucketRepository>
BitbucketSearchHelper. findRepositories(String repositoryName, String projectName, BitbucketClientFactory client)
static BitbucketProject
BitbucketSearchHelper. getProjectByNameOrKey(String projectNameOrKey, BitbucketClientFactory clientFactory)
static BitbucketRepository
BitbucketSearchHelper. 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 BitbucketClientFactory Modifier and Type Method Description BitbucketRepository
BitbucketRepoFetcher. 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 BitbucketClientFactory Modifier and Type Method Description Optional<BitbucketClientFactory>
BitbucketBranchDiscoveryTrait.DescriptorImpl. getClientFactory(BitbucketSCMSourceContext bitbucketContext)
Optional<BitbucketClientFactory>
BitbucketPullRequestDiscoveryTrait.DescriptorImpl. getClientFactory(BitbucketSCMSourceContext bitbucketContext)
Optional<BitbucketClientFactory>
BitbucketTagDiscoveryTrait.DescriptorImpl. getClientFactory(BitbucketSCMSourceContext bitbucketContext)
-