Uses of Interface
com.atlassian.bamboo.core.ScopedExclusionService

Packages that use ScopedExclusionService
com.atlassian.bamboo.build.creation   
com.atlassian.bamboo.core   
com.atlassian.bamboo.plan.branch   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.task   
com.atlassian.bamboo.ww2.actions.branch   
 

Uses of ScopedExclusionService in com.atlassian.bamboo.build.creation
 

Constructors in com.atlassian.bamboo.build.creation with parameters of type ScopedExclusionService
ChainBranchCreationServiceImpl(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, RepositoryConfigHelper repositoryConfigHelper, BuildStrategyConfigHelper buildStrategyConfigHelper, WebRepositoryConfigHelper webRepositoryConfigHelper, com.atlassian.event.api.EventPublisher eventPublisher, PlanValidationService planValidationService, AuditLogService auditLogService, BuildDefinitionConverter buildDefinitionConverter, NotificationManager notificationManager, JobCreationService jobCreationService, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager, VariableDefinitionManager variableDefinitionManager, RepositoryDefinitionManager repositoryDefinitionManager, TaskConfigurationService taskConfigurationService, ScopedExclusionService exclusionService, ChainBranchManager chainBranchManager, BranchCommitInformationManager branchCommitInformationManager, VcsBranchManager vcsBranchManager)
           
ChainCreationServiceImpl(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, RepositoryConfigHelper repositoryConfigHelper, BuildStrategyConfigHelper buildStrategyConfigHelper, WebRepositoryConfigHelper webRepositoryConfigHelper, com.atlassian.event.api.EventPublisher eventPublisher, PlanValidationService planValidationService, AuditLogService auditLogService, BuildDefinitionConverter buildDefinitionConverter, NotificationManager notificationManager, JobCreationService jobCreationService, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager, VariableDefinitionManager variableDefinitionManager, RepositoryDefinitionManager repositoryDefinitionManager, TaskConfigurationService taskConfigurationService, ScopedExclusionService scopedExclusionService, BranchCommitInformationManager branchCommitInformationManager, VcsBranchManager vcsBranchManager, BranchDetectionService branchDetectionService)
           
 

Uses of ScopedExclusionService in com.atlassian.bamboo.core
 

Classes in com.atlassian.bamboo.core that implement ScopedExclusionService
 class ScopedExclusionServiceImpl
           
 

Methods in com.atlassian.bamboo.core with parameters of type ScopedExclusionService
static
<V,E extends java.lang.Throwable>
V
ScopedExclusionServiceHelper.withLockedJob(ScopedExclusionService exclusionService, PlanKey planKey, ScopedExclusionService.ExclusiveFunction<PlanKey,V,E> functor)
          Executes the function while holding an exclusive lock on planKey interpreted as job key.
 

Uses of ScopedExclusionService in com.atlassian.bamboo.plan.branch
 

Constructors in com.atlassian.bamboo.plan.branch with parameters of type ScopedExclusionService
BranchDetectionServiceImpl(PlanManager planManager, ChainBranchCreationService chainBranchCreationService, RepositoryManager repositoryManager, VcsBranchManager vcsBranchManager, RepositoryCachingFacade repositoryCachingFacade, ErrorHandler errorHandler, ScopedExclusionService scopedExclusionService)
           
 

Uses of ScopedExclusionService in com.atlassian.bamboo.repository
 

Constructors in com.atlassian.bamboo.repository with parameters of type ScopedExclusionService
RepositoryConfigurationServiceImpl(PlanManager planManager, RepositoryManager repositoryManager, WebRepositoryViewerManager webRepositoryViewerManager, RepositoryDefinitionManager repositoryDefinitionManager, AuditLogService auditLogService, TaskConfigurationService taskConfigurationService, BuildDefinitionManager buildDefinitionManager, ChainBranchManager chainBranchManager, BranchDetectionService branchDetectionService, ScopedExclusionService scopedExclusionService, com.atlassian.event.api.EventPublisher eventPublisher)
           
 

Uses of ScopedExclusionService in com.atlassian.bamboo.task
 

Constructors in com.atlassian.bamboo.task with parameters of type ScopedExclusionService
TaskConfigurationServiceImpl(BuildDefinitionManager buildDefinitionManager, TaskManager taskManager, BuildDefinitionConverter buildDefinitionConverter, com.opensymphony.xwork.TextProvider textProvider, PlanManager planManager, AuditLogService auditLogService, ScopedExclusionService scopedExclusionService)
           
 

Uses of ScopedExclusionService in com.atlassian.bamboo.ww2.actions.branch
 

Methods in com.atlassian.bamboo.ww2.actions.branch with parameters of type ScopedExclusionService
 void ConfigureBranches.setScopedExclusionService(ScopedExclusionService scopedExclusionService)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.