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.jira.rest.resource   
com.atlassian.bamboo.plugins.jira.summary.build   
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, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, PlanManager planManager)
           
 

Uses of IndexedBuildResultsSearcher in com.atlassian.bamboo.plugins.jira.rest.resource
 

Constructors in com.atlassian.bamboo.plugins.jira.rest.resource with parameters of type IndexedBuildResultsSearcher
JiraIssueLatestRelatedBuildsResource(IndexedBuildResultsSearcher indexedBuildResultsSearcher, DashboardCachingManager dashboardCachingManager, ArtifactLinkManager artifactLinkManager, AdministrationConfigurationAccessor administrationConfigurationAccessor, CustomVariableContext customVariableContext, ResultsSummaryManager resultsSummaryManager)
           
 

Uses of IndexedBuildResultsSearcher in com.atlassian.bamboo.plugins.jira.summary.build
 

Constructors in com.atlassian.bamboo.plugins.jira.summary.build with parameters of type IndexedBuildResultsSearcher
BuildAggregator(IndexedBuildResultsSearcher indexedBuildResultsSearcher, com.atlassian.sal.api.auth.OAuthRequestVerifierFactory oAuthRequestVerifierFactory, ImpersonationService impersonationService, com.atlassian.sal.api.user.UserManager salUserManager)
           
 

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 © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.