Uses of Class
com.atlassian.bitbucket.jenkins.internal.client.BitbucketClientFactoryProvider
-
Packages that use BitbucketClientFactoryProvider Package Description com.atlassian.bitbucket.jenkins.internal.deployments 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.status 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 jobcom.atlassian.bitbucket.jenkins.internal.trigger 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 BitbucketClientFactoryProvider Constructor Description DeploymentPosterImpl(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 BitbucketClientFactoryProvider Modifier and Type Method Description BitbucketClientFactoryProvider
BitbucketSCMSource.DescriptorImpl. getBitbucketClientFactoryProvider()
Constructors in com.atlassian.bitbucket.jenkins.internal.scm with parameters of type BitbucketClientFactoryProvider Constructor Description BitbucketMirrorHandler(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 BitbucketClientFactoryProvider Constructor Description BuildStatusPoster(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 BitbucketClientFactoryProvider Constructor Description RetryingWebhookHandler(JenkinsProvider jenkinsProvider, BitbucketClientFactoryProvider provider, InstanceBasedNameGenerator instanceBasedNameGenerator, JenkinsToBitbucketCredentials jenkinsToBitbucketCredentials)
-