Uses of Interface
com.atlassian.bamboo.credentials.CredentialsAccessor
-
-
Uses of CredentialsAccessor in com.atlassian.bamboo.build.context
Constructors in com.atlassian.bamboo.build.context with parameters of type CredentialsAccessor Constructor Description BuildContextBuilderFactoryImpl(@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.credentials Modifier and Type Interface Description interface
CredentialsManager
Classes in com.atlassian.bamboo.credentials that implement CredentialsAccessor Modifier and Type Class Description class
CredentialsManagerImpl
Make sure all mutative operations are logging changes with AuditLogServiceMethods in com.atlassian.bamboo.credentials with parameters of type CredentialsAccessor Modifier and Type Method Description static 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 com.google.common.base.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 CredentialsAccessor Modifier and Type Method Description static String
BitbucketConfigUtils. getPassword(@NotNull VcsRepositoryData repositoryData, @NotNull CredentialsAccessor credentialsAccessor)
static String
BitbucketConfigUtils. getUsername(@NotNull VcsRepositoryData repositoryData, @NotNull CredentialsAccessor credentialsAccessor)
static Pair<String,String>
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 CredentialsAccessor Constructor Description BitbucketBuildStatusUpdater(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 CredentialsAccessor Constructor Description BitbucketResource(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 CredentialsAccessor Constructor Description BitbucketValidationHelperImpl(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 CredentialsAccessor Constructor Description BitbucketCloudCommitCommenter(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 CredentialsAccessor Constructor Description BitbucketCloudServerConfigurator(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 CredentialsAccessor Constructor Description BitbucketCloudImporterExporter(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 CredentialsAccessor Modifier and Type Method Description void
GitRepository. setCredentialsAccessor(CredentialsAccessor credentialsAccessor)
-
Uses of CredentialsAccessor in com.atlassian.bamboo.plugins.git.v2
Constructors in com.atlassian.bamboo.plugins.git.v2 with parameters of type CredentialsAccessor Constructor Description AbstractGitExecutor(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)
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 CredentialsAccessor Constructor Description GitServerConfigurator(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 CredentialsAccessor Modifier and Type Method Description void
GitConfigurationExporter. setCredentialsAccessor(CredentialsAccessor credentialsAccessor)
Deprecated.since 6.8 use constructor injection or annotation injection -
Uses of CredentialsAccessor in com.atlassian.bamboo.v2.build.agent.remote
Classes in com.atlassian.bamboo.v2.build.agent.remote that implement CredentialsAccessor Modifier and Type Class Description class
RemoteCredentialsAccessor
-