Constructor and Description |
---|
BuildContextBuilderFactoryImpl(BranchIntegrationService branchIntegrationService,
VariableDefinitionManager variableDefinitionManager,
CredentialsAccessor credentialsAccessor) |
BuildContextBuilderImpl(BranchIntegrationService branchIntegrationService,
VariableDefinitionManager variableDefinitionManager,
CredentialsAccessor credentialsAccessor,
StorageTagService storageTagService,
VcsRepositoryManager vcsRepositoryManager) |
Modifier and Type | Interface and Description |
---|---|
interface |
CredentialsManager |
Modifier and Type | Class and Description |
---|---|
class |
CredentialsManagerImpl |
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,
com.google.common.base.Function<T,ConfigurableSharedCredentialDepender> createDependerFunction,
com.google.common.base.Function<T,Map<String,String>> createConfigFunction)
Deprecated.
since 5.14 use non-Guava version
|
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,
RepositoryDefinitionManager repositoryDefinitionManager,
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) |
Modifier and Type | Method and Description |
---|---|
void |
BitbucketCloudServerConfigurator.setCredentialsAccessor(CredentialsAccessor credentialsAccessor) |
Modifier and Type | Method and Description |
---|---|
void |
GitRepository.setCredentialsAccessor(CredentialsAccessor credentialsAccessor) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractGitExecutor.setCredentialsAccessor(CredentialsAccessor credentialsAccessor) |
Modifier and Type | Method and Description |
---|---|
void |
GitServerConfigurator.setCredentialsAccessor(CredentialsAccessor credentialsAccessor) |
Modifier and Type | Method and Description |
---|---|
void |
GitConfigurationExporter.setCredentialsAccessor(CredentialsAccessor credentialsAccessor) |
Modifier and Type | Method and Description |
---|---|
void |
HgRepository.setCredentialsAccessor(CredentialsAccessor credentialsAccessor) |
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 © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.