Uses of Interface
com.atlassian.bamboo.credentials.CredentialsAccessor
Packages that use CredentialsAccessor
Package
Description
-
Uses of CredentialsAccessor in com.atlassian.bamboo.build.context
Constructors in com.atlassian.bamboo.build.context with parameters of type CredentialsAccessorModifierConstructorDescriptionBuildContextBuilderFactoryImpl
(@NotNull BranchIntegrationService branchIntegrationService, @NotNull VariableDefinitionManager variableDefinitionManager, @NotNull CredentialsAccessor credentialsAccessor) BuildContextBuilderImpl
(@NotNull BranchIntegrationService branchIntegrationService, @NotNull VariableDefinitionManager variableDefinitionManager, @NotNull CredentialsAccessor credentialsAccessor, @NotNull StorageTagService storageTagService, @NotNull VcsRepositoryManager vcsRepositoryManager, @NotNull SecureTokenService secureTokenService, @NotNull com.atlassian.plugin.PluginAccessor pluginAccessor) -
Uses of CredentialsAccessor in com.atlassian.bamboo.credentials
Subinterfaces of CredentialsAccessor in com.atlassian.bamboo.credentialsClasses in com.atlassian.bamboo.credentials that implement CredentialsAccessorModifier and TypeClassDescriptionclass
Make sure all mutative operations are logging changes with AuditLogServiceMethods in com.atlassian.bamboo.credentials with parameters of type CredentialsAccessorModifier and TypeMethodDescriptionstatic Iterable<CredentialsData>
Credentials.getAllSharedCredentials
(@NotNull Iterable<? extends VcsRepositoryData> repositories, @NotNull VcsRepositoryManager vcsRepositoryManager, @NotNull CredentialsAccessor credentialsAccessor) static <T> Iterable<CredentialsData>
Credentials.getAllSharedCredentials
(@NotNull Iterable<T> sharedCredentialTypes, @NotNull CredentialsAccessor credentialsAccessor, @NotNull Function<T, SharedCredentialDepender> createDependerFunction) static <T> Iterable<CredentialsData>
Credentials.getAllSharedCredentials
(@NotNull Iterable<T> sharedCredentialTypes, @NotNull CredentialsAccessor credentialsAccessor, Function<T, ConfigurableSharedCredentialDepender> createDependerFunction, Function<T, Map<String, String>> createConfigFunction) -
Uses of CredentialsAccessor in com.atlassian.bamboo.plugins.bitbucket
Methods in com.atlassian.bamboo.plugins.bitbucket with parameters of type CredentialsAccessorModifier and TypeMethodDescriptionstatic String
BitbucketConfigUtils.getPassword
(@NotNull VcsRepositoryData repositoryData, @NotNull CredentialsAccessor credentialsAccessor) static String
BitbucketConfigUtils.getUsername
(@NotNull VcsRepositoryData repositoryData, @NotNull CredentialsAccessor credentialsAccessor) BitbucketConfigUtils.getUsernameAndPassword
(@NotNull VcsRepositoryData repositoryData, @NotNull CredentialsAccessor credentialsAccessor) void
BitbucketRepository.setCredentialsAccessor
(CredentialsAccessor credentialsAccessor) -
Uses of CredentialsAccessor in com.atlassian.bamboo.plugins.bitbucket.events
Constructors in com.atlassian.bamboo.plugins.bitbucket.events with parameters of type CredentialsAccessorModifierConstructorDescriptionBitbucketBuildStatusUpdater
(com.atlassian.sal.api.ApplicationProperties applicationProperties, BitbucketApiService bitbucketApiService, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, CredentialsAccessor credentialsAccessor) -
Uses of CredentialsAccessor in com.atlassian.bamboo.plugins.bitbucket.rest.resource
Constructors in com.atlassian.bamboo.plugins.bitbucket.rest.resource with parameters of type CredentialsAccessorModifierConstructorDescriptionBitbucketResource
(BitbucketApiService bitbucketApiService, com.atlassian.sal.api.message.I18nResolver i18nResolver, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, CredentialsAccessor credentialsAccessor, WebhookManagementService webhookManagementService) -
Uses of CredentialsAccessor in com.atlassian.bamboo.plugins.bitbucket.utils
Constructors in com.atlassian.bamboo.plugins.bitbucket.utils with parameters of type CredentialsAccessorModifierConstructorDescriptionBitbucketValidationHelperImpl
(CredentialsAccessor credentialsAccessor, com.atlassian.sal.api.message.I18nResolver i18nResolver, BitbucketApiService bitbucketApiService) -
Uses of CredentialsAccessor in com.atlassian.bamboo.plugins.bitbucket.v2
Constructors in com.atlassian.bamboo.plugins.bitbucket.v2 with parameters of type CredentialsAccessorModifierConstructorDescriptionBitbucketCloudCommitCommenter
(AdministrationConfigurationAccessor administrationConfigurationAccessor, CredentialsAccessor credentialsAccessor, DeploymentProjectService deploymentProjectService, ProjectManager projectManager, RepositoryDefinitionManager repositoryDefinitionManager, RepositoryStoredSpecsLogService repositoryStoreSpecsLogService, TemplateRenderer templateRenderer) BitbucketCloudPullRequestDetector
(CredentialsAccessor credentialsAccessor) -
Uses of CredentialsAccessor in com.atlassian.bamboo.plugins.bitbucket.v2.configurator
Constructors in com.atlassian.bamboo.plugins.bitbucket.v2.configurator with parameters of type CredentialsAccessorModifierConstructorDescriptionBitbucketCloudServerConfigurator
(com.atlassian.sal.api.message.I18nResolver i18nResolver, CredentialsAccessor credentialsAccessor, BitbucketApiService bitbucketApiService, SecretEncryptionService secretEncryptionService, AdministrationConfigurationAccessor administrationConfigurationAccessor) -
Uses of CredentialsAccessor in com.atlassian.bamboo.plugins.bitbucket.v2.export
Constructors in com.atlassian.bamboo.plugins.bitbucket.v2.export with parameters of type CredentialsAccessorModifierConstructorDescriptionBitbucketCloudImporterExporter
(BitbucketApiService bitbucketApiService, SecretEncryptionService secretEncryptionService, CredentialsAccessor credentialsAccessor, ProjectManager projectManager) -
Uses of CredentialsAccessor in com.atlassian.bamboo.plugins.git
Methods in com.atlassian.bamboo.plugins.git with parameters of type CredentialsAccessorModifier and TypeMethodDescriptionvoid
GitRepository.setCredentialsAccessor
(CredentialsAccessor credentialsAccessor) -
Uses of CredentialsAccessor in com.atlassian.bamboo.plugins.git.rest.resource
Constructors in com.atlassian.bamboo.plugins.git.rest.resource with parameters of type CredentialsAccessorModifierConstructorDescriptionGitHubResource
(com.atlassian.sal.api.message.I18nResolver i18nResolver, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, CredentialsAccessor credentialsAccessor, com.atlassian.plugins.whitelist.OutboundWhitelist outboundWhitelist, BambooPermissionManager bambooPermissionManager) -
Uses of CredentialsAccessor in com.atlassian.bamboo.plugins.git.v2
Constructors in com.atlassian.bamboo.plugins.git.v2 with parameters of type CredentialsAccessorModifierConstructorDescriptionAbstractGitExecutor
(CapabilityContext capabilityContext, CredentialsAccessor credentialsAccessor, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggingContext buildLoggingContext) GitBambooSpecsHandler
(CapabilityContext capabilityContext, CredentialsAccessor credentialsAccessor, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggingContext buildLoggingContext) GitBranchCreator
(CapabilityContext capabilityContext, CredentialsAccessor credentialsAccessor, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggingContext buildLoggingContext) GitBranchDetector
(CapabilityContext capabilityContext, CredentialsAccessor credentialsAccessor, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggingContext buildLoggingContext) GitChangeDetector
(CapabilityContext capabilityContext, CredentialsAccessor credentialsAccessor, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggerManager buildLoggerManager, BuildLoggingContext buildLoggingContext) GitConnectionTester
(CapabilityContext capabilityContext, CredentialsAccessor credentialsAccessor, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggingContext buildLoggingContext, com.atlassian.plugins.whitelist.OutboundWhitelist outboundWhitelist) GitTagCreator
(CapabilityContext capabilityContext, CredentialsAccessor credentialsAccessor, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggingContext buildLoggingContext) GitTagsHandler
(CapabilityContext capabilityContext, CredentialsAccessor credentialsAccessor, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggingContext buildLoggingContext) GitVariableGenerator
(CapabilityContext capabilityContext, CredentialsAccessor credentialsAccessor, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, BuildLoggingContext buildLoggingContext) GitWorkingCopyManager
(CapabilityContext capabilityContext, CredentialsAccessor credentialsAccessor, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, AgentContext agentContext, BuildLoggerManager buildLoggerManager, VcsBranchIntegrationHelper branchIntegrationHelper, BuildLoggingContext buildLoggingContext) -
Uses of CredentialsAccessor in com.atlassian.bamboo.plugins.git.v2.configurator
Constructors in com.atlassian.bamboo.plugins.git.v2.configurator with parameters of type CredentialsAccessorModifierConstructorDescriptionGitServerConfigurator
(com.atlassian.sal.api.message.I18nResolver i18nResolver, CustomVariableContext customVariableContext, CredentialsAccessor credentialsAccessor, SecretEncryptionService secretEncryptionService) -
Uses of CredentialsAccessor in com.atlassian.bamboo.plugins.git.v2.exporter
Methods in com.atlassian.bamboo.plugins.git.v2.exporter with parameters of type CredentialsAccessorModifier and TypeMethodDescriptionvoid
GitConfigurationExporter.setCredentialsAccessor
(CredentialsAccessor credentialsAccessor) Deprecated.since 6.8 use constructor injection or annotation injection -
Uses of CredentialsAccessor in com.atlassian.bamboo.plugins.github
Methods in com.atlassian.bamboo.plugins.github with parameters of type CredentialsAccessorModifier and TypeMethodDescriptionstatic @Nullable String
GitHubRepositoryHelper.getRepositoryPassword
(@NotNull VcsRepositoryData repositoryData, @NotNull CredentialsAccessor credentialsAccessor) static @Nullable String
GitHubRepositoryHelper.getRepositoryUsername
(@NotNull VcsRepositoryData repositoryData, @NotNull CredentialsAccessor credentialsAccessor) GitHubRepositoryHelper.getRepositoryUsernameAndPassword
(@Nullable VcsRepositoryData vcsRepositoryData, @NotNull CredentialsAccessor credentialsAccessor) Constructors in com.atlassian.bamboo.plugins.github with parameters of type CredentialsAccessorModifierConstructorDescriptionGithubBuildStatusUpdater
(com.atlassian.sal.api.ApplicationProperties applicationProperties, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, CredentialsAccessor credentialsAccessor, com.atlassian.plugins.whitelist.OutboundWhitelist outboundWhitelist) protected
GithubBuildStatusUpdater
(com.atlassian.sal.api.ApplicationProperties applicationProperties, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, CredentialsAccessor credentialsAccessor, com.atlassian.plugins.whitelist.OutboundWhitelist outboundWhitelist, com.atlassian.bamboo.plugins.github.GithubBuildStatusUpdater.QuadroFunction<String, String, String, com.atlassian.plugins.whitelist.OutboundWhitelist, GitHubAccessor> gitHubAccessorProvider) GitHubCommitCommenter
(AdministrationConfigurationAccessor administrationConfigurationAccessor, DeploymentProjectService deploymentProjectService, ProjectManager projectManager, RepositoryDefinitionManager repositoryDefinitionManager, RepositoryStoredSpecsLogService repositoryStoreSpecsLogService, TemplateRenderer templateRenderer, CredentialsAccessor credentialsAccessor, com.atlassian.plugins.whitelist.OutboundWhitelist outboundWhitelist) GithubPullRequestDetector
(CredentialsAccessor credentialsAccessor, com.atlassian.plugins.whitelist.OutboundWhitelist outboundWhitelist) -
Uses of CredentialsAccessor in com.atlassian.bamboo.plugins.github.configurator
Constructors in com.atlassian.bamboo.plugins.github.configurator with parameters of type CredentialsAccessorModifierConstructorDescriptionGitHubServerConfigurator
(com.atlassian.sal.api.message.I18nResolver i18nResolver, CredentialsAccessor credentialsAccessor) -
Uses of CredentialsAccessor in com.atlassian.bamboo.plugins.github.exporter
Constructors in com.atlassian.bamboo.plugins.github.exporter with parameters of type CredentialsAccessorModifierConstructorDescriptionGitHubConfigurationExporter
(SecretEncryptionService encryptionService, CredentialsAccessor credentialsAccessor, ProjectManager projectManager) -
Uses of CredentialsAccessor in com.atlassian.bamboo.v2.build.agent.remote
Classes in com.atlassian.bamboo.v2.build.agent.remote that implement CredentialsAccessor