Uses of Interface
com.atlassian.bamboo.logger.ErrorUpdateHandler
-
-
Uses of ErrorUpdateHandler in com.atlassian.bamboo.build
Constructors in com.atlassian.bamboo.build with parameters of type ErrorUpdateHandler 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)
-
Uses of ErrorUpdateHandler in com.atlassian.bamboo.build.artifact
Methods in com.atlassian.bamboo.build.artifact with parameters of type ErrorUpdateHandler Modifier and Type Method Description void
BuildArtifactPostProcessor. setErrorUpdateHandler(ErrorUpdateHandler errorUpdateHandler)
-
Uses of ErrorUpdateHandler in com.atlassian.bamboo.build.expiry
Constructors in com.atlassian.bamboo.build.expiry with parameters of type ErrorUpdateHandler Constructor Description BuildExpiryBeanImpl(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 ErrorUpdateHandler Modifier and Type Method Description void
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 ErrorUpdateHandler Modifier and Type Method Description void
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 ErrorUpdateHandler Constructor Description AgentManagerImpl(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 ErrorUpdateHandler Modifier and Type Method Description static 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 ErrorUpdateHandler 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)
-
Uses of ErrorUpdateHandler in com.atlassian.bamboo.clover.builder.coverage
Constructors in com.atlassian.bamboo.clover.builder.coverage with parameters of type ErrorUpdateHandler Constructor Description CloverXmlFileValidator(@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 ErrorUpdateHandler Modifier and Type Method Description void
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 ErrorUpdateHandler Constructor Description DeploymentPluginSupport(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.logger Modifier and Type Interface Description interface
ErrorHandler
Describes an abstraction for dealing with errors that occur while building builds.Classes in com.atlassian.bamboo.logger that implement ErrorUpdateHandler Modifier and Type Class Description class
AbstractErrorUpdateHandler
class
DefaultErrorHandler
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 ErrorUpdateHandler Modifier and Type Method Description void
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 ErrorUpdateHandler 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 ErrorUpdateHandler in com.atlassian.bamboo.plan
Constructors in com.atlassian.bamboo.plan with parameters of type ErrorUpdateHandler 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 ErrorUpdateHandler in com.atlassian.bamboo.plan.branch
Methods in com.atlassian.bamboo.plan.branch with parameters of type ErrorUpdateHandler Modifier and Type Method Description void
BranchExpiryJob. setErrorUpdateHandler(ErrorUpdateHandler errorUpdateHandler)
-
Uses of ErrorUpdateHandler in com.atlassian.bamboo.task
Constructors in com.atlassian.bamboo.task with parameters of type ErrorUpdateHandler Constructor Description TaskExecutorImpl(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 ErrorUpdateHandler Constructor Description BuildAgentControllerImpl(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)
-
Uses of ErrorUpdateHandler in com.atlassian.bamboo.v2.build.agent.remote
Classes in com.atlassian.bamboo.v2.build.agent.remote that implement ErrorUpdateHandler Modifier and Type Class Description class
RemoteErrorUpdateHandler
-
Uses of ErrorUpdateHandler in com.atlassian.bamboo.v2.build.events
Constructors in com.atlassian.bamboo.v2.build.events with parameters of type ErrorUpdateHandler Constructor Description BuildCompletedEventListener(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 ErrorUpdateHandler Constructor Description BuildQueueManagerImpl(@NotNull AgentManager agentManager, @NotNull com.atlassian.event.api.EventPublisher eventPublisher, @NotNull BuildExecutionManager buildExecutionManager, @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 LocalResultProcessor resultProcessor, @NotNull EphemeralAgentsLaunchRequestRegistry ephemeralAgentsLaunchRequestRegistry)
-
Uses of ErrorUpdateHandler in com.atlassian.bamboo.v2.build.trigger
Constructors in com.atlassian.bamboo.v2.build.trigger with parameters of type ErrorUpdateHandler Constructor Description DefaultDependencyBlockingManager(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 ErrorUpdateHandler Modifier and Type Field Description protected ErrorUpdateHandler
AbstractDependentDetectionAction. errorUpdateHandler
Constructors in com.atlassian.bamboo.v2.trigger with parameters of type ErrorUpdateHandler Constructor Description AbstractDependentDetectionAction(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)
-