Uses of Interface
com.atlassian.bamboo.resultsummary.ResultsSummaryManager
Package
Description
-
Uses of ResultsSummaryManager in com.atlassian.bamboo.brokenbuildtracker
Modifier and TypeMethodDescriptionvoid
BrokenBuildPostProcessor.setResultsSummaryManager
(ResultsSummaryManager resultsSummaryManager) Deprecated.since 6.8 use constructor injection or annotation injection -
Uses of ResultsSummaryManager in com.atlassian.bamboo.brokenbuildtracker.notifications
Modifier and TypeMethodDescriptionvoid
ResponsibleRecipient.setResultsSummaryManager
(ResultsSummaryManager resultsSummaryManager) Deprecated.since 6.8 use constructor injection or annotation injectionModifierConstructorDescriptionprotected
AbstractTrackingNotification
(BambooUserManager bambooUserManager, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, TemplateRenderer templateRenderer) UserResponsibilityAddedNotification
(BambooUserManager bambooUserManager, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, TemplateRenderer templateRenderer) UserResponsibilityRemovedNotification
(BambooUserManager bambooUserManager, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, TemplateRenderer templateRenderer) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.brokenbuildtracker.rest
ModifierConstructorDescriptionBrokenBuildResource
(TrackingEntryManager trackingEntryManager, BambooPermissionManager bambooPermissionManager, ResultsSummaryManager resultsSummaryManager, CachedPlanManager cachedPlanManager, com.atlassian.event.api.EventPublisher eventPublisher, BambooUserManager bambooUserManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, PaginatedDataCollector paginatedDataCollector, LinkService linkService) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.build
Modifier and TypeMethodDescriptionvoid
DefaultBuildExecutionManager.setResultsSummaryManager
(ResultsSummaryManager resultsSummaryManager) ModifierConstructorDescriptionBuildDetectionActionFactoryImpl
(BuildNumberGeneratorService buildNumberGenerator, ChangeDetectionManager changeDetectionManager, TriggerManager triggerManager, ErrorUpdateHandler errorUpdateHandler, BuildLoggerManager buildLoggerManager, VariableDefinitionManager variableDefinitionManager, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, ResultsSummaryManager resultsSummaryManager, BranchIntegrationService branchIntegrationService, BuildContextBuilderFactory buildContextBuilderFactory, ResultsSummaryVariableAccessor resultsSummaryVariableAccessor, CustomVariableContext customVariableContext, VcsRepositoryManager vcsRepositoryManager) BuildStatusHelper
(@Nullable ImmutableBuildable buildable, @NotNull PlanKey planKey, int buildNumber, @NotNull ResultsSummaryManager resultsSummaryManager) BuildStatusHelper
(@Nullable ImmutablePlan plan, @NotNull PlanKey planKey, @NotNull ResultsSummary currentBuildResult, @NotNull ResultsSummaryManager resultsSummaryManager) JiraIssueResultsManagerImpl
(@NotNull PlanResultSearcher planResultSearcher, @NotNull ResultsSummaryManager resultsSummaryManager) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.build.expiry
ModifierConstructorDescriptionBuildExpiryBatchProcessor
(@NotNull ImmutablePlan plan, @NotNull BuildExpiryConfig config, @NotNull MutableExpiryCriteria expiryCriteria, @NotNull TransactionAndHibernateTemplate template, @NotNull ResultsSummaryManager resultsSummaryManager) BuildExpiryBeanImpl
(ResultsSummaryManager resultsSummaryManager, PlanManager planManager, AdministrationConfigurationAccessor administrationConfigurationAccessor, RepositoryDefinitionManager repositoryDefinitionManager, ErrorUpdateHandler errorUpdateHandler, com.atlassian.bandana.BandanaManager bandanaManager, TransactionAndHibernateTemplate template) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.build.monitoring
Modifier and TypeMethodDescriptionvoid
BuildStopDelayedJob.setResultsSummaryManager
(ResultsSummaryManager resultsSummaryManager) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.build.status
ModifierConstructorDescriptionAbstractBuildStatusUpdater
(CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.builder.resultsfilter
ModifierConstructorDescriptionAllBuildResultsFilter
(AgentResultsSummaryManager agentResultsSummaryManager, PlanManager planManager, ResultsSummaryManager resultsSummaryManager) Latest25FiveBuildResultsFilter
(AgentResultsSummaryManager agentResultsSummaryManager, PlanManager planManager, ResultsSummaryManager resultsSummaryManager) TimeAgoBuildResultsFilter
(AgentResultsSummaryManager agentResultsSummaryManager, PlanManager planManager, ResultsSummaryManager resultsSummaryManager, int days) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.chains
ModifierConstructorDescriptionChainExecutionManagerImpl
(PlanStatePersisterService planStatePersisterService, JobExecutionManager buildContextExecutor, ChainStateFactory chainStateFactory, BuildContextFactory buildContextFactory, com.atlassian.event.api.EventPublisher eventPublisher, ChainPluginSupport chainPluginSupport, ErrorUpdateHandler errorUpdateHandler, AuthorCreatorService authorCreatorService, ResultsSummaryManager resultsSummaryManager, BuildDirectoryManager buildDirectoryManager, VcsBranchIntegrationHelper branchIntegrationHelper, CustomVariableContext customVariableContext, PlanExecutionLockService planExecutionLockService, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, CachedPlanManager cachedPlanManager, VcsRepositoryManager vcsRepositoryManager, StorageTagService storageTagService, PlanBranchPullRequestService planBranchPullRequestService, StorageLocationService storageLocationService, ServerBuildLoggerManager buildLoggerManager, DeploymentVersionService deploymentVersionService, ChainStatePersister chainStatePersister, BambooOpenSessionTemplate bambooOpenSessionTemplate) ChainResultManagerImpl
(BuildResultsSummaryManager buildResultsSummaryManager, ResultsSummaryManager resultsSummaryManager, LimitedConcurrencyCaller limitedConcurrencyCaller, ErrorUpdateHandler errorUpdateHandler, com.opensymphony.xwork2.TextProvider textProvider, ArtifactLinkManager artifactLinkManager, Persister persister, BuildContextBuilderFactory buildContextBuilderFactory, TriggerManager triggerManager, AuthorCreatorService authorCreatorService) JobExecutionManagerImpl
(BuildExecutionManager buildExecutionManager, StopBuildManager stopBuildManager, ResultsSummaryManager resultsSummaryManager) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.charts
ModifierConstructorDescriptionDefaultChartManager
(com.atlassian.plugin.PluginAccessor pluginAccessor, PlanResultSearcher planResultSearcher, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, PlanManager planManager) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.clover.build.coverage
Modifier and TypeMethodDescriptionvoid
CloverResultWebItemCondition.setResultsSummaryManager
(ResultsSummaryManager resultsSummaryManager) Deprecated.since 6.8 use constructor injection or annotation injection -
Uses of ResultsSummaryManager in com.atlassian.bamboo.clover.builder.coverage
ModifierConstructorDescriptionCloverDeltaCalculator
(ResultsSummaryManager resultsSummaryManager, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.configuration
ModifierConstructorDescriptionDefaultSystemStatisticsBean
(IndexerManager indexerManager, PlanManager planManager, ResultsSummaryManager resultsSummaryManager) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.configuration.agent
-
Uses of ResultsSummaryManager in com.atlassian.bamboo.configuration.external
ModifierConstructorDescriptionRepositoryStoredSpecsLogServiceImpl
(BootstrapManager bootstrapManager, ResultsSummaryManager resultsManager, BambooSpecsStateDao bambooSpecsStateDao) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.container.startup
ModifierConstructorDescriptionPendingBuildResultsStateRestorationImpl
(ResultsSummaryManager resultsSummaryManager, CurrentlyBuildingContainer currentlyBuildingContainer, ChainExecutionManager chainExecutionManager, BuildExecutionManager buildExecutionManager, com.atlassian.event.api.EventPublisher eventPublisher, FeatureManager featureManager) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.deletion
ModifierConstructorDescriptionDeletionServiceImpl
(PlanScheduler planScheduler, com.atlassian.event.api.EventPublisher eventPublisher, ResultsSummaryManager resultsSummaryManager, ProjectManager projectManager, PlanManager planManager, ChainStageDao chainStageDao, com.atlassian.plugin.PluginAccessor pluginAccessor, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager, AuditLogService auditLogService, StopBuildManager stopBuildManager, AgentAssignmentService agentAssignmentService) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.deployments.execution.triggering
ModifierConstructorDescriptionAfterSuccessfulPlanEnvironmentTriggeringAction
(DeploymentExecutionService deploymentExecutionService, DeploymentVersionService deploymentVersionService, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, Environment environment, PlanResultKey planResultKey, TriggerManager triggerManager) EnvironmentTriggeringActionFactoryImpl
(DeploymentVersionService deploymentVersionService, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager, TriggerManager triggerManager, ResultsSummaryManager resultsSummaryManager, DeploymentResultService deploymentResultService) ScheduledEnvironmentTriggeringAction
(Environment environment, PlanKey sourceBranchKey, DeploymentExecutionService deploymentExecutionService, DeploymentVersionService deploymentVersionService, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager, TriggerManager triggerManager, ResultsSummaryManager resultsSummaryManager, DeploymentResultService deploymentResultService, Map<String, String> triggerConfiguration) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.deployments.expiry
ModifierConstructorDescriptionDeploymentExpiryServiceImpl
(AdministrationConfigurationAccessor administrationConfigurationAccessor, com.atlassian.bandana.BandanaManager bandanaManager, DeploymentProjectService deploymentProjectService, DeploymentResultDeletionService deploymentResultDeletionService, DeploymentResultService deploymentResultService, DeploymentVersionDeletionService deploymentVersionDeletionService, DeploymentVersionService deploymentVersionService, EnvironmentService environmentService, ResultsSummaryManager resultsSummaryManager, ArtifactLinkManager artifactLinkManager) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.deployments.projects.service
ModifierConstructorDescriptionDeploymentProjectServiceImpl
(ArtifactDefinitionManager artifactDefinitionManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, CachedPlanManager cachedPlanManager, DeploymentProjectDao deploymentProjectDao, DeploymentResultService deploymentResultService, EnvironmentDao environmentDao, EnvironmentService environmentService, InternalEnvironmentService internalEnvironmentService, EnvironmentTaskService environmentTaskService, HibernateMutableAclService aclService, com.opensymphony.xwork2.TextProvider textProvider, ValidationService validationService, VariableDefinitionManager variableDefinitionManager, VersionNamingService versionNamingService, DeploymentVersionService deploymentVersionService, ResultsSummaryManager resultsSummaryManager, com.atlassian.event.api.EventPublisher eventPublisher, TriggerTypeManager triggerTypeManager, PlanScheduler planScheduler, BambooEntityOidService bambooEntityOidService) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.deployments.versions.actions
Modifier and TypeFieldDescriptionprotected ResultsSummaryManager
AbstractCreateDeploymentVersion.resultsSummaryManager
Modifier and TypeMethodDescriptionvoid
AbstractCreateDeploymentVersion.setResultsSummaryManager
(ResultsSummaryManager resultsSummaryManager) void
CreateDeploymentVersion.setResultsSummaryManager
(ResultsSummaryManager resultsSummaryManager) void
ViewDeploymentVersion.setResultsSummaryManager
(ResultsSummaryManager resultsSummaryManager) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.labels
ModifierConstructorDescriptionLabelManagerImpl
(LabelDao labelDao, JiraIssueUtils jiraIssueUtils, PlanManager planManager, ProjectManager projectManager, ResultsSummaryManager resultsSummaryManager, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.logger
ModifierConstructorDescriptionAggregatedChainErrorAccessor
(CachedPlanManager cachedPlanManager, ErrorAccessor errorAccessor, ResultsSummaryManager resultsSummaryManager) DecoratedErrorDetailsFactory
(AgentManager agentManager, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager) DecoratedErrorDetailsImpl
(@NotNull ErrorDetails errorDetails, @NotNull AgentManager agentManager, @NotNull CachedPlanManager cachedPlanManager, @NotNull ResultsSummaryManager resultsSummaryManager, @NotNull RepositoryDefinitionManager repositoryDefinitionManager, @NotNull CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.migration.beans
ModifierConstructorDescriptionMapperFactoryImpl
(org.hibernate.SessionFactory sessionFactory, BuildResultsSummaryDao buildResultsSummaryDao, PlanDao planDao, PlanRepositoryLinkDao planRepositoryLinkDao, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, VariableContextBaselineDao variableContextBaselineDao, RepositoryDefinitionDao repositoryDefinitionDao, ResultsSummaryManager resultsSummaryManager, NotificationSetMapper notificationSetMapper, RequirementSetMapper requirementSetMapper, BuildResultWarningSummaryDao buildResultWarningSummaryDao) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.migration.stream.build
ModifierConstructorDescriptionAbstractChainMapper
(@NotNull org.hibernate.SessionFactory sessionFactory, @NotNull Project project, @NotNull Map<Long, Label> labelMap, @NotNull Map<Long, ExtendedAuthor> authorMap, @NotNull PlanDao planDao, ResultsSummaryManager resultsSummaryManager, BuildResultsSummaryDao buildResultSummaryDao, BuildResultWarningSummaryDao buildResultWarningSummaryDao, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, VariableContextBaselineDao variableContextBaselineDao, @NotNull RepositoryDefinitionDao repositoryDefinitionDao, @NotNull PlanRepositoryLinkDao planRepositoryLinkDao, @NotNull NotificationSetMapper notificationSetMapper, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) ChainBranchMapper
(@NotNull org.hibernate.SessionFactory sessionFactory, @NotNull Project project, @NotNull Map<Long, Label> labelMap, @NotNull Map<Long, ExtendedAuthor> authorMap, PlanDao planDao, ResultsSummaryManager resultsSummaryManager, BuildResultsSummaryDao buildResultSummaryDao, BuildResultWarningSummaryDao buildResultWarningSummaryDao, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, VariableContextBaselineDao variableContextBaselineDao, @NotNull RepositoryDefinitionDao repositoryDefinitionDao, @NotNull PlanRepositoryLinkDao planRepositoryLinkDao, @NotNull NotificationSetMapper notificationSetMapper, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) ChainMapper
(@NotNull org.hibernate.SessionFactory sessionFactory, @NotNull Project project, @NotNull Map<Long, Label> labelMap, @NotNull Map<Long, ExtendedAuthor> authorMap, PlanDao planDao, ResultsSummaryManager resultsSummaryManager, BuildResultsSummaryDao buildResultSummaryDao, BuildResultWarningSummaryDao buildResultWarningSummaryDao, PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao, VariableContextBaselineDao variableContextBaselineDao, @NotNull RepositoryDefinitionDao repositoryDefinitionDao, @NotNull PlanRepositoryLinkDao planRepositoryLinkDao, @NotNull NotificationSetMapper notificationSetMapper, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) protected
ChainResultMapper
(org.hibernate.SessionFactory sessionFactory, Chain chain, BuildResultsSummaryDao buildResultsSummaryDao, VariableContextBaselineDao variableContextBaselineDao, BuildResultWarningSummaryMapper warningSummaryMapper, ResultsSummaryManager resultsSummaryManager, Map<Long, Label> labelMap, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.notification
Modifier and TypeFieldDescriptionprotected ResultsSummaryManager
AbstractNotificationEventListener.resultsSummaryManager
Modifier and TypeMethodDescriptionvoid
AbstractNotificationEventListener.setResultsSummaryManager
(ResultsSummaryManager resultsSummaryManager) void
NotificationFactoryImpl.setResultsSummaryManager
(ResultsSummaryManager resultsSummaryManager) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.notification.buildcommented
Modifier and TypeMethodDescriptionvoid
CommentNotification.setResultsSummaryManager
(ResultsSummaryManager resultsSummaryManager) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.notification.buildcompleted
Modifier and TypeMethodDescriptionvoid
BuildFailedAndFirstFixedNotificationType.setResultsSummaryManager
(ResultsSummaryManager resultsSummaryManager) void
BuildStatusChangeNotificationType.setResultsSummaryManager
(ResultsSummaryManager resultsSummaryManager) ModifierConstructorDescriptionAbstractCompletedNotification
(BranchStatusService branchStatusService, CachedPlanManager cachedPlanManager, VcsRepositoryViewerManager vcsRepositoryViewerManager, RepositoryDefinitionManager repositoryDefinitionManager, CustomVariableContext customVariableContext, ResultsSummaryManager resultsSummaryManager) BuildCompletedNotification
(BranchStatusService branchStatusService, CachedPlanManager cachedPlanManager, VcsRepositoryViewerManager vcsRepositoryViewerManager, RepositoryDefinitionManager repositoryDefinitionManager, CustomVariableContext customVariableContext, ResultsSummaryManager resultsSummaryManager) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.notification.chain
Modifier and TypeMethodDescriptionvoid
AfterXFailedNotificationListener.setResultsSummaryManager
(ResultsSummaryManager resultsSummaryManager) void
AllChainNotificationType.setResultsSummaryManager
(ResultsSummaryManager resultsSummaryManager) void
ChainStatusChangeNotificationType.setResultsSummaryManager
(ResultsSummaryManager resultsSummaryManager) ModifierConstructorDescriptionChainCompletedNotification
(BranchStatusService branchStatusService, CachedPlanManager cachedPlanManager, TestsManager testsManager, TestQuarantineManager testQuarantineManager, VcsRepositoryViewerManager vcsRepositoryViewerManager, RepositoryDefinitionManager repositoryDefinitionManager, CustomVariableContext customVariableContext, ResultsSummaryManager resultsSummaryManager) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.notification.transports.webhook
ModifierConstructorDescriptionWebhookTransport
(WebhookTemplate webhookTemplate, CustomVariableContext customVariableContext, ErrorUpdateHandler errorUpdateHandler, ResultsSummaryManager resultsSummaryManager, DeploymentProjectService deploymentProjectService, WebhookSenderService webhookSenderService, String url, WebhookResponseService webhookResponseService, DeploymentResultService deploymentResultService, BambooUrl bambooUrl, TemplateRenderer templateRenderer) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.plan
Modifier and TypeMethodDescriptionvoid
PlanStatusHistoryAction.setResultsSummaryManager
(ResultsSummaryManager resultsSummaryManager) ModifierConstructorDescriptionPlanStatePersisterImpl
(BuildResultsSummaryManager buildResultsSummaryManager, CurrentlyBuildingContainer currentlyBuildingContainer, ResultsSummaryManager resultsSummaryManager, ErrorUpdateHandler errorUpdateHandler, BuildLoggerManager buildLoggerManager, TestsManager testsManager, com.atlassian.event.api.EventPublisher eventPublisher, BuildResultWarningSummaryDao buildResultWarningSummaryDao, PlanVcsRevisionHistoryService planVcsRevisionHistoryService) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.plan.artifact
ModifierConstructorDescriptionArtifactSubscriptionManagerImpl
(ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionDao artifactSubscriptionDao, ConsumedSubscriptionDao consumedSubscriptionDao, ArtifactLinkDao artifactLinkDao, ResultsSummaryManager resultsSummaryManager) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.plugin.servlet
ModifierConstructorDescriptionArtifactDownloadStrategy
(AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooPermissionManager bambooPermissionManager, BambooAuthenticationContext bambooAuthenticationContext, BambooContentTypeResolver bambooContentTypeResolver, CachedPlanManager planManager, ResultsSummaryManager resultsSummaryManager) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.plugins.bitbucket.events
ModifierConstructorDescriptionBitbucketBuildStatusUpdater
(com.atlassian.sal.api.ApplicationProperties applicationProperties, BitbucketApiService bitbucketApiService, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, CredentialsAccessor credentialsAccessor) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.plugins.dummy
-
Uses of ResultsSummaryManager in com.atlassian.bamboo.plugins.github
ModifierConstructorDescriptionGithubBuildStatusUpdater
(com.atlassian.sal.api.ApplicationProperties applicationProperties, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, CredentialsAccessor credentialsAccessor, com.atlassian.plugins.whitelist.OutboundWhitelist outboundWhitelist) protected
GithubBuildStatusUpdater
(com.atlassian.sal.api.ApplicationProperties applicationProperties, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, CredentialsAccessor credentialsAccessor, com.atlassian.plugins.whitelist.OutboundWhitelist outboundWhitelist, com.atlassian.bamboo.plugins.github.GithubBuildStatusUpdater.QuadroFunction<String, String, String, com.atlassian.plugins.whitelist.OutboundWhitelist, GitHubAccessor> gitHubAccessorProvider) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.plugins.jira.event
ModifierConstructorDescriptionBuildCompletedIssuePublisher
(AdministrationConfigurationAccessor administrationConfigurationAccessor, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.event.remote.RemoteEventProducerRegistrar remoteEventProducerRegistrar, ResultsSummaryManager resultsSummaryManager) BuildIssueChangedPublisher
(com.atlassian.event.api.EventPublisher eventPublisher, ResultsSummaryManager resultsSummaryManager, IssueChangedPublisher issueChangedPublisher) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.plugins.jira.rest.resource
ModifierConstructorDescriptionJiraIssueLatestRelatedBuildsResource
(AdministrationConfigurationAccessor administrationConfigurationAccessor, ArtifactLinkManager artifactLinkManager, CustomVariableContext customVariableContext, CachedPlanManager cachedPlanManager, PlanResultSearcher planResultSearcher, JiraRestHelper jiraRestHelper, ResultsSummaryManager resultsSummaryManager) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.plugins.jiraPlugin
Modifier and TypeMethodDescriptionvoid
JiraResultWebItemCondition.setResultsSummaryManager
(ResultsSummaryManager resultsSummaryManager) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.plugins.labeller
Modifier and TypeMethodDescriptionvoid
BuildLabeller.setResultsSummaryManager
(ResultsSummaryManager resultsSummaryManager) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.plugins.rest.deployments.execution
ModifierConstructorDescriptionDeploymentPreviewResource
(DeploymentVersionService deploymentVersionService, EnvironmentService environmentService, DeploymentProjectService deploymentProjectService, DeploymentResultService deploymentResultService, ResultsSummaryManager resultSummaryManager, DeploymentVersionVcsChangesetService deploymentVersionVcsChangesetService, DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService, PlanRestService planRestService, CustomVariableContext customVariableContext, Jsonator<Object> jsonator, CachedPlanManager cachedPlanManager) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.plugins.rest.deployments.projects
ModifierConstructorDescriptionDeploymentProjectResource
(AdministrationConfigurationAccessor administrationConfigurationAccessor, com.atlassian.sal.api.ApplicationProperties applicationProperties, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, DeploymentProjectService deploymentProjectService, DeploymentVersionService deploymentVersionService, InternalEnvironmentService internalEnvironmentService, FeatureManager featureManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, LinkedDeploymentProjectCacheService linkedDeploymentProjectCacheService, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, ResultsSummaryManager resultsSummaryManager, RssPermissionManager rssPermissionManager, DeploymentProjectDeletionService deploymentProjectDeletionService, SpecsExporter specsExporter, RestAuthenticationContext restAuthenticationContext) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.plugins.rest.resource
ModifierConstructorDescriptionQueueResource
(PlanRestService planRestService, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, BuildQueueManager buildQueueManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, PlanExecutionManager planExecutionManager, ResultsSummaryManager resultsSummaryManager, LocalResultProcessor localResultProcessor, RestAuthenticationContext restAuthenticationContext) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.plugins.rest.service
ModifierConstructorDescriptionPlanRestServiceImpl
(BambooCachingPermissionManagerFacadeFactory bambooCachingPermissionManagerFacadeFactory, BambooUserManager bambooUserManager, CachedPlanManager cachedPlanManager, LabelManager labelManager, PlanExecutionManager planExecutionManager, PlanManager planManager, ResultsSummaryManager resultsSummaryManager) ResultServiceImpl
(AdministrationConfigurationAccessor administrationConfigurationAccessor, ArtifactLinkManager artifactLinkManager, BambooUserManager bambooUserManager, BuildLogFileAccessorFactory buildLogFileAccessorFactory, BuildLoggerManager buildLoggerManager, BuildQueueManager buildQueueManager, CommentService commentService, ExecutableAgentsHelper executableAgentsHelper, com.atlassian.sal.api.message.I18nResolver i18nResolver, LabelManager labelManager, PlanExecutionManager planExecutionManager, PlanRestService planRestService, ProjectsRestService projectsRestService, ResultsSummaryManager resultsSummaryManager, StageStatusHelper stageStatusHelper, RestAuthenticationContext restAuthenticationContext) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.plugins.stash
ModifierConstructorDescriptionBitbucketServerBuildStatusUpdater
(CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, AdministrationConfigurationAccessor administrationConfigurationAccessor, ErrorHandler errorHandler, com.atlassian.event.api.EventPublisher eventPublisher, FeatureManager featureManager, com.atlassian.stash.rest.client.applinks.ApplinkStashClientFactory stashClientFactory, TemplateRenderer templateRenderer, RepositoryDefinitionManager repositoryDefinitionManager) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.plugins.testutils.builds
ModifierConstructorDescriptionPlansGroupExecutionManager
(com.atlassian.event.api.EventPublisher eventPublisher, CachedPlanManager cachedPlanManager, ProjectManager projectManager, PlanExecutionManager planExecutionManager, BambooUserManager bambooUserManager, ResultsSummaryManager resultsSummaryManager) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.plugins.testutils.deployments
ModifierConstructorDescriptionDeploymentsTestServiceImpl
(DeploymentExecutionService deploymentExecutionService, DeploymentProjectService deploymentProjectService, DeploymentResultService deploymentResultService, DeploymentVersionService deploymentVersionService, EnvironmentService environmentService, ResultsSummaryManager resultsSummaryManager, TriggerManager triggerManager) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.plugins.testutils.rest.resource.plan
ModifierConstructorDescriptionResultResource
(CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, BuildResultWarningSummaryManager warningSummaryManager) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.plugins.testutils.rest.resource.repository
ModifierConstructorDescriptionRepositoryResource
(BambooUserManager bambooUserManager, RepositoryTestService repositoryTestService, RepositoryDefinitionManager repositoryDefinitionManager, VcsPullRequestService pullRequestService, VcsRepositoryManager vcsRepositoryManager, PlanManager planManager, ResultsSummaryManager resultsSummaryManager, BuildResultWarningSummaryManager buildResultWarningSummaryManager, BranchDetectionService branchDetectionService, BambooSpecsManager bambooSpecsManager, ProjectManager projectManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, RestAuthenticationContext restAuthenticationContext) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.plugins.web.conditions
Modifier and TypeMethodDescriptionstatic Optional<ResultsSummary>
ConditionHelper.getResultSummary
(@NotNull ResultsSummaryManager resultsSummaryManager, @NotNull Map<String, Object> context) Retrieve result summary key from the context and then extract it from DBvoid
RepositoryStoredSpecsResultSummaryCondition.setResultsSummaryManager
(ResultsSummaryManager resultsSummaryManager) void
ViewTestsCondition.setResultsSummaryManager
(ResultsSummaryManager resultsSummaryManager) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.reports.charts
Modifier and TypeFieldDescriptionprotected ResultsSummaryManager
BambooReportLineChart.resultsSummaryManager
Modifier and TypeMethodDescriptionvoid
BambooReportLineChart.setResultsSummaryManager
(ResultsSummaryManager resultsSummaryManager) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.resultsummary
Modifier and TypeInterfaceDescriptioninterface
Deprecated.since 2.7 use ResultsSummaryManager instead -
Uses of ResultsSummaryManager in com.atlassian.bamboo.resultsummary.tests
ModifierConstructorDescriptionTestCaseSummaryImpl
(@NotNull TestCase testCase, @NotNull PlanKey planKey, @Nullable List<BuildResultsSummary> filteredBuildResults, TestsManager testsManager, ResultsSummaryManager resultsSummaryManager) TestsManagerImpl
(TestCaseDao testCaseDao, TestCaseResultDao testCaseResultDao, TestResultsDao testResultsDao, TestsDao testsDao, PlanManager planManager, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.resultsummary.variables
ModifierConstructorDescriptionResultsSummaryVariableAccessorImpl
(ResultsSummaryManager resultsSummaryManager, VariableContextBaselineDao variableContextBaselineDao, CachedPlanManager cachedPlanManager, VariableDefinitionManager variableDefinitionManager) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.spring
Modifier and TypeFieldDescriptionstatic final Supplier<ResultsSummaryManager>
ComponentAccessor.RESULTS_SUMMARY_MANAGER
Deprecated. -
Uses of ResultsSummaryManager in com.atlassian.bamboo.testutils.resultsummary
Modifier and TypeMethodDescriptionstatic <T extends ResultsSummary>
TResultsSummaryTestHelper.mockResultsSummary
(@NotNull ResultsSummaryManager mockResultsSummaryManager, @NotNull PlanResultKey planResultKey, Class<T> summaryClass) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.trigger.dependency
ModifierConstructorDescriptionAfterSuccessfulStageTriggeringAction
(TriggerManager triggerManager, DeploymentExecutionService deploymentExecutionService, DeploymentVersionService deploymentVersionService, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, Environment environment, PlanResultKey planResultKey, String stageName) EnvironmentDependencyListener
(EnvironmentDependencyService environmentDependencyService, EnvironmentTriggeringActionFactory environmentTriggeringActionFactory, NonBlockingPlanExecutionService nonBlockingPlanExecutionService, ResultsSummaryManager resultsSummaryManager, DeploymentResultService deploymentResultService, TriggerManager triggerManager, DeploymentExecutionService deploymentExecutionService, DeploymentVersionService deploymentVersionService, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.v2.build.agent
ModifierConstructorDescriptionLocalBuildResultProcessor
(BuildExecutionManager buildExecutionManager, ResultsSummaryManager resultsSummaryManager, com.atlassian.event.api.EventPublisher eventManager, ServerBuildLoggerManager buildLoggerManager, com.atlassian.plugin.PluginAccessor pluginAccessor, PlanStatePersisterService planStatePersisterService, CustomVariableContextRunner customVariableContextRunner, ExecutionPhaseService executionPhaseService) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.v2.trigger
ModifierConstructorDescriptionContinuedBuildDetectionAction
(ImmutableChain chain, @NotNull PlanExecutionConfig planExecutionConfig, com.atlassian.user.User user, TriggerReason triggerReason, Map<String, String> params, Map<String, String> variables, ErrorUpdateHandler errorUpdateHandler, ResultsSummaryManager resultsSummaryManager, TriggerManager triggerManager, BranchIntegrationService branchIntegrationService, BuildContextBuilderFactory buildContextBuilderFactory, ResultsSummaryVariableAccessor resultsSummaryVariableAccessor, VcsRepositoryManager vcsRepositoryManager) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.variable.upgrade
ModifierConstructorDescriptionVariableContextUpgradeScheduler
(org.quartz.Scheduler quartzScheduler, ResultsSummaryManager resultsSummaryManager) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.webwork
Modifier and TypeMethodDescriptionvoid
StarterAction.setResultsSummaryManager
(ResultsSummaryManager resultsSummaryManager) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.ww2.actions
Modifier and TypeFieldDescriptionprotected ResultsSummaryManager
PlanActionSupport.resultsSummaryManager
Modifier and TypeMethodDescriptionprotected ResultsSummaryManager
PlanActionSupport.getResultsSummaryManager()
Modifier and TypeMethodDescriptionvoid
PlanActionSupport.setResultsSummaryManager
(ResultsSummaryManager resultsSummaryManager) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.ww2.actions.build
Modifier and TypeMethodDescriptionvoid
BambooSpecExecutionCondition.setResultsSummaryManager
(ResultsSummaryManager resultsSummaryManager) void
BuildResultFinishedCondition.setResultsSummaryManager
(ResultsSummaryManager resultsSummaryManager) void
BuildResultInProgressCondition.setResultsSummaryManager
(ResultsSummaryManager resultsSummaryManager) void
ChainJsonProviderAction.setResultsSummaryManager
(ResultsSummaryManager resultsSummaryManager) void
ChainResultProviderAction.setResultsSummaryManager
(ResultsSummaryManager resultsSummaryManager) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.ww2.actions.rss
Modifier and TypeMethodDescriptionvoid
AllBuildsRssFeedAction.setResultsSummaryManager
(ResultsSummaryManager resultsSummaryManager) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.ww2.interceptors
Modifier and TypeMethodDescriptionvoid
BuildResultsSummaryAwareInteceptor.setResultsSummaryManager
(ResultsSummaryManager resultsSummaryManager) void
ChainAwareInterceptor.setResultsSummaryManager
(ResultsSummaryManager resultsSummaryManager) void
NavigationAwareInterceptor.setResultsSummaryManager
(ResultsSummaryManager resultsSummaryManager) void
ResultsSummaryAwareInterceptor.setResultsSummaryManager
(ResultsSummaryManager resultsSummaryManager) -
Uses of ResultsSummaryManager in com.atlassian.bamboo.xmpp.commands
Modifier and TypeMethodDescriptionvoid
AddComment.setResultsSummaryManager
(ResultsSummaryManager resultsSummaryManager) void
AddLabel.setResultsSummaryManager
(ResultsSummaryManager resultsSummaryManager) void
SimpleSmackCommand.setResultsSummaryManager
(ResultsSummaryManager resultsSummaryManager) -
Uses of ResultsSummaryManager in it.com.atlassian.bamboo.deployments.versions.service
ModifierConstructorDescriptionDeploymentVersionDeletionServiceWiredTest
(ArtifactLinkManager artifactLinkManager, CachedPlanManager cachedPlanManager, DeploymentVersionDeletionService deploymentVersionDeletionService, DeploymentVersionService deploymentVersionService, DeploymentsTestService deploymentsTestService, HibernateMutableAclService aclService, ImpersonationService impersonationService, ResultsSummaryManager resultsSummaryManager, StorageLocationService storageLocationService) -
Uses of ResultsSummaryManager in it.com.atlassian.bamboo.job
ModifierConstructorDescriptionJobDeletionTest
(PlanConfigImportService planConfigImportService, DeletionService deletionService, ResultsSummaryManager resultsSummaryManager, StorageLocationService storageLocationService, CachedPlanManager cachedPlanManager, PlanExecutionManager planExecutionManager, BambooUserManager bambooUserManager, ArtifactDefinitionManager artifactDefinitionManager, ArtifactLinkManager artifactLinkManager, PlanManager planManager, ImpersonationService impersonationService)