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

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

Uses of LuceneConnection in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build that return LuceneConnection
 LuceneConnection DefaultTestManager.getLuceneConnection()
           
 

Methods in com.atlassian.bamboo.build with parameters of type LuceneConnection
 void DefaultTestManager.setLuceneConnection(LuceneConnection luceneConnection)
           
 

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

Fields in com.atlassian.bamboo.build.tests declared as LuceneConnection
protected  LuceneConnection AbstractTestCaseFilter.luceneConnection
           
 

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

Uses of LuceneConnection in com.atlassian.bamboo.index
 

Classes in com.atlassian.bamboo.index that implement LuceneConnection
 class LuceneConnectionImpl
           
 

Fields in com.atlassian.bamboo.index declared as LuceneConnection
protected  LuceneConnection DefaultBuildResultsIndexer.luceneConnection
           
 

Methods in com.atlassian.bamboo.index that return LuceneConnection
 LuceneConnection DefaultBuildResultsIndexer.getLuceneConnection()
           
 

Methods in com.atlassian.bamboo.index with parameters of type LuceneConnection
 void DefaultBuildResultsIndexer.setLuceneConnection(LuceneConnection luceneConnection)
           
 void ReindexAction.setLuceneConnection(LuceneConnection luceneConnection)
           
 

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

Methods in com.atlassian.bamboo.resultsummary.search with parameters of type LuceneConnection
 void IndexedBuildResultsSearcherImpl.setLuceneConnection(LuceneConnection luceneConnection)
           
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.