Uses of Interface
com.atlassian.bamboo.resultsummary.ResultsSummaryManager
-
-
Uses of ResultsSummaryManager in com.atlassian.bamboo.brokenbuildtracker
Methods in com.atlassian.bamboo.brokenbuildtracker with parameters of type ResultsSummaryManager Modifier and Type Method Description void
BrokenBuildPostProcessor. setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
Deprecated.since 6.8 use constructor injection or annotation injection -
Uses of ResultsSummaryManager in com.atlassian.bamboo.brokenbuildtracker.notifications
Methods in com.atlassian.bamboo.brokenbuildtracker.notifications with parameters of type ResultsSummaryManager Modifier and Type Method Description void
ResponsibleRecipient. setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
Deprecated.since 6.8 use constructor injection or annotation injectionConstructors in com.atlassian.bamboo.brokenbuildtracker.notifications with parameters of type ResultsSummaryManager Constructor Description 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
Constructors in com.atlassian.bamboo.brokenbuildtracker.rest with parameters of type ResultsSummaryManager Constructor Description BrokenBuildResource(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
Methods in com.atlassian.bamboo.build with parameters of type ResultsSummaryManager Modifier and Type Method Description void
DefaultBuildExecutionManager. setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
Constructors in com.atlassian.bamboo.build with parameters of type ResultsSummaryManager Constructor Description BuildDetectionActionFactoryImpl(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
Constructors in com.atlassian.bamboo.build.expiry with parameters of type ResultsSummaryManager Constructor Description BuildExpiryBatchProcessor(@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
Methods in com.atlassian.bamboo.build.monitoring with parameters of type ResultsSummaryManager Modifier and Type Method Description void
BuildStopDelayedJob. setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
-
Uses of ResultsSummaryManager in com.atlassian.bamboo.build.status
Constructors in com.atlassian.bamboo.build.status with parameters of type ResultsSummaryManager Constructor Description AbstractBuildStatusUpdater(CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager)
-
Uses of ResultsSummaryManager in com.atlassian.bamboo.builder.resultsfilter
Constructors in com.atlassian.bamboo.builder.resultsfilter with parameters of type ResultsSummaryManager Constructor Description AllBuildResultsFilter(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
Constructors in com.atlassian.bamboo.chains with parameters of type ResultsSummaryManager Constructor Description ChainExecutionManagerImpl(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)
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
Constructors in com.atlassian.bamboo.charts with parameters of type ResultsSummaryManager Constructor Description DefaultChartManager(com.atlassian.plugin.PluginAccessor pluginAccessor, PlanResultSearcher planResultSearcher, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, PlanManager planManager)
-
Uses of ResultsSummaryManager in com.atlassian.bamboo.clover.build.coverage
Methods in com.atlassian.bamboo.clover.build.coverage with parameters of type ResultsSummaryManager Modifier and Type Method Description void
CloverResultWebItemCondition. setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
Deprecated.since 6.8 use constructor injection or annotation injection -
Uses of ResultsSummaryManager in com.atlassian.bamboo.clover.builder.coverage
Constructors in com.atlassian.bamboo.clover.builder.coverage with parameters of type ResultsSummaryManager Constructor Description CloverDeltaCalculator(ResultsSummaryManager resultsSummaryManager, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate)
-
Uses of ResultsSummaryManager in com.atlassian.bamboo.configuration
Constructors in com.atlassian.bamboo.configuration with parameters of type ResultsSummaryManager Constructor Description DefaultSystemStatisticsBean(IndexerManager indexerManager, PlanManager planManager, ResultsSummaryManager resultsSummaryManager)
-
Uses of ResultsSummaryManager in com.atlassian.bamboo.configuration.agent
Fields in com.atlassian.bamboo.configuration.agent declared as ResultsSummaryManager Modifier and Type Field Description protected ResultsSummaryManager
ViewAgent. resultsSummaryManager
-
Uses of ResultsSummaryManager in com.atlassian.bamboo.configuration.external
Constructors in com.atlassian.bamboo.configuration.external with parameters of type ResultsSummaryManager Constructor Description RepositoryStoredSpecsLogServiceImpl(BootstrapManager bootstrapManager, ResultsSummaryManager resultsManager, BambooSpecsStateDao bambooSpecsStateDao)
-
Uses of ResultsSummaryManager in com.atlassian.bamboo.container.startup
Constructors in com.atlassian.bamboo.container.startup with parameters of type ResultsSummaryManager Constructor Description PendingBuildResultsStateRestorationImpl(ResultsSummaryManager resultsSummaryManager, CurrentlyBuildingContainer currentlyBuildingContainer, ChainExecutionManager chainExecutionManager, BuildExecutionManager buildExecutionManager, com.atlassian.event.api.EventPublisher eventPublisher, FeatureManager featureManager)
-
Uses of ResultsSummaryManager in com.atlassian.bamboo.deletion
Constructors in com.atlassian.bamboo.deletion with parameters of type ResultsSummaryManager Constructor Description DeletionServiceImpl(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
-
Uses of ResultsSummaryManager in com.atlassian.bamboo.deployments.expiry
Constructors in com.atlassian.bamboo.deployments.expiry with parameters of type ResultsSummaryManager Constructor Description DeploymentExpiryServiceImpl(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
Constructors in com.atlassian.bamboo.deployments.projects.service with parameters of type ResultsSummaryManager Constructor Description DeploymentProjectServiceImpl(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
Fields in com.atlassian.bamboo.deployments.versions.actions declared as ResultsSummaryManager Modifier and Type Field Description protected ResultsSummaryManager
AbstractCreateDeploymentVersion. resultsSummaryManager
Methods in com.atlassian.bamboo.deployments.versions.actions with parameters of type ResultsSummaryManager Modifier and Type Method Description void
AbstractCreateDeploymentVersion. setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
void
CreateDeploymentVersion. setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
void
ViewDeploymentVersion. setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
-
Uses of ResultsSummaryManager in com.atlassian.bamboo.deployments.versions.service
Constructors in com.atlassian.bamboo.deployments.versions.service with parameters of type ResultsSummaryManager Constructor Description DeploymentVersionChainResultDataCollectorImpl(DeploymentVersionDao deploymentVersionDao, DeploymentVersionVcsChangesetDao deploymentVersionVcsChangesetDao, DeploymentVersionLinkedJiraIssueDao deploymentVersionLinkedJiraIssueDao, ResultsSummaryManager resultsSummaryManager, RepositoryChangesetDao repositoryChangesetDao, LinkedJiraIssueDao linkedJiraIssueDao)
DeploymentVersionServiceImpl(@NotNull DeploymentProjectDao deploymentProjectDao, @NotNull DeploymentVersionDao deploymentVersionDao, @NotNull ResultsSummaryManager resultsSummaryManager, @NotNull DeploymentVersionChainResultDataCollector deploymentVersionChainResultDataCollector, @NotNull com.opensymphony.xwork2.TextProvider textProvider, @NotNull EnvironmentService environmentService, @NotNull BambooUserManager bambooUserService, @NotNull VariableDefinitionManager variableDefinitionManager, @NotNull VariableDefinitionFactory variableDefinitionFactory, @NotNull CustomVariableContext customVariableContext, @NotNull com.atlassian.event.api.EventPublisher eventPublisher, @NotNull CachedPlanManager cachedPlanManager, @NotNull ScopedExclusionService scopedExclusionService, @NotNull ResultsSummaryVariableAccessor resultsSummaryVariableAccessor, @NotNull RepositoryDefinitionManager repositoryDefinitionManager, @NotNull VcsRepositoryManager vcsRepositoryManager, @NotNull BambooCachingPermissionManagerFacadeFactory bambooCachingPermissionManagerFacadeFactory, @NotNull ArtifactLinkManager artifactLinkManager, @NotNull AuditLogService auditLogService)
-
Uses of ResultsSummaryManager in com.atlassian.bamboo.jira.jiraissues
Constructors in com.atlassian.bamboo.jira.jiraissues with parameters of type ResultsSummaryManager Constructor Description JiraIssueUtils(JiraApplinksService jiraApplinksService, ResultsSummaryManager resultsSummaryManager, com.atlassian.event.api.EventPublisher eventPublisher, AdministrationConfigurationAccessor administrationConfigurationAccessor, LinkedJiraIssueDao linkedJiraIssueDao)
-
Uses of ResultsSummaryManager in com.atlassian.bamboo.labels
Constructors in com.atlassian.bamboo.labels with parameters of type ResultsSummaryManager Constructor Description LabelManagerImpl(LabelDao labelDao, JiraIssueUtils jiraIssueUtils, PlanManager planManager, ProjectManager projectManager, ResultsSummaryManager resultsSummaryManager, com.atlassian.event.api.EventPublisher eventPublisher)
-
Uses of ResultsSummaryManager in com.atlassian.bamboo.logger
Constructors in com.atlassian.bamboo.logger with parameters of type ResultsSummaryManager Constructor Description AggregatedChainErrorAccessor(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
Constructors in com.atlassian.bamboo.migration.beans with parameters of type ResultsSummaryManager Constructor Description MapperFactoryImpl(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
Constructors in com.atlassian.bamboo.migration.stream.build with parameters of type ResultsSummaryManager Constructor Description AbstractChainMapper(@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)
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
Fields in com.atlassian.bamboo.notification declared as ResultsSummaryManager Modifier and Type Field Description protected ResultsSummaryManager
AbstractNotificationEventListener. resultsSummaryManager
Methods in com.atlassian.bamboo.notification with parameters of type ResultsSummaryManager Modifier and Type Method Description void
AbstractNotificationEventListener. setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
void
NotificationFactoryImpl. setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
-
Uses of ResultsSummaryManager in com.atlassian.bamboo.notification.buildcommented
Methods in com.atlassian.bamboo.notification.buildcommented with parameters of type ResultsSummaryManager Modifier and Type Method Description void
CommentNotification. setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
-
Uses of ResultsSummaryManager in com.atlassian.bamboo.notification.buildcompleted
Methods in com.atlassian.bamboo.notification.buildcompleted with parameters of type ResultsSummaryManager Modifier and Type Method Description void
BuildFailedAndFirstFixedNotificationType. setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
void
BuildStatusChangeNotificationType. setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
Constructors in com.atlassian.bamboo.notification.buildcompleted with parameters of type ResultsSummaryManager Constructor Description AbstractCompletedNotification(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
Methods in com.atlassian.bamboo.notification.chain with parameters of type ResultsSummaryManager Modifier and Type Method Description void
AfterXFailedNotificationListener. setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
void
AllChainNotificationType. setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
void
ChainStatusChangeNotificationType. setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
Constructors in com.atlassian.bamboo.notification.chain with parameters of type ResultsSummaryManager Constructor Description ChainCompletedNotification(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
Constructors in com.atlassian.bamboo.notification.transports.webhook with parameters of type ResultsSummaryManager Constructor Description WebhookTransport(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
Fields in com.atlassian.bamboo.plan declared as ResultsSummaryManager Modifier and Type Field Description protected ResultsSummaryManager
AbstractPlan. resultsSummaryManager
Methods in com.atlassian.bamboo.plan with parameters of type ResultsSummaryManager Modifier and Type Method Description void
AbstractPlan. setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
void
PlanStatusHistoryAction. setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
Constructors in com.atlassian.bamboo.plan with parameters of type ResultsSummaryManager Constructor Description PlanStatePersisterImpl(PlanManager planManager, 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
Constructors in com.atlassian.bamboo.plan.artifact with parameters of type ResultsSummaryManager Constructor Description ArtifactSubscriptionManagerImpl(ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionDao artifactSubscriptionDao, ConsumedSubscriptionDao consumedSubscriptionDao, ArtifactLinkDao artifactLinkDao, ResultsSummaryManager resultsSummaryManager)
-
Uses of ResultsSummaryManager in com.atlassian.bamboo.plan.branch.cache
Methods in com.atlassian.bamboo.plan.branch.cache with parameters of type ResultsSummaryManager Modifier and Type Method Description static ImmutableChainBranchImpl
ImmutableChainBranchImpl. createImmutableChainBranchBasedOnFlatData(EnrichedPlanDto dto, List<FlatChainStageDto> chainStages, Map<Long,List<EnrichedPlanDto>> jobsGroupedByStageId, Map<Long,EnrichedPlanDto> jobsGroupedById, Pair<ImmutableChain,EnrichedPlanDto> masterWithMasterDto, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsManager bambooSpecsManager, NotificationManager notificationManager, BuildDefinitionManager buildDefinitionManager)
Constructors in com.atlassian.bamboo.plan.branch.cache with parameters of type ResultsSummaryManager Constructor Description ImmutableChainBranchImpl(ChainBranch chainBranch, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, LabelManager labelManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsManager bambooSpecsManager, @NotNull BuildDefinition buildDefinition)
-
Uses of ResultsSummaryManager in com.atlassian.bamboo.plan.cache
Fields in com.atlassian.bamboo.plan.cache declared as ResultsSummaryManager Modifier and Type Field Description protected ResultsSummaryManager
AbstractImmutablePlan. resultsSummaryManager
Methods in com.atlassian.bamboo.plan.cache with parameters of type ResultsSummaryManager Modifier and Type Method Description static ImmutableChainImpl
ImmutableChainImpl. createImmutableChainBasedOnFlatData(EnrichedPlanDto dto, List<FlatChainStageDto> chainStages, Map<Long,List<EnrichedPlanDto>> jobsGroupedByStageId, Map<Long,EnrichedPlanDto> jobsGroupedById, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsManager bambooSpecsManager, NotificationManager notificationManager, BuildDefinitionManager buildDefinitionManager)
static ImmutableJobImpl
ImmutableJobImpl. createImmutableJobBasedOnFlatData(ImmutableChain parent, ImmutableChainStage stage, EnrichedPlanDto dto, BuildLoggerManager buildLoggerManager, VariableDefinitionManager variableDefinitionManager, TaskManager taskManager, ResultsSummaryManager resultsSummaryManager, ImmutableArtifactManager immutableArtifactManager, RequirementManager requirementManager, BuildDefinitionManager buildDefinitionManager, Map<Long,EnrichedPlanDto> jobsGroupedById, boolean isLightWeight)
Constructors in com.atlassian.bamboo.plan.cache with parameters of type ResultsSummaryManager Constructor Description AbstractImmutableChain(@NotNull Chain chain, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, LabelManager labelManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsManager bambooSpecsManager, @NotNull BuildDefinition buildDefinition)
AbstractImmutableChain(EnrichedPlanDto dto, Pair<ImmutableChain,EnrichedPlanDto> masterWithMasterDto, List<FlatChainStageDto> chainStages, Map<Long,List<EnrichedPlanDto>> jobsGroupedByStageId, Map<Long,EnrichedPlanDto> jobsGroupedById, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsManager bambooSpecsManager, NotificationManager notificationManager, BuildDefinitionManager buildDefinitionManager)
AbstractImmutablePlan(@Nullable Long databaseId, @NotNull ImmutablePlan plan, @NotNull PlanKey planKey, @NotNull String name, BuildLoggerManager buildLoggerManager, @NotNull LabelManager labelManager, VariableDefinitionManager variableDefinitionManager, @NotNull BuildDefinition buildDefinition, ResultsSummaryManager resultsSummaryManager)
AbstractImmutablePlan(@Nullable Long databaseId, @NotNull ImmutablePlan plan, BuildLoggerManager buildLoggerManager, @NotNull LabelManager labelManager, VariableDefinitionManager variableDefinitionManager, @NotNull BuildDefinition buildDefinition, ResultsSummaryManager resultsSummaryManager)
AbstractImmutablePlan(Long id, EnrichedPlanDto dto, PlanKey planKey, String name, BuildLoggerManager buildLoggerManager, VariableDefinitionManager variableDefinitionManager, ResultsSummaryManager resultsSummaryManager)
ImmutableChainImpl(@NotNull Chain chain, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, LabelManager labelManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsManager bambooSpecsManager, @NotNull BuildDefinition buildDefinition)
ImmutableJobImpl(ImmutableChain parent, ImmutableChainStage stage, Job job, BuildLoggerManager buildLoggerManager, LabelManager labelManager, VariableDefinitionManager variableDefinitionManager, TaskManager taskManager, ResultsSummaryManager resultsSummaryManager, BuildDefinition buildDefinition, CachedPlanManager cachedPlanManager, ImmutableArtifactManager immutableArtifactManager)
ImmutableJobImpl(ImmutableChain parent, ImmutableChainStage stage, EnrichedPlanDto dto, BuildLoggerManager buildLoggerManager, VariableDefinitionManager variableDefinitionManager, TaskManager taskManager, ResultsSummaryManager resultsSummaryManager, ImmutableArtifactManager immutableArtifactManager, RequirementManager requirementManager, BuildDefinitionManager buildDefinitionManager, Map<Long,EnrichedPlanDto> jobsGroupedById, boolean isLightWeight)
ImmutablePlanManagerImpl(PlanManager planManager, PlanDtoManager planDtoManager, ResultsSummaryManager resultsSummaryManager, BuildDefinitionManager buildDefinitionManager, BuildLoggerManager buildLoggerManager, LabelManager labelManager, RepositoryDefinitionManager repositoryDefinitionManager, TaskManager taskManager, TriggerManager triggerManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsManager bambooSpecsManager, NotificationManager notificationManager, RequirementManager requirementManager, VersionDao versionDao)
-
Uses of ResultsSummaryManager in com.atlassian.bamboo.plugin.servlet
Constructors in com.atlassian.bamboo.plugin.servlet with parameters of type ResultsSummaryManager Constructor Description ArtifactDownloadStrategy(AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooPermissionManager bambooPermissionManager, BambooAuthenticationContext bambooAuthenticationContext, BambooContentTypeResolver bambooContentTypeResolver, CachedPlanManager planManager, ResultsSummaryManager resultsSummaryManager)
-
Uses of ResultsSummaryManager in com.atlassian.bamboo.plugins.bitbucket.events
Constructors in com.atlassian.bamboo.plugins.bitbucket.events with parameters of type ResultsSummaryManager Constructor Description BitbucketBuildStatusUpdater(com.atlassian.sal.api.ApplicationProperties applicationProperties, BitbucketApiService bitbucketApiService, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, CredentialsAccessor credentialsAccessor)
-
Uses of ResultsSummaryManager in com.atlassian.bamboo.plugins.dummy
Constructors in com.atlassian.bamboo.plugins.dummy with parameters of type ResultsSummaryManager Constructor Description DummyPostJobAction(ResultsSummaryManager resultsSummaryManager)
-
Uses of ResultsSummaryManager in com.atlassian.bamboo.plugins.jira.event
Constructors in com.atlassian.bamboo.plugins.jira.event with parameters of type ResultsSummaryManager Constructor Description BuildCompletedIssuePublisher(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
Constructors in com.atlassian.bamboo.plugins.jira.rest.resource with parameters of type ResultsSummaryManager Constructor Description JiraIssueLatestRelatedBuildsResource(AdministrationConfigurationAccessor administrationConfigurationAccessor, ArtifactLinkManager artifactLinkManager, CustomVariableContext customVariableContext, CachedPlanManager cachedPlanManager, PlanResultSearcher planResultSearcher, JiraRestHelper jiraRestHelper, ResultsSummaryManager resultsSummaryManager)
-
Uses of ResultsSummaryManager in com.atlassian.bamboo.plugins.jiraPlugin
Methods in com.atlassian.bamboo.plugins.jiraPlugin with parameters of type ResultsSummaryManager Modifier and Type Method Description void
JiraResultWebItemCondition. setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
-
Uses of ResultsSummaryManager in com.atlassian.bamboo.plugins.labeller
Methods in com.atlassian.bamboo.plugins.labeller with parameters of type ResultsSummaryManager Modifier and Type Method Description void
BuildLabeller. setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
-
Uses of ResultsSummaryManager in com.atlassian.bamboo.plugins.rest.deployments.execution
Constructors in com.atlassian.bamboo.plugins.rest.deployments.execution with parameters of type ResultsSummaryManager Constructor Description DeploymentPreviewResource(DeploymentVersionService deploymentVersionService, EnvironmentService environmentService, DeploymentProjectService deploymentProjectService, DeploymentResultService deploymentResultService, ResultsSummaryManager resultSummaryManager, DeploymentVersionVcsChangesetService deploymentVersionVcsChangesetService, DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService, PlanRestService planRestService, CustomVariableContext customVariableContext, Jsonator jsonator, CachedPlanManager cachedPlanManager)
-
Uses of ResultsSummaryManager in com.atlassian.bamboo.plugins.rest.deployments.projects
Constructors in com.atlassian.bamboo.plugins.rest.deployments.projects with parameters of type ResultsSummaryManager Constructor Description DeploymentProjectResource(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)
-
Uses of ResultsSummaryManager in com.atlassian.bamboo.plugins.rest.resource
Constructors in com.atlassian.bamboo.plugins.rest.resource with parameters of type ResultsSummaryManager Constructor Description QueueResource(PlanRestService planRestService, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, BuildQueueManager buildQueueManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, PlanExecutionManager planExecutionManager, ResultsSummaryManager resultsSummaryManager)
-
Uses of ResultsSummaryManager in com.atlassian.bamboo.plugins.rest.service
Constructors in com.atlassian.bamboo.plugins.rest.service with parameters of type ResultsSummaryManager Constructor Description PlanRestServiceImpl(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)
-
Uses of ResultsSummaryManager in com.atlassian.bamboo.plugins.stash
Constructors in com.atlassian.bamboo.plugins.stash with parameters of type ResultsSummaryManager Constructor Description BitbucketServerBuildStatusUpdater(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
Constructors in com.atlassian.bamboo.plugins.testutils.builds with parameters of type ResultsSummaryManager Constructor Description PlansGroupExecutionManager(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
Constructors in com.atlassian.bamboo.plugins.testutils.deployments with parameters of type ResultsSummaryManager Constructor Description DeploymentsTestServiceImpl(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
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.plan with parameters of type ResultsSummaryManager Constructor Description ResultResource(CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, BuildResultWarningSummaryManager warningSummaryManager)
-
Uses of ResultsSummaryManager in com.atlassian.bamboo.plugins.testutils.rest.resource.repository
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.repository with parameters of type ResultsSummaryManager Constructor Description RepositoryResource(BambooUserManager bambooUserManager, RepositoryTestService repositoryTestService, RepositoryDefinitionManager repositoryDefinitionManager, VcsPullRequestService pullRequestService, VcsRepositoryManager vcsRepositoryManager, PlanManager planManager, ResultsSummaryManager resultsSummaryManager, BuildResultWarningSummaryManager buildResultWarningSummaryManager, BranchDetectionService branchDetectionService, BambooSpecsManager bambooSpecsManager, ProjectManager projectManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager)
-
Uses of ResultsSummaryManager in com.atlassian.bamboo.plugins.web.conditions
Methods in com.atlassian.bamboo.plugins.web.conditions with parameters of type ResultsSummaryManager Modifier and Type Method Description static 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
Fields in com.atlassian.bamboo.reports.charts declared as ResultsSummaryManager Modifier and Type Field Description protected ResultsSummaryManager
BambooReportLineChart. resultsSummaryManager
Methods in com.atlassian.bamboo.reports.charts that return ResultsSummaryManager Modifier and Type Method Description ResultsSummaryManager
BambooReportLineChart. getResultsSummaryManager()
Methods in com.atlassian.bamboo.reports.charts with parameters of type ResultsSummaryManager Modifier and Type Method Description void
BambooReportLineChart. setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
-
Uses of ResultsSummaryManager in com.atlassian.bamboo.resultsummary
Subinterfaces of ResultsSummaryManager in com.atlassian.bamboo.resultsummary Modifier and Type Interface Description interface
BuildResultsSummaryManager
Deprecated.since 2.7 use ResultsSummaryManager insteadClasses in com.atlassian.bamboo.resultsummary that implement ResultsSummaryManager Modifier and Type Class Description class
BuildResultsSummaryManagerImpl
-
Uses of ResultsSummaryManager in com.atlassian.bamboo.resultsummary.tests
Constructors in com.atlassian.bamboo.resultsummary.tests with parameters of type ResultsSummaryManager Constructor Description TestCaseSummaryImpl(@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
Constructors in com.atlassian.bamboo.resultsummary.variables with parameters of type ResultsSummaryManager Constructor Description ResultsSummaryVariableAccessorImpl(ResultsSummaryManager resultsSummaryManager, VariableContextBaselineDao variableContextBaselineDao, CachedPlanManager cachedPlanManager, VariableDefinitionManager variableDefinitionManager)
-
Uses of ResultsSummaryManager in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type ResultsSummaryManager Modifier and Type Field Description static Supplier<ResultsSummaryManager>
ComponentAccessor. RESULTS_SUMMARY_MANAGER
Deprecated. -
Uses of ResultsSummaryManager in com.atlassian.bamboo.testutils.resultsummary
Methods in com.atlassian.bamboo.testutils.resultsummary with parameters of type ResultsSummaryManager Modifier and Type Method Description static <T extends ResultsSummary>
TResultsSummaryTestHelper. mockResultsSummary(@NotNull ResultsSummaryManager mockResultsSummaryManager, @NotNull PlanResultKey planResultKey, Class<T> summaryClass)
-
Uses of ResultsSummaryManager in com.atlassian.bamboo.trigger.dependency
Constructors in com.atlassian.bamboo.trigger.dependency with parameters of type ResultsSummaryManager Constructor Description AfterSuccessfulStageTriggeringAction(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
Constructors in com.atlassian.bamboo.v2.build.agent with parameters of type ResultsSummaryManager Constructor Description LocalBuildResultProcessor(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
Constructors in com.atlassian.bamboo.v2.trigger with parameters of type ResultsSummaryManager Constructor Description ContinuedBuildDetectionAction(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
Constructors in com.atlassian.bamboo.variable.upgrade with parameters of type ResultsSummaryManager Constructor Description VariableContextUpgradeScheduler(org.quartz.Scheduler quartzScheduler, ResultsSummaryManager resultsSummaryManager)
-
Uses of ResultsSummaryManager in com.atlassian.bamboo.webwork
Methods in com.atlassian.bamboo.webwork with parameters of type ResultsSummaryManager Modifier and Type Method Description void
StarterAction. setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
-
Uses of ResultsSummaryManager in com.atlassian.bamboo.ww2.actions
Fields in com.atlassian.bamboo.ww2.actions declared as ResultsSummaryManager Modifier and Type Field Description protected ResultsSummaryManager
PlanActionSupport. resultsSummaryManager
Methods in com.atlassian.bamboo.ww2.actions that return ResultsSummaryManager Modifier and Type Method Description protected ResultsSummaryManager
PlanActionSupport. getResultsSummaryManager()
Methods in com.atlassian.bamboo.ww2.actions with parameters of type ResultsSummaryManager Modifier and Type Method Description void
PlanActionSupport. setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
-
Uses of ResultsSummaryManager in com.atlassian.bamboo.ww2.actions.build
Methods in com.atlassian.bamboo.ww2.actions.build with parameters of type ResultsSummaryManager Modifier and Type Method Description void
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
Methods in com.atlassian.bamboo.ww2.actions.rss with parameters of type ResultsSummaryManager Modifier and Type Method Description void
AllBuildsRssFeedAction. setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
-
Uses of ResultsSummaryManager in com.atlassian.bamboo.ww2.interceptors
Methods in com.atlassian.bamboo.ww2.interceptors with parameters of type ResultsSummaryManager Modifier and Type Method Description void
BuildResultsSummaryAwareInteceptor. setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
void
ChainAwareInterceptor. setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
void
NavigationAwareInterceptor. setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
void
ResultsSummaryAwareInteceptor. setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
-
Uses of ResultsSummaryManager in com.atlassian.bamboo.xmpp.commands
Methods in com.atlassian.bamboo.xmpp.commands with parameters of type ResultsSummaryManager Modifier and Type Method Description void
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
Constructors in it.com.atlassian.bamboo.deployments.versions.service with parameters of type ResultsSummaryManager Constructor Description DeploymentVersionDeletionServiceWiredTest(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
Constructors in it.com.atlassian.bamboo.job with parameters of type ResultsSummaryManager Constructor Description JobDeletionTest(PlanConfigImportService planConfigImportService, DeletionService deletionService, ResultsSummaryManager resultsSummaryManager, StorageLocationService storageLocationService, CachedPlanManager cachedPlanManager, PlanExecutionManager planExecutionManager, BambooUserManager bambooUserManager, ArtifactDefinitionManager artifactDefinitionManager, ArtifactLinkManager artifactLinkManager, PlanManager planManager, ImpersonationService impersonationService)
-