Uses of Interface
com.atlassian.bamboo.index.IndexerService

Packages that use IndexerService
com.atlassian.bamboo.deployments.environments.index   
com.atlassian.bamboo.deployments.versions.index   
com.atlassian.bamboo.index   
com.atlassian.bamboo.index.buildresult   
com.atlassian.bamboo.index.quicksearch   
 

Uses of IndexerService in com.atlassian.bamboo.deployments.environments.index
 

Constructors in com.atlassian.bamboo.deployments.environments.index with parameters of type IndexerService
EnvironmentIndexerImpl(com.atlassian.bonnie.ILuceneConnection luceneConnection, com.atlassian.bandana.BandanaManager bandanaManager, com.atlassian.config.db.HibernateConfig hibernateConfig, IndexerService indexerService, DeploymentResultService deploymentResultService, DeploymentProjectService deploymentProjectService, DeploymentVersionService deploymentVersionService, EnvironmentService environmentService, com.atlassian.event.api.EventPublisher eventPublisher)
           
EnvironmentIndexSearcherImpl(BambooCachingPermissionManagerFacade cachingPermissionManagerFacade, IndexerService indexerService, com.atlassian.bonnie.ILuceneConnection luceneConnection)
           
 

Uses of IndexerService in com.atlassian.bamboo.deployments.versions.index
 

Constructors in com.atlassian.bamboo.deployments.versions.index with parameters of type IndexerService
VersionIndexerImpl(com.atlassian.bonnie.ILuceneConnection luceneConnection, com.atlassian.bandana.BandanaManager bandanaManager, com.atlassian.config.db.HibernateConfig hibernateConfig, IndexerService indexerService, com.atlassian.event.api.EventPublisher eventPublisher, DeploymentProjectService deploymentProjectService, DeploymentVersionService deploymentVersionService, DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService)
           
VersionIndexSearcherImpl(BambooCachingPermissionManagerFacade cachingPermissionManagerFacade, IndexerService indexerService, com.atlassian.bonnie.ILuceneConnection luceneConnection)
           
 

Uses of IndexerService in com.atlassian.bamboo.index
 

Classes in com.atlassian.bamboo.index that implement IndexerService
 class IndexerServiceImpl
          This service takes care of adding/updating/removing documents from Lucene.
 

Fields in com.atlassian.bamboo.index declared as IndexerService
protected  IndexerService AbstractIndexer.indexerService
           
 

Constructors in com.atlassian.bamboo.index with parameters of type IndexerService
AbstractIndexer(com.atlassian.bonnie.ILuceneConnection luceneConnection, com.atlassian.bandana.BandanaManager bandanaManager, com.atlassian.config.db.HibernateConfig hibernateConfig, IndexerService indexerService)
           
 

Uses of IndexerService in com.atlassian.bamboo.index.buildresult
 

Constructors in com.atlassian.bamboo.index.buildresult with parameters of type IndexerService
DefaultBuildResultsIndexer(com.atlassian.bonnie.ILuceneConnection luceneConnection, com.atlassian.bandana.BandanaManager bandanaManager, com.atlassian.config.db.HibernateConfig hibernateConfig, IndexerService indexerService, BuildResultsSummaryDao buildResultsSummaryDao, BuildResultsSummaryDocumentFactory buildResultsSummaryDocumentFactory, PlanManager planManager, com.atlassian.event.api.EventPublisher eventPublisher)
           
 

Uses of IndexerService in com.atlassian.bamboo.index.quicksearch
 

Constructors in com.atlassian.bamboo.index.quicksearch with parameters of type IndexerService
QuickSearchIndexerImpl(com.atlassian.bonnie.ILuceneConnection luceneConnection, IndexerService indexerService, CachedPlanManager cachedPlanManager, DeploymentProjectService deploymentProjectService, com.atlassian.config.db.HibernateConfig hibernateConfig, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.bandana.BandanaManager bandanaManager, PlanManager planManager)
           
QuickSearchSearcherImpl(com.atlassian.bonnie.ILuceneConnection luceneConnection, BambooCachingPermissionManagerFacade cachingPermissionManagerFacade, IndexerService indexerService)
           
 



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