Uses of Interface
com.atlassian.bamboo.credentials.CredentialsAccessor

Packages that use CredentialsAccessor
com.atlassian.bamboo.build.context   
com.atlassian.bamboo.credentials   
com.atlassian.bamboo.deployments.execution.service   
com.atlassian.bamboo.plugins.git   
com.atlassian.bamboo.v2.build.agent.remote   
 

Uses of CredentialsAccessor in com.atlassian.bamboo.build.context
 

Constructors in com.atlassian.bamboo.build.context with parameters of type CredentialsAccessor
BuildContextBuilderFactoryImpl(BranchIntegrationService branchIntegrationService, VariableDefinitionManager variableDefinitionManager, CredentialsAccessor credentialsAccessor)
           
BuildContextBuilderImpl(BranchIntegrationService branchIntegrationService, VariableDefinitionManager variableDefinitionManager, CredentialsAccessor credentialsAccessor, com.google.common.base.Function<RepositoryDefinition,Repository> createRepositoryFromDefinition)
           
 

Uses of CredentialsAccessor in com.atlassian.bamboo.credentials
 

Subinterfaces of CredentialsAccessor in com.atlassian.bamboo.credentials
 interface CredentialsManager
           
 

Classes in com.atlassian.bamboo.credentials that implement CredentialsAccessor
 class CredentialsManagerImpl
           
 

Methods in com.atlassian.bamboo.credentials with parameters of type CredentialsAccessor
static java.lang.Iterable<CredentialsData> Credentials.getAllSharedCredentials(java.lang.Iterable<RepositoryDefinition> repositoryDefinitions, CredentialsAccessor credentialsAccessor, com.google.common.base.Function<RepositoryDefinition,Repository> createRepositoryFromDefinition)
           
 

Uses of CredentialsAccessor in com.atlassian.bamboo.deployments.execution.service
 

Constructors in com.atlassian.bamboo.deployments.execution.service with parameters of type CredentialsAccessor
DeploymentExecutionServiceImpl(AdministrationConfigurationAccessor administrationConfigurationAccessor, BuildLoggerManager buildLoggerManager, DeploymentResultService deploymentResultService, EnvironmentService environmentService, ErrorUpdateHandler errorUpdateHandler, com.atlassian.event.api.EventPublisher eventPublisher, FeatureManager featureManager, PlanExecutionLockService planExecutionLockService, TaskManager taskManager, VariableDefinitionManager variableDefinitionManager, DeploymentVersionService deploymentVersionService, ExecutionPhaseService executionPhaseService, DeploymentProjectService deploymentProjectService, CredentialsAccessor credentialsAccessor, DeploymentsInProgressService deploymentsInProgressService, CachedPlanManager cachedPlanManager)
           
 

Uses of CredentialsAccessor in com.atlassian.bamboo.plugins.git
 

Methods in com.atlassian.bamboo.plugins.git with parameters of type CredentialsAccessor
 void GitRepository.setCredentialsAccessor(CredentialsAccessor credentialsAccessor)
           
 

Uses of CredentialsAccessor in com.atlassian.bamboo.v2.build.agent.remote
 

Classes in com.atlassian.bamboo.v2.build.agent.remote that implement CredentialsAccessor
 class RemoteCredentialsAccessor
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.