Uses of Class
com.atlassian.bitbucket.jenkins.internal.client.BitbucketClientFactoryProvider
Packages that use BitbucketClientFactoryProvider
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.
There are primarily 3 types of job we should focus on:
Freestyle Job
Workflow, this is further characterized below as,
Pipeline job
Multi branch pipeline job
Add package level annotations to indicate everything is non-null by default.
-
Uses of BitbucketClientFactoryProvider in com.atlassian.bitbucket.jenkins.internal.deployments
Constructors in com.atlassian.bitbucket.jenkins.internal.deployments with parameters of type BitbucketClientFactoryProviderModifierConstructorDescriptionDeploymentPosterImpl(BitbucketClientFactoryProvider bitbucketClientFactoryProvider, BitbucketDeploymentFactory bitbucketDeploymentFactory, JenkinsToBitbucketCredentials jenkinsToBitbucketCredentials, BitbucketPluginConfiguration pluginConfiguration, BitbucketSCMRepositoryHelper scmRunHelper) -
Uses of BitbucketClientFactoryProvider in com.atlassian.bitbucket.jenkins.internal.scm
Methods in com.atlassian.bitbucket.jenkins.internal.scm that return BitbucketClientFactoryProviderModifier and TypeMethodDescriptionBitbucketSCMSource.DescriptorImpl.getBitbucketClientFactoryProvider()Constructors in com.atlassian.bitbucket.jenkins.internal.scm with parameters of type BitbucketClientFactoryProviderModifierConstructorDescriptionBitbucketMirrorHandler(BitbucketClientFactoryProvider bitbucketClientFactoryProvider, JenkinsToBitbucketCredentials jenkinsToBitbucketCredentials, BitbucketRepoFetcher bitbucketRepoFetcher) BitbucketScmFormFillDelegate(BitbucketClientFactoryProvider bitbucketClientFactoryProvider, BitbucketPluginConfiguration bitbucketPluginConfiguration, JenkinsToBitbucketCredentials jenkinsToBitbucketCredentials, JenkinsProvider jenkinsProvider) BitbucketScmFormValidationDelegate(BitbucketClientFactoryProvider bitbucketClientFactoryProvider, BitbucketPluginConfiguration bitbucketPluginConfiguration, JenkinsToBitbucketCredentials jenkinsToBitbucketCredentials, JenkinsProvider jenkinsProvider) BitbucketScmHelper(String bitbucketBaseUrl, BitbucketClientFactoryProvider bitbucketClientFactoryProvider, BitbucketCredentials credentials) -
Uses of BitbucketClientFactoryProvider in com.atlassian.bitbucket.jenkins.internal.status
Constructors in com.atlassian.bitbucket.jenkins.internal.status with parameters of type BitbucketClientFactoryProviderModifierConstructorDescriptionBuildStatusPoster(BitbucketClientFactoryProvider bitbucketClientFactoryProvider, BitbucketPluginConfiguration pluginConfiguration, JenkinsToBitbucketCredentials jenkinsToBitbucketCredentials, BitbucketBuildStatusFactory bitbucketBuildStatusFactory) -
Uses of BitbucketClientFactoryProvider in com.atlassian.bitbucket.jenkins.internal.trigger
Constructors in com.atlassian.bitbucket.jenkins.internal.trigger with parameters of type BitbucketClientFactoryProviderModifierConstructorDescriptionRetryingWebhookHandler(JenkinsProvider jenkinsProvider, BitbucketClientFactoryProvider provider, InstanceBasedNameGenerator instanceBasedNameGenerator, JenkinsToBitbucketCredentials jenkinsToBitbucketCredentials)