Uses of Class
com.atlassian.bamboo.index.IndexConnectionManager

Packages that use IndexConnectionManager
com.atlassian.bamboo.author   
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.tests   
com.atlassian.bamboo.index   
com.atlassian.bamboo.resultsummary.search   
 

Uses of IndexConnectionManager in com.atlassian.bamboo.author
 

Methods in com.atlassian.bamboo.author that return IndexConnectionManager
 IndexConnectionManager LuceneAuthorManagerImpl.getIndexConnectionManager()
           
 

Methods in com.atlassian.bamboo.author with parameters of type IndexConnectionManager
 void LuceneAuthorManagerImpl.setIndexConnectionManager(IndexConnectionManager indexConnectionManager)
           
 

Uses of IndexConnectionManager in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build that return IndexConnectionManager
 IndexConnectionManager BuildResultsSearcherImpl.getIndexConnectionManager()
           
 IndexConnectionManager DefaultTestManager.getIndexConnectionManager()
           
 

Methods in com.atlassian.bamboo.build with parameters of type IndexConnectionManager
 void BuildResultsSearcherImpl.setIndexConnectionManager(IndexConnectionManager indexConnectionManager)
           
 void DefaultTestManager.setIndexConnectionManager(IndexConnectionManager indexConnectionManager)
           
 

Uses of IndexConnectionManager in com.atlassian.bamboo.build.tests
 

Fields in com.atlassian.bamboo.build.tests declared as IndexConnectionManager
protected  IndexConnectionManager AbstractTestCaseFilter.indexConnManager
           
 

Constructors in com.atlassian.bamboo.build.tests with parameters of type IndexConnectionManager
AbstractTestCaseFilter(Build build, BuildResultsSummaryManager buildResultsSummarymanager, IndexConnectionManager indexConnManager)
           
AllResultsFilter(Build build, BuildResultsSummaryManager buildResultsSummaryManager, IndexConnectionManager indexConnManager)
           
Latest25BuildsFilter(Build build, BuildResultsSummaryManager buildResultsSummaryManager, IndexConnectionManager indexConnManager)
           
TimeRangeAgoFilter(Build build, BuildResultsSummaryManager buildResultsSummaryManager, IndexConnectionManager indexConnManager, int days)
           
 

Uses of IndexConnectionManager in com.atlassian.bamboo.index
 

Fields in com.atlassian.bamboo.index declared as IndexConnectionManager
protected  IndexConnectionManager DefaultBuildResultsIndexer.defaultIndexManager
           
 

Methods in com.atlassian.bamboo.index that return IndexConnectionManager
 IndexConnectionManager DefaultBuildResultsIndexer.getDefaultIndexManager()
           
 

Methods in com.atlassian.bamboo.index with parameters of type IndexConnectionManager
 void DefaultBuildResultsIndexer.setDefaultIndexManager(IndexConnectionManager defaultIndexManager)
           
 

Uses of IndexConnectionManager in com.atlassian.bamboo.resultsummary.search
 

Methods in com.atlassian.bamboo.resultsummary.search that return IndexConnectionManager
 IndexConnectionManager LuceneBuildResultsSummarySearcher.getIndexConnectionManager()
           
 



Copyright © 2006 Atlassian Software Systems. All Rights Reserved.