Constructor and Description |
---|
BuildContextBuilderFactoryImpl(BranchIntegrationService branchIntegrationService,
VariableDefinitionManager variableDefinitionManager,
CredentialsAccessor credentialsAccessor) |
BuildContextBuilderImpl(BranchIntegrationService branchIntegrationService,
VariableDefinitionManager variableDefinitionManager,
CredentialsAccessor credentialsAccessor,
StorageTagService storageTagService,
VcsRepositoryManager vcsRepositoryManager,
SecureTokenService secureTokenService) |
Modifier and Type | Interface and Description |
---|---|
interface |
CredentialsManager |
Modifier and Type | Class and Description |
---|---|
class |
CredentialsManagerImpl
Make sure all mutative operations are logging changes with AuditLogService
|
Modifier and Type | Method and Description |
---|---|
static Iterable<CredentialsData> |
Credentials.getAllSharedCredentials(Iterable<? extends VcsRepositoryData> repositories,
VcsRepositoryManager vcsRepositoryManager,
CredentialsAccessor credentialsAccessor) |
static <T> Iterable<CredentialsData> |
Credentials.getAllSharedCredentials(Iterable<T> sharedCredentialTypes,
CredentialsAccessor credentialsAccessor,
Function<T,ConfigurableSharedCredentialDepender> createDependerFunction,
Function<T,Map<String,String>> createConfigFunction) |
static <T> Iterable<CredentialsData> |
Credentials.getAllSharedCredentials(Iterable<T> sharedCredentialTypes,
CredentialsAccessor credentialsAccessor,
com.google.common.base.Function<T,SharedCredentialDepender> createDependerFunction) |
Modifier and Type | Method and Description |
---|---|
static String |
BitbucketConfigUtils.getPassword(VcsRepositoryData repositoryData,
CredentialsAccessor credentialsAccessor) |
static String |
BitbucketConfigUtils.getUsername(VcsRepositoryData repositoryData,
CredentialsAccessor credentialsAccessor) |
static Pair<String,String> |
BitbucketConfigUtils.getUsernameAndPassword(VcsRepositoryData repositoryData,
CredentialsAccessor credentialsAccessor) |
void |
BitbucketRepository.setCredentialsAccessor(CredentialsAccessor credentialsAccessor) |
Constructor and Description |
---|
BitbucketBuildStatusUpdater(com.atlassian.sal.api.ApplicationProperties applicationProperties,
BitbucketApiService bitbucketApiService,
CachedPlanManager cachedPlanManager,
ResultsSummaryManager resultsSummaryManager,
CredentialsAccessor credentialsAccessor) |
Constructor and Description |
---|
BitbucketResource(BitbucketApiService bitbucketApiService,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager,
CredentialsAccessor credentialsAccessor) |
Constructor and Description |
---|
BitbucketValidationHelperImpl(CredentialsAccessor credentialsAccessor,
com.atlassian.sal.api.message.I18nResolver i18nResolver) |
Modifier and Type | Method and Description |
---|---|
void |
BitbucketCloudPullRequestDetector.setCredentialsAccessor(CredentialsAccessor credentialsAccessor) |
Constructor and Description |
---|
BitbucketCloudCommitCommenter(AdministrationConfigurationAccessor administrationConfigurationAccessor,
CredentialsAccessor credentialsAccessor,
DeploymentProjectService deploymentProjectService,
ProjectManager projectManager,
RepositoryDefinitionManager repositoryDefinitionManager,
RepositoryStoredSpecsLogService repositoryStoreSpecsLogService,
TemplateRenderer templateRenderer) |
Modifier and Type | Method and Description |
---|---|
void |
BitbucketCloudServerConfigurator.setCredentialsAccessor(CredentialsAccessor credentialsAccessor)
Deprecated.
since 6.8 use constructor injection or annotation injection
|
Constructor and Description |
---|
BitbucketCloudImporterExporter(BitbucketApiService bitbucketApiService,
SecretEncryptionService secretEncryptionService,
CredentialsAccessor credentialsAccessor) |
Modifier and Type | Method and Description |
---|---|
void |
GitRepository.setCredentialsAccessor(CredentialsAccessor credentialsAccessor) |
Constructor and Description |
---|
AbstractGitExecutor(CapabilityContext capabilityContext,
CredentialsAccessor credentialsAccessor,
CustomVariableContext customVariableContext,
BuildDirectoryManager buildDirectoryManager,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
TrustedKeyHelper trustedKeyHelper,
SshProxyService sshProxyService) |
GitBambooSpecsHandler(CapabilityContext capabilityContext,
CredentialsAccessor credentialsAccessor,
CustomVariableContext customVariableContext,
BuildDirectoryManager buildDirectoryManager,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
TrustedKeyHelper trustedKeyHelper,
SshProxyService sshProxyService) |
GitBranchCreator(CapabilityContext capabilityContext,
CredentialsAccessor credentialsAccessor,
CustomVariableContext customVariableContext,
BuildDirectoryManager buildDirectoryManager,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
TrustedKeyHelper trustedKeyHelper,
SshProxyService sshProxyService) |
GitBranchDetector(CapabilityContext capabilityContext,
CredentialsAccessor credentialsAccessor,
CustomVariableContext customVariableContext,
BuildDirectoryManager buildDirectoryManager,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
TrustedKeyHelper trustedKeyHelper,
SshProxyService sshProxyService) |
GitChangeDetector(CapabilityContext capabilityContext,
CredentialsAccessor credentialsAccessor,
CustomVariableContext customVariableContext,
BuildDirectoryManager buildDirectoryManager,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
TrustedKeyHelper trustedKeyHelper,
SshProxyService sshProxyService,
BuildLoggerManager buildLoggerManager) |
GitConnectionTester(CapabilityContext capabilityContext,
CredentialsAccessor credentialsAccessor,
CustomVariableContext customVariableContext,
BuildDirectoryManager buildDirectoryManager,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
TrustedKeyHelper trustedKeyHelper,
SshProxyService sshProxyService) |
GitTagCreator(CapabilityContext capabilityContext,
CredentialsAccessor credentialsAccessor,
CustomVariableContext customVariableContext,
BuildDirectoryManager buildDirectoryManager,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
TrustedKeyHelper trustedKeyHelper,
SshProxyService sshProxyService) |
GitVariableGenerator(CapabilityContext capabilityContext,
CredentialsAccessor credentialsAccessor,
CustomVariableContext customVariableContext,
BuildDirectoryManager buildDirectoryManager,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
TrustedKeyHelper trustedKeyHelper,
SshProxyService sshProxyService) |
GitWorkingCopyManager(CapabilityContext capabilityContext,
CredentialsAccessor credentialsAccessor,
CustomVariableContext customVariableContext,
BuildDirectoryManager buildDirectoryManager,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
TrustedKeyHelper trustedKeyHelper,
SshProxyService sshProxyService,
BuildLoggerManager buildLoggerManager,
VcsBranchIntegrationHelper branchIntegrationHelper) |
Constructor and Description |
---|
GitServerConfigurator(com.atlassian.sal.api.message.I18nResolver i18nResolver,
FeatureManager featureManager,
CustomVariableContext customVariableContext,
CredentialsAccessor credentialsAccessor) |
Modifier and Type | Method and Description |
---|---|
void |
GitConfigurationExporter.setCredentialsAccessor(CredentialsAccessor credentialsAccessor)
Deprecated.
since 6.8 use constructor injection or annotation injection
|
Modifier and Type | Method and Description |
---|---|
void |
HgRepository.setCredentialsAccessor(CredentialsAccessor credentialsAccessor)
Deprecated.
since 6.8 use constructor injection or annotation injection
|
Modifier and Type | Field and Description |
---|---|
protected CredentialsAccessor |
AbstractMercurialExecutor.credentialsAccessor |
Constructor and Description |
---|
MercurialConfigurationExporter(CredentialsAccessor credentialsAccessor) |
Modifier and Type | Class and Description |
---|---|
class |
RemoteCredentialsAccessor |
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.