Uses of Interface
com.atlassian.bamboo.logger.ErrorUpdateHandler
Packages that use ErrorUpdateHandler
Package
Description
-
Uses of ErrorUpdateHandler in com.atlassian.bamboo.build
Constructors in com.atlassian.bamboo.build with parameters of type ErrorUpdateHandlerModifierConstructorDescriptionBuildDetectionActionFactoryImpl
(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) -
Uses of ErrorUpdateHandler in com.atlassian.bamboo.build.artifact
Methods in com.atlassian.bamboo.build.artifact with parameters of type ErrorUpdateHandlerModifier and TypeMethodDescriptionvoid
BuildArtifactPostProcessor.setErrorUpdateHandler
(ErrorUpdateHandler errorUpdateHandler) -
Uses of ErrorUpdateHandler in com.atlassian.bamboo.build.expiry
Constructors in com.atlassian.bamboo.build.expiry with parameters of type ErrorUpdateHandlerModifierConstructorDescriptionBuildExpiryBeanImpl
(ResultsSummaryManager resultsSummaryManager, PlanManager planManager, AdministrationConfigurationAccessor administrationConfigurationAccessor, RepositoryDefinitionManager repositoryDefinitionManager, ErrorUpdateHandler errorUpdateHandler, com.atlassian.bandana.BandanaManager bandanaManager, TransactionAndHibernateTemplate template) -
Uses of ErrorUpdateHandler in com.atlassian.bamboo.build.monitoring
Methods in com.atlassian.bamboo.build.monitoring with parameters of type ErrorUpdateHandlerModifier and TypeMethodDescriptionvoid
BuildStopDelayedJob.setErrorUpdateHandler
(ErrorUpdateHandler errorUpdateHandler) void
DeploymentStopDelayedJob.setErrorUpdateHandler
(ErrorUpdateHandler errorUpdateHandler) -
Uses of ErrorUpdateHandler in com.atlassian.bamboo.build.pipeline.tasks
Methods in com.atlassian.bamboo.build.pipeline.tasks with parameters of type ErrorUpdateHandlerModifier and TypeMethodDescriptionvoid
ExecuteBuildTask.setErrorUpdateHandler
(ErrorUpdateHandler errorUpdateHandler) void
PrepareBuildTask.setErrorUpdateHandler
(ErrorUpdateHandler errorUpdateHandler) -
Uses of ErrorUpdateHandler in com.atlassian.bamboo.buildqueue.manager
Constructors in com.atlassian.bamboo.buildqueue.manager with parameters of type ErrorUpdateHandlerModifierConstructorDescriptionAgentManagerImpl
(AgentDao agentDao, CapabilitySetManager capabilitySetManager, CapabilityManager capabilityManager, com.atlassian.event.api.EventPublisher eventPublisher, BambooLicenseManager bambooLicenseManager, ElasticInstanceManager elasticInstanceManager, ErrorUpdateHandler errorUpdateHandler, BuildLoggerManager buildLoggerManager, FeatureManager featureManager, DeploymentsInProgressService deploymentsInProgressService, ElasticTunnelDefinitionDao elasticTunnelDefinitionDao, EphemeralAgentsService ephemeralAgentsService, EphemeralAgentExecutionService ephemeralAgentExecutionService, EphemeralAgentManagementLogger ephemeralAgentManagementLogger) -
Uses of ErrorUpdateHandler in com.atlassian.bamboo.chains
Methods in com.atlassian.bamboo.chains with parameters of type ErrorUpdateHandlerModifier and TypeMethodDescriptionstatic void
ChainPluginSupportHelper.prepareRuntimeTaskData
(CommonContext commonContext, TaskManager taskManager, ErrorUpdateHandler errorUpdateHandler) static void
ChainPluginSupportHelper.processRuntimeTaskData
(CommonContext commonContext, TaskManager taskManager, ErrorUpdateHandler errorUpdateHandler) Constructors in com.atlassian.bamboo.chains with parameters of type ErrorUpdateHandlerModifierConstructorDescriptionChainExecutionManagerImpl
(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) -
Uses of ErrorUpdateHandler in com.atlassian.bamboo.clover.builder.coverage
Constructors in com.atlassian.bamboo.clover.builder.coverage with parameters of type ErrorUpdateHandlerModifierConstructorDescriptionCloverXmlFileValidator
(@NotNull ErrorUpdateHandler errorUpdateHandler, @NotNull BuildLoggerManager buildLoggerManager) -
Uses of ErrorUpdateHandler in com.atlassian.bamboo.deployments.execution.actions
Methods in com.atlassian.bamboo.deployments.execution.actions with parameters of type ErrorUpdateHandlerModifier and TypeMethodDescriptionvoid
StopDeployment.setErrorUpdateHandler
(ErrorUpdateHandler errorUpdateHandler) -
Uses of ErrorUpdateHandler in com.atlassian.bamboo.deployments.execution.service
Constructors in com.atlassian.bamboo.deployments.execution.service with parameters of type ErrorUpdateHandlerModifierConstructorDescriptionDeploymentPluginSupport
(CustomVariableContextRunner customVariableContextRunner, com.atlassian.plugin.PluginAccessor pluginAccessor, TaskManager taskManager, ErrorUpdateHandler errorUpdateHandler) -
Uses of ErrorUpdateHandler in com.atlassian.bamboo.logger
Subinterfaces of ErrorUpdateHandler in com.atlassian.bamboo.loggerModifier and TypeInterfaceDescriptioninterface
Describes an abstraction for dealing with errors that occur while building builds.Classes in com.atlassian.bamboo.logger that implement ErrorUpdateHandlerModifier and TypeClassDescriptionclass
class
This class keeps track of Bamboo build errors so they can get reported to the user. -
Uses of ErrorUpdateHandler in com.atlassian.bamboo.notification
Methods in com.atlassian.bamboo.notification with parameters of type ErrorUpdateHandlerModifier and TypeMethodDescriptionvoid
NotificationFactoryImpl.setErrorUpdateHandler
(ErrorUpdateHandler errorUpdateHandler) -
Uses of ErrorUpdateHandler in com.atlassian.bamboo.notification.transports.webhook
Constructors in com.atlassian.bamboo.notification.transports.webhook with parameters of type ErrorUpdateHandlerModifierConstructorDescriptionWebhookTransport
(WebhookTemplate webhookTemplate, CustomVariableContext customVariableContext, ErrorUpdateHandler errorUpdateHandler, ResultsSummaryManager resultsSummaryManager, CachedDeploymentProjectService cacheDeploymentProjectService, WebhookSenderService webhookSenderService, String url, WebhookResponseService webhookResponseService, DeploymentResultService deploymentResultService, BambooUrl bambooUrl, TemplateRenderer templateRenderer) -
Uses of ErrorUpdateHandler in com.atlassian.bamboo.plan
Constructors in com.atlassian.bamboo.plan with parameters of type ErrorUpdateHandlerModifierConstructorDescriptionPlanStatePersisterImpl
(BuildResultsSummaryManager buildResultsSummaryManager, CurrentlyBuildingContainer currentlyBuildingContainer, ResultsSummaryManager resultsSummaryManager, ErrorUpdateHandler errorUpdateHandler, BuildLoggerManager buildLoggerManager, TestsManager testsManager, com.atlassian.event.api.EventPublisher eventPublisher, BuildResultWarningSummaryDao buildResultWarningSummaryDao, PlanVcsRevisionHistoryService planVcsRevisionHistoryService) -
Uses of ErrorUpdateHandler in com.atlassian.bamboo.plan.branch
Methods in com.atlassian.bamboo.plan.branch with parameters of type ErrorUpdateHandlerModifier and TypeMethodDescriptionvoid
BranchExpiryJob.setErrorUpdateHandler
(ErrorUpdateHandler errorUpdateHandler) -
Uses of ErrorUpdateHandler in com.atlassian.bamboo.task
Constructors in com.atlassian.bamboo.task with parameters of type ErrorUpdateHandlerModifierConstructorDescriptionTaskExecutorImpl
(ErrorUpdateHandler errorUpdateHandler, BuildLoggerManager buildLoggerManager, com.atlassian.plugin.PluginAccessor pluginAccessor, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, TaskActionExecutor taskActionExecutor, TaskResultProcessor quarantineTaskResultProcessor) -
Uses of ErrorUpdateHandler in com.atlassian.bamboo.v2.build.agent
Constructors in com.atlassian.bamboo.v2.build.agent with parameters of type ErrorUpdateHandlerModifierConstructorDescriptionBuildAgentControllerImpl
(AgentContext agentContext, AgentQueueAccessor agentQueueAccessor, BuildLoggerManager buildLoggerManager, ResultProcessor resultProcessor, CapabilityContext capabilityContext, RemotedCapabilitySetManager capabilitySetManager, CustomVariableContext customVariableContext, ErrorUpdateHandler errorUpdateHandler, ExecutionPhaseService executionPhaseService, com.atlassian.event.api.EventPublisher eventPublisher, DockerContainerControllerFactory dockerContainerControllerFactory, BuildWarningSummaryCollationService buildWarningSummaryCollationService, BuildLoggingContext buildLoggingContext, SecureXStreamFactory secureXStreamFactory, BuildDirectoryManager buildDirectoryManager, ArtifactManager artifactManager, SecretEncryptionService secretEncryptionService, AgentCipherProviderService agentCipherProviderService, AdministrationConfigurationAccessor administrationConfigurationAccessor) -
Uses of ErrorUpdateHandler in com.atlassian.bamboo.v2.build.agent.remote
Classes in com.atlassian.bamboo.v2.build.agent.remote that implement ErrorUpdateHandler -
Uses of ErrorUpdateHandler in com.atlassian.bamboo.v2.build.events
Constructors in com.atlassian.bamboo.v2.build.events with parameters of type ErrorUpdateHandlerModifierConstructorDescriptionBuildCompletedEventListener
(CustomVariableContextRunner customVariableContextRunner, ErrorUpdateHandler errorUpdateHandler, CachedPlanManager cachedPlanManager, PlanManager planManager, com.atlassian.plugin.PluginAccessor pluginAccessor) PostBuildCompletedEventListener
(CachedPlanManager cachedPlanManager, CustomVariableContextRunner customVariableContextRunner, ErrorUpdateHandler errorUpdateHandler, com.atlassian.plugin.PluginAccessor pluginAccessor) -
Uses of ErrorUpdateHandler in com.atlassian.bamboo.v2.build.queue
Constructors in com.atlassian.bamboo.v2.build.queue with parameters of type ErrorUpdateHandlerModifierConstructorDescriptionBuildQueueManagerImpl
(@NotNull AgentManager agentManager, @NotNull com.atlassian.event.api.EventPublisher eventPublisher, @NotNull com.atlassian.plugin.PluginAccessor pluginAccessor, @NotNull ErrorUpdateHandler errorUpdateHandler, @NotNull ExecutableAgentsHelper executableAgentsHelper, @NotNull CustomVariableContextRunner customVariableContextRunner, @NotNull ExecutionPhaseService executionPhaseService, @NotNull XStreamFactory xStreamFactory, @NotNull org.springframework.transaction.support.TransactionTemplate transactionTemplate, @NotNull EphemeralAgentsLaunchRequestRegistry ephemeralAgentsLaunchRequestRegistry, @NotNull EphemeralAgentsService ephemeralAgentsService) -
Uses of ErrorUpdateHandler in com.atlassian.bamboo.v2.build.trigger
Constructors in com.atlassian.bamboo.v2.build.trigger with parameters of type ErrorUpdateHandlerModifierConstructorDescriptionDefaultDependencyBlockingManager
(DependencyTreeBuilder dependencyTreeBuilder, ImmutablePlanCacheService immutablePlanCacheService, ChangeDetectionManager changeDetectionManager, PlanExecutionManager planExecutionManager, TriggerManager triggerManager, ErrorUpdateHandler errorUpdateHandler, BuildNumberGeneratorService buildNumberGenerator, ChainExecutionManager chainExecutionManager, BuildContextBuilderFactory buildContextBuilderFactory) -
Uses of ErrorUpdateHandler in com.atlassian.bamboo.v2.trigger
Fields in com.atlassian.bamboo.v2.trigger declared as ErrorUpdateHandlerModifier and TypeFieldDescriptionprotected final ErrorUpdateHandler
AbstractDependentDetectionAction.errorUpdateHandler
Constructors in com.atlassian.bamboo.v2.trigger with parameters of type ErrorUpdateHandlerModifierConstructorDescriptionAbstractDependentDetectionAction
(ImmutableChain chain, ImmutableChain parentChain, BuildContext completedBuildContext, ErrorUpdateHandler errorUpdateHandler, TriggerManager triggerManager, ChangeDetectionManager changeDetectionManager, BuildNumberGeneratorService buildNumberGeneratorService, BuildLoggerManager buildLoggerManager, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, BuildContextBuilderFactory buildContextBuilderFactory, CustomVariableContext customVariableContext, VcsRepositoryManager vcsRepositoryManager) ChildDependencyBuildDetectionAction
(ImmutablePlan plan, PlanIdentifier child, BuildNumberGeneratorService buildNumberGenerator, TriggerManager triggerManager, BuildChanges buildChanges, ErrorUpdateHandler errorUpdateHandler, ImmutablePlanCacheService immutablePlanCacheService, BuildContextBuilderFactory buildContextBuilderFactory) 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) DependentBuildDetectionAction
(ImmutableChain chain, ImmutableChain parentChain, BuildContext completedBuildContext, ErrorUpdateHandler errorUpdateHandler, TriggerManager triggerManager, ChangeDetectionManager changeDetectionManager, BuildNumberGeneratorService buildNumberGeneratorService, BuildLoggerManager buildLoggerManager, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, BuildContextBuilderFactory buildContextBuilderFactory, CustomVariableContext customVariableContext, VcsRepositoryManager vcsRepositoryManager) InitialBuildDetectionAction
(@NotNull ImmutableChain chain, @NotNull TriggerManager triggerManager, @NotNull BuildContextBuilderFactory buildContextBuilderFactory, @NotNull BuildNumberGeneratorService buildNumberGenerator, @NotNull ErrorUpdateHandler errorUpdateHandler, @NotNull ChangeDetectionManager changeDetectionManager) ManualBuildDetectionAction
(ImmutableChain chain, com.atlassian.user.User user, @Nullable PlanExecutionConfig planExecutionConfig, Map<String, String> params, Map<String, String> variables, BuildNumberGeneratorService buildNumberGenerator, ChangeDetectionManager changeDetectionManager, TriggerManager triggerManager, ErrorUpdateHandler errorUpdateHandler, VariableDefinitionManager variableDefinitionManager, BuildContextBuilderFactory buildContextBuilderFactory)