Uses of Interface
com.atlassian.bitbucket.jenkins.internal.credentials.JenkinsToBitbucketCredentials
-
Packages that use JenkinsToBitbucketCredentials Package Description com.atlassian.bitbucket.jenkins.internal.config Add package level annotations to indicate everything is non-null by default.com.atlassian.bitbucket.jenkins.internal.credentials Add package level annotations to indicate everything is non-null by default.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 JenkinsToBitbucketCredentials in com.atlassian.bitbucket.jenkins.internal.config
Methods in com.atlassian.bitbucket.jenkins.internal.config with parameters of type JenkinsToBitbucketCredentials Modifier and Type Method Description void
BitbucketServerConfiguration.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 Modifier and Type Class Description class
JenkinsToBitbucketCredentialsImpl
-
Uses of JenkinsToBitbucketCredentials in com.atlassian.bitbucket.jenkins.internal.deployments
Constructors in com.atlassian.bitbucket.jenkins.internal.deployments with parameters of type JenkinsToBitbucketCredentials Constructor Description DeploymentPosterImpl(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 JenkinsToBitbucketCredentials Modifier and Type Method Description void
BitbucketSCM.DescriptorImpl. setJenkinsToBitbucketCredentials(JenkinsToBitbucketCredentials jenkinsToBitbucketCredentials)
Constructors in com.atlassian.bitbucket.jenkins.internal.scm with parameters of type JenkinsToBitbucketCredentials 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)
-
Uses of JenkinsToBitbucketCredentials in com.atlassian.bitbucket.jenkins.internal.status
Constructors in com.atlassian.bitbucket.jenkins.internal.status with parameters of type JenkinsToBitbucketCredentials Constructor Description BuildStatusPoster(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 JenkinsToBitbucketCredentials Constructor Description RetryingWebhookHandler(JenkinsProvider jenkinsProvider, BitbucketClientFactoryProvider provider, InstanceBasedNameGenerator instanceBasedNameGenerator, JenkinsToBitbucketCredentials jenkinsToBitbucketCredentials)
-