Uses of Interface
com.atlassian.bitbucket.jenkins.internal.credentials.JenkinsToBitbucketCredentials
Packages that use JenkinsToBitbucketCredentials
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.
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 JenkinsToBitbucketCredentials in com.atlassian.bitbucket.jenkins.internal.config
Methods in com.atlassian.bitbucket.jenkins.internal.config with parameters of type JenkinsToBitbucketCredentialsModifier and TypeMethodDescriptionvoidBitbucketServerConfiguration.DescriptorImpl.setJenkinsToBitbucketCredentials(JenkinsToBitbucketCredentials jenkinsToBitbucketCredentials) -
Uses of JenkinsToBitbucketCredentials in com.atlassian.bitbucket.jenkins.internal.credentials
Classes in com.atlassian.bitbucket.jenkins.internal.credentials that implement JenkinsToBitbucketCredentials -
Uses of JenkinsToBitbucketCredentials in com.atlassian.bitbucket.jenkins.internal.deployments
Constructors in com.atlassian.bitbucket.jenkins.internal.deployments with parameters of type JenkinsToBitbucketCredentialsModifierConstructorDescriptionDeploymentPosterImpl(BitbucketClientFactoryProvider bitbucketClientFactoryProvider, BitbucketDeploymentFactory bitbucketDeploymentFactory, JenkinsToBitbucketCredentials jenkinsToBitbucketCredentials, BitbucketPluginConfiguration pluginConfiguration, BitbucketSCMRepositoryHelper scmRunHelper) -
Uses of JenkinsToBitbucketCredentials in com.atlassian.bitbucket.jenkins.internal.scm
Methods in com.atlassian.bitbucket.jenkins.internal.scm with parameters of type JenkinsToBitbucketCredentialsModifier and TypeMethodDescriptionvoidBitbucketSCM.DescriptorImpl.setJenkinsToBitbucketCredentials(JenkinsToBitbucketCredentials jenkinsToBitbucketCredentials) Constructors in com.atlassian.bitbucket.jenkins.internal.scm with parameters of type JenkinsToBitbucketCredentialsModifierConstructorDescriptionBitbucketMirrorHandler(BitbucketClientFactoryProvider bitbucketClientFactoryProvider, JenkinsToBitbucketCredentials jenkinsToBitbucketCredentials, BitbucketRepoFetcher bitbucketRepoFetcher) BitbucketScmFormFillDelegate(BitbucketClientFactoryProvider bitbucketClientFactoryProvider, BitbucketPluginConfiguration bitbucketPluginConfiguration, JenkinsToBitbucketCredentials jenkinsToBitbucketCredentials, JenkinsProvider jenkinsProvider) BitbucketScmFormValidationDelegate(BitbucketClientFactoryProvider bitbucketClientFactoryProvider, BitbucketPluginConfiguration bitbucketPluginConfiguration, JenkinsToBitbucketCredentials jenkinsToBitbucketCredentials, JenkinsProvider jenkinsProvider) -
Uses of JenkinsToBitbucketCredentials in com.atlassian.bitbucket.jenkins.internal.status
Constructors in com.atlassian.bitbucket.jenkins.internal.status with parameters of type JenkinsToBitbucketCredentialsModifierConstructorDescriptionBuildStatusPoster(BitbucketClientFactoryProvider bitbucketClientFactoryProvider, BitbucketPluginConfiguration pluginConfiguration, JenkinsToBitbucketCredentials jenkinsToBitbucketCredentials, BitbucketBuildStatusFactory bitbucketBuildStatusFactory) -
Uses of JenkinsToBitbucketCredentials in com.atlassian.bitbucket.jenkins.internal.trigger
Constructors in com.atlassian.bitbucket.jenkins.internal.trigger with parameters of type JenkinsToBitbucketCredentialsModifierConstructorDescriptionRetryingWebhookHandler(JenkinsProvider jenkinsProvider, BitbucketClientFactoryProvider provider, InstanceBasedNameGenerator instanceBasedNameGenerator, JenkinsToBitbucketCredentials jenkinsToBitbucketCredentials)