Uses of Interface
com.atlassian.bamboo.plugins.bitbucket.api.BitbucketApiService
-
-
Uses of BitbucketApiService in com.atlassian.bamboo.plugins.bitbucket
Methods in com.atlassian.bamboo.plugins.bitbucket with parameters of type BitbucketApiService Modifier and Type Method Description void
BitbucketRepository. setBitbucketApiService(BitbucketApiService bitbucketApiService)
-
Uses of BitbucketApiService in com.atlassian.bamboo.plugins.bitbucket.events
Constructors in com.atlassian.bamboo.plugins.bitbucket.events with parameters of type BitbucketApiService Constructor Description BitbucketBuildStatusUpdater(com.atlassian.sal.api.ApplicationProperties applicationProperties, BitbucketApiService bitbucketApiService, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, CredentialsAccessor credentialsAccessor)
-
Uses of BitbucketApiService in com.atlassian.bamboo.plugins.bitbucket.impl
Classes in com.atlassian.bamboo.plugins.bitbucket.impl that implement BitbucketApiService Modifier and Type Class Description class
BitbucketApiServiceImpl
-
Uses of BitbucketApiService in com.atlassian.bamboo.plugins.bitbucket.rest.resource
Constructors in com.atlassian.bamboo.plugins.bitbucket.rest.resource with parameters of type BitbucketApiService Constructor Description BitbucketResource(BitbucketApiService bitbucketApiService, com.atlassian.sal.api.message.I18nResolver i18nResolver, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, CredentialsAccessor credentialsAccessor, WebhookManagementService webhookManagementService)
-
Uses of BitbucketApiService in com.atlassian.bamboo.plugins.bitbucket.utils
Constructors in com.atlassian.bamboo.plugins.bitbucket.utils with parameters of type BitbucketApiService Constructor Description BitbucketValidationHelperImpl(CredentialsAccessor credentialsAccessor, com.atlassian.sal.api.message.I18nResolver i18nResolver, BitbucketApiService bitbucketApiService)
-
Uses of BitbucketApiService in com.atlassian.bamboo.plugins.bitbucket.v2.configurator
Constructors in com.atlassian.bamboo.plugins.bitbucket.v2.configurator with parameters of type BitbucketApiService Constructor Description BitbucketCloudServerConfigurator(com.atlassian.sal.api.message.I18nResolver i18nResolver, CredentialsAccessor credentialsAccessor, BitbucketApiService bitbucketApiService, SecretEncryptionService secretEncryptionService, AdministrationConfigurationAccessor administrationConfigurationAccessor)
-
Uses of BitbucketApiService in com.atlassian.bamboo.plugins.bitbucket.v2.export
Constructors in com.atlassian.bamboo.plugins.bitbucket.v2.export with parameters of type BitbucketApiService Constructor Description BitbucketCloudImporterExporter(BitbucketApiService bitbucketApiService, SecretEncryptionService secretEncryptionService, CredentialsAccessor credentialsAccessor, ProjectManager projectManager)
-