Uses of Interface
com.atlassian.bamboo.resultsummary.search.PlanResultSearcher
-
-
Uses of PlanResultSearcher in com.atlassian.bamboo.build
Constructors in com.atlassian.bamboo.build with parameters of type PlanResultSearcher Constructor Description JiraIssueResultsManagerImpl(@NotNull PlanResultSearcher planResultSearcher, @NotNull ResultsSummaryManager resultsSummaryManager)
-
Uses of PlanResultSearcher in com.atlassian.bamboo.charts
Constructors in com.atlassian.bamboo.charts with parameters of type PlanResultSearcher Constructor Description DefaultChartManager(com.atlassian.plugin.PluginAccessor pluginAccessor, PlanResultSearcher planResultSearcher, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, PlanManager planManager)
-
Uses of PlanResultSearcher in com.atlassian.bamboo.plugins.jira.rest.resource
Constructors in com.atlassian.bamboo.plugins.jira.rest.resource with parameters of type PlanResultSearcher Constructor Description JiraIssueLatestRelatedBuildsResource(AdministrationConfigurationAccessor administrationConfigurationAccessor, ArtifactLinkManager artifactLinkManager, CustomVariableContext customVariableContext, CachedPlanManager cachedPlanManager, PlanResultSearcher planResultSearcher, JiraRestHelper jiraRestHelper, ResultsSummaryManager resultsSummaryManager)
PullChangesResource(PlanResultSearcher planResultSearcher, com.atlassian.sal.api.user.UserManager userManager, com.atlassian.sal.api.auth.OAuthRequestVerifierFactory requestVerifierFactory)
-
Uses of PlanResultSearcher in com.atlassian.bamboo.plugins.jira.summary.build
Constructors in com.atlassian.bamboo.plugins.jira.summary.build with parameters of type PlanResultSearcher Constructor Description BuildAggregator(PlanResultSearcher planResultSearcher, ImpersonationService impersonationService, JiraRestHelper jiraRestHelper, com.atlassian.sal.api.auth.OAuthRequestVerifierFactory oAuthRequestVerifierFactory, com.atlassian.sal.api.user.UserManager salUserManager)
-
Uses of PlanResultSearcher in com.atlassian.bamboo.plugins.testutils.rest.resource.index
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.index with parameters of type PlanResultSearcher Constructor Description PlanResultCountResource(PlanResultSearcher planResultSearcher)
-
Uses of PlanResultSearcher in com.atlassian.bamboo.resultsummary.search
Classes in com.atlassian.bamboo.resultsummary.search that implement PlanResultSearcher Modifier and Type Class Description class
PlanResultSearcherImpl
-