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

Packages that use IndexedBuildResultsSearcher
com.atlassian.bamboo.author   
com.atlassian.bamboo.build   
com.atlassian.bamboo.plugins.jiraPlugin.actions.ajax   
com.atlassian.bamboo.plugins.rest.remote   
com.atlassian.bamboo.resultsummary.search   
com.atlassian.bamboo.ww2.actions.reports   
 

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.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.plugins.rest.remote
 

Constructors in com.atlassian.bamboo.plugins.rest.remote with parameters of type IndexedBuildResultsSearcher
ChartService(com.atlassian.plugin.PluginAccessor pluginAccessor, IndexedBuildResultsSearcher indexedBuildResultsSearcher, BuildManager buildManager)
           
 

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

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

Uses of IndexedBuildResultsSearcher in com.atlassian.bamboo.ww2.actions.reports
 

Methods in com.atlassian.bamboo.ww2.actions.reports with parameters of type IndexedBuildResultsSearcher
 void ViewReport.setIndexedBuildResultsSearcher(IndexedBuildResultsSearcher indexedBuildResultsSearcher)
           
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.