Uses of Interface
com.atlassian.bamboo.logger.ErrorUpdateHandler

Packages that use ErrorUpdateHandler
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.artifact   
com.atlassian.bamboo.build.expiry   
com.atlassian.bamboo.build.monitoring   
com.atlassian.bamboo.build.pipeline.tasks   
com.atlassian.bamboo.buildqueue.manager   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.deployments.execution.actions   
com.atlassian.bamboo.deployments.execution.service   
com.atlassian.bamboo.logger   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plan.branch   
com.atlassian.bamboo.task   
com.atlassian.bamboo.v2.build.agent   
com.atlassian.bamboo.v2.build.agent.remote   
com.atlassian.bamboo.v2.build.events   
com.atlassian.bamboo.v2.build.queue   
com.atlassian.bamboo.v2.build.trigger   
com.atlassian.bamboo.v2.trigger   
com.atlassian.bamboo.v2.ww2.build   
 

Uses of ErrorUpdateHandler in com.atlassian.bamboo.build
 

Constructors in com.atlassian.bamboo.build with parameters of type ErrorUpdateHandler
BuildDetectionActionFactoryImpl(BuildNumberGeneratorService buildNumberGenerator, ChangeDetectionManager changeDetectionManager, TriggerManager triggerManager, ErrorUpdateHandler errorUpdateHandler, BuildLoggerManager buildLoggerManager, VariableDefinitionManager variableDefinitionManager, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, ResultsSummaryManager resultsSummaryManager, BranchIntegrationService branchIntegrationService)
           
 

Uses of ErrorUpdateHandler in com.atlassian.bamboo.build.artifact
 

Methods in com.atlassian.bamboo.build.artifact with parameters of type ErrorUpdateHandler
 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
BuildExpiryBean(ResultsSummaryManager resultsSummaryManager, PlanManager planManager, AdministrationConfigurationManager administrationConfigurationManager, LabelDao labelDao, RepositoryDefinitionManager repositoryDefinitionManager, ErrorUpdateHandler errorUpdateHandler)
           
 

Uses of ErrorUpdateHandler in com.atlassian.bamboo.build.monitoring
 

Methods in com.atlassian.bamboo.build.monitoring with parameters of type ErrorUpdateHandler
 void OrphanedBuildMonitorJob.setErrorUpdateHandler(ErrorUpdateHandler errorUpdateHandler)
           
 void BuildStopDelayedJob.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
 void PrepareBuildTask.setErrorUpdateHandler(ErrorUpdateHandler errorUpdateHandler)
           
 void ExecuteBuildTask.setErrorUpdateHandler(ErrorUpdateHandler errorUpdateHandler)
           
 

Uses of ErrorUpdateHandler in com.atlassian.bamboo.buildqueue.manager
 

Constructors in com.atlassian.bamboo.buildqueue.manager with parameters of type ErrorUpdateHandler
AgentManagerImpl(AgentDao agentDao, BuildAgentController buildAgentController, CapabilitySetManager capabilitySetManager, com.atlassian.event.api.EventPublisher eventPublisher, BambooLicenseManager bambooLicenseManager, ElasticImageConfigurationManager elasticImageConfigurationManager, ElasticInstanceManager elasticInstanceManager, BuildExecutionManager buildExecutionManager, ErrorUpdateHandler errorUpdateHandler, BuildLoggerManager buildLoggerManager, FeatureManager featureManager, AgentAssignmentService agentAssignmentService)
           
 

Uses of ErrorUpdateHandler in com.atlassian.bamboo.chains
 

Methods in com.atlassian.bamboo.chains with parameters of type ErrorUpdateHandler
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
ChainExecutionManagerImpl(PlanStatePersisterService planStatePersisterService, JobExecutionManager buildContextExecutor, ChainResultManager chainResultManager, ChainStateFactory chainStateFactory, BuildContextFactory buildContextFactory, com.atlassian.event.api.EventPublisher eventPublisher, ChainPluginSupport chainPluginSupport, ErrorUpdateHandler errorUpdateHandler, AuthorCreatorService authorCreatorService, ResultsSummaryManager resultsSummaryManager, BuildNumberGeneratorService buildNumberGeneratorService, BuildDirectoryManager buildDirectoryManager, BranchIntegrationHelper branchIntegrationHelper, CustomVariableContext customVariableContext, PlanExecutionLockService planExecutionLockService, PlanVcsRevisionHistoryService planVcsRevisionHistoryService)
           
ChainResultManagerImpl(BuildResultsSummaryManager buildResultsSummaryManager, ResultsSummaryManager resultsSummaryManager, LimitedConcurrencyCaller limitedConcurrencyCaller, ErrorUpdateHandler errorUpdateHandler, com.opensymphony.xwork.TextProvider textProvider, ArtifactLinkManager artifactLinkManager, Persister persister)
           
 

Uses of ErrorUpdateHandler in com.atlassian.bamboo.deployments.execution.actions
 

Methods in com.atlassian.bamboo.deployments.execution.actions with parameters of type ErrorUpdateHandler
 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
DeploymentExecutionServiceImpl(AdministrationConfigurationAccessor administrationConfigurationAccessor, BuildLoggerManager buildLoggerManager, DeploymentResultService deploymentResultService, EnvironmentService environmentService, ErrorUpdateHandler errorUpdateHandler, com.atlassian.event.api.EventPublisher eventPublisher, FeatureManager featureManager, PlanExecutionLockService planExecutionLockService, TaskManager taskManager, VariableDefinitionManager variableDefinitionManager, DeploymentVersionService deploymentVersionService, ExecutionPhaseService executionPhaseService, DeploymentProjectService deploymentProjectService)
           
 

Uses of ErrorUpdateHandler in com.atlassian.bamboo.logger
 

Subinterfaces of ErrorUpdateHandler in com.atlassian.bamboo.logger
 interface ErrorHandler
          Describes an abstraction for dealing with errors that occure while building builds.
 

Classes in com.atlassian.bamboo.logger that implement ErrorUpdateHandler
 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.plan
 

Constructors in com.atlassian.bamboo.plan with parameters of type ErrorUpdateHandler
PlanStatePersisterImpl(PlanManager planManager, BuildResultsIndexer buildResultsIndexer, BuildResultsSummaryManager buildResultsSummaryManager, ResultsSummaryManager resultsSummaryManager, ErrorUpdateHandler errorUpdateHandler, BuildLoggerManager buildLoggerManager, BuildExecutionManager buildExecutionManager, TestsManager testsManager)
           
 

Uses of ErrorUpdateHandler in com.atlassian.bamboo.plan.branch
 

Methods in com.atlassian.bamboo.plan.branch with parameters of type ErrorUpdateHandler
 void BranchExpiryJob.setErrorUpdateHandler(ErrorUpdateHandler errorUpdateHandler)
           
 

Uses of ErrorUpdateHandler in com.atlassian.bamboo.task
 

Constructors in com.atlassian.bamboo.task with parameters of type ErrorUpdateHandler
TaskExecutorImpl(ErrorUpdateHandler errorUpdateHandler, BuildLoggerManager buildLoggerManager, com.atlassian.plugin.PluginAccessor pluginAccessor, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, 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
BuildAgentControllerImpl(AgentContext agentContext, AgentQueueAccessor agentQueueAccessor, BuildLoggerManager buildLoggerManager, ResultProcessor resultProcessor, CapabilityContext capabilityContext, CapabilitySetManager capabilitySetManager, CustomVariableContext customVariableContext, ErrorUpdateHandler errorUpdateHandler, ExecutionPhaseService executionPhaseService)
           
 

Uses of ErrorUpdateHandler in com.atlassian.bamboo.v2.build.agent.remote
 

Classes in com.atlassian.bamboo.v2.build.agent.remote that implement ErrorUpdateHandler
 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
BuildCompletedEventListener(CustomVariableContextRunner customVariableContextRunner, ErrorUpdateHandler errorUpdateHandler, PlanManager planManager, 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
BuildQueueManagerImpl(com.atlassian.event.api.EventPublisher eventPublisher, BuildExecutionManager buildExecutionManager, PlanManager planManager, org.springframework.jms.core.JmsTemplate jmsTemplate, com.atlassian.plugin.PluginAccessor pluginAccessor, ErrorUpdateHandler errorUpdateHandler, BootstrapManager bootstrapManager, org.springframework.transaction.support.TransactionTemplate transactionTemplate, ExecutableAgentsHelper executableAgentsHelper, CustomVariableContextRunner customVariableContextRunner, EnvironmentService environmentService, ExecutionPhaseService executionPhaseService)
           
 

Uses of ErrorUpdateHandler in com.atlassian.bamboo.v2.build.trigger
 

Constructors in com.atlassian.bamboo.v2.build.trigger with parameters of type ErrorUpdateHandler
DefaultDependencyBlockingManager(DependencyTreeBuilder dependencyTreeBuilder, ImmutablePlanCacheService immutablePlanCacheService, ChangeDetectionManager changeDetectionManager, PlanExecutionManager planExecutionManager, TriggerManager triggerManager, ErrorUpdateHandler errorUpdateHandler, BuildNumberGeneratorService buildNumberGenerator, ChainExecutionManager chainExecutionManager)
           
 

Uses of ErrorUpdateHandler in com.atlassian.bamboo.v2.trigger
 

Fields in com.atlassian.bamboo.v2.trigger declared as ErrorUpdateHandler
protected  ErrorUpdateHandler AbstractDependentDetectionAction.errorUpdateHandler
           
 

Constructors in com.atlassian.bamboo.v2.trigger with parameters of type ErrorUpdateHandler
AbstractDependentDetectionAction(ImmutableChain chain, ImmutableChain parentChain, BuildContext completedBuildContext, ErrorUpdateHandler errorUpdateHandler, TriggerManager triggerManager, ChangeDetectionManager changeDetectionManager, BuildNumberGeneratorService buildNumberGeneratorService, BuildLoggerManager buildLoggerManager, PlanVcsRevisionHistoryService planVcsRevisionHistoryService)
           
ChildDependencyBuildDetectionAction(ImmutablePlan plan, PlanIdentifier child, BuildNumberGeneratorService buildNumberGenerator, TriggerManager triggerManager, BuildChanges buildChanges, ErrorUpdateHandler errorUpdateHandler, ImmutablePlanCacheService immutablePlanCacheService)
           
ContinuedBuildDetectionAction(ImmutableChain chain, PlanExecutionConfig planExecutionConfig, com.atlassian.user.User user, TriggerReason triggerReason, java.util.Map<java.lang.String,java.lang.String> params, java.util.Map<java.lang.String,java.lang.String> variables, ErrorUpdateHandler errorUpdateHandler, ResultsSummaryManager resultsSummaryManager, TriggerManager triggerManager, BranchIntegrationService branchIntegrationService)
           
DependentBuildDetectionAction(ImmutableChain chain, ImmutableChain parentChain, BuildContext completedBuildContext, ErrorUpdateHandler errorUpdateHandler, TriggerManager triggerManager, ChangeDetectionManager changeDetectionManager, BuildNumberGeneratorService buildNumberGeneratorService, BuildLoggerManager buildLoggerManager, PlanVcsRevisionHistoryService planVcsRevisionHistoryService)
           
ManualBuildDetectionAction(ImmutableChain chain, com.atlassian.user.User user, PlanExecutionConfig planExecutionConfig, java.util.Map<java.lang.String,java.lang.String> params, java.util.Map<java.lang.String,java.lang.String> variables, BuildNumberGeneratorService buildNumberGenerator, ChangeDetectionManager changeDetectionManager, TriggerManager triggerManager, ErrorUpdateHandler errorUpdateHandler, VariableDefinitionManager variableDefinitionManager)
           
 

Uses of ErrorUpdateHandler in com.atlassian.bamboo.v2.ww2.build
 

Methods in com.atlassian.bamboo.v2.ww2.build with parameters of type ErrorUpdateHandler
 void TriggerRemoteBuild.setErrorUpdateHandler(ErrorUpdateHandler errorUpdateHandler)
           
 



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.