Uses of Interface
com.atlassian.bamboo.resultsummary.search.IndexedBuildResultsSearcher

Packages that use IndexedBuildResultsSearcher
com.atlassian.bamboo.author   
com.atlassian.bamboo.build   
com.atlassian.bamboo.charts   
com.atlassian.bamboo.plugins.jiraPlugin.actions.ajax   
com.atlassian.bamboo.resultsummary.search   
 

Uses of IndexedBuildResultsSearcher in com.atlassian.bamboo.author
 

Methods in com.atlassian.bamboo.author that return IndexedBuildResultsSearcher
 IndexedBuildResultsSearcher LuceneAuthorManagerImpl.getIndexedBuildResultsSearcher()
           
 

Methods in com.atlassian.bamboo.author with parameters of type IndexedBuildResultsSearcher
 void LuceneAuthorManagerImpl.setIndexedBuildResultsSearcher(IndexedBuildResultsSearcher indexedBuildResultsSearcher)
           
 

Uses of IndexedBuildResultsSearcher in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build with parameters of type IndexedBuildResultsSearcher
 void LuceneBasedJiraIssueResultsManagerImpl.setIndexedBuildResultsSearcher(IndexedBuildResultsSearcher indexedBuildResultsSearcher)
           
 

Uses of IndexedBuildResultsSearcher in com.atlassian.bamboo.charts
 

Constructors in com.atlassian.bamboo.charts with parameters of type IndexedBuildResultsSearcher
DefaultChartManager(com.atlassian.plugin.PluginAccessor pluginAccessor, IndexedBuildResultsSearcher indexedBuildResultsSearcher, PlanManager planManager, ResultsSummaryManager resultsSummaryManager)
           
 

Uses of IndexedBuildResultsSearcher in com.atlassian.bamboo.plugins.jiraPlugin.actions.ajax
 

Methods in com.atlassian.bamboo.plugins.jiraPlugin.actions.ajax with parameters of type IndexedBuildResultsSearcher
 void ViewPlanStatusByJiraKey.setIndexedBuildResultsSearcher(IndexedBuildResultsSearcher indexedBuildResultsSearcher)
           
 

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

Classes in com.atlassian.bamboo.resultsummary.search that implement IndexedBuildResultsSearcher
 class IndexedBuildResultsSearcherImpl
           
 



Copyright © 2011 Atlassian. All Rights Reserved.