Uses of Interface
com.atlassian.jira.concurrent.BarrierFactory

Packages that use BarrierFactory
com.atlassian.jira.auditing   
com.atlassian.jira.concurrent   
com.atlassian.jira.dev.backdoor   
com.atlassian.jira.issue.index   
 

Uses of BarrierFactory in com.atlassian.jira.auditing
 

Constructors in com.atlassian.jira.auditing with parameters of type BarrierFactory
AuditingManagerImpl(AuditingStore auditingStore, ApplicationProperties applicationProperties, com.atlassian.event.api.EventPublisher eventPublisher, FeatureManager featureManager, JiraAuthenticationContext authenticationContext, PermissionManager permissionManager, PermissionChangeHandler permissionChangeHandler, GroupEventHandler groupEventHandler, SchemeEventHandler schemeEventHandler, UserEventHandler userEventHandler, WorkflowEventHandler workflowEventHandler, NotificationChangeHandler notificationChangeHandler, FieldLayoutSchemeChangeHandler fieldLayoutSchemeChangeHandler, ProjectEventHandler projectEventHandler, BarrierFactory barrierFactory, ProjectComponentEventHandler projectComponentEventHandler, VersionEventHandler versionEventHandler)
           
 

Uses of BarrierFactory in com.atlassian.jira.concurrent
 

Classes in com.atlassian.jira.concurrent that implement BarrierFactory
 class BarrierFactoryImpl
          Barrier factory.
 class MockBarrierFactory
          Mock BarrierFactory implementation.
 

Uses of BarrierFactory in com.atlassian.jira.dev.backdoor
 

Constructors in com.atlassian.jira.dev.backdoor with parameters of type BarrierFactory
BarrierBackdoor(BarrierFactory barrierFactory)
           
 

Uses of BarrierFactory in com.atlassian.jira.issue.index
 

Constructors in com.atlassian.jira.issue.index with parameters of type BarrierFactory
DefaultIssueBatcherFactory(OfBizDelegator delegator, IssueFactory issueFactory, BarrierFactory barrierFactory, ApplicationProperties applicationProperties)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.