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

Packages that use ErrorUpdateHandler
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.monitoring   
com.atlassian.bamboo.build.pipeline.tasks   
com.atlassian.bamboo.builder   
com.atlassian.bamboo.buildqueue.manager   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.logger   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.task   
com.atlassian.bamboo.v2.build.agent   
com.atlassian.bamboo.v2.build.agent.remote   
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
 

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

Constructors in com.atlassian.bamboo.build with parameters of type ErrorUpdateHandler
BuildDetectionActionFactoryImpl(BuildNumberGeneratorService buildNumberGenerator, ChangeDetectionManager changeDetectionManager, TriggerReasonManager triggerReasonManager, ErrorUpdateHandler errorUpdateHandler, BuildLoggerManager buildLoggerManager, VariableDefinitionManager variableDefinitionManager)
           
 

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.builder
 

Fields in com.atlassian.bamboo.builder declared as ErrorUpdateHandler
protected  ErrorUpdateHandler AbstractBuilder.errorUpdateHandler
          Deprecated.  
 

Methods in com.atlassian.bamboo.builder with parameters of type ErrorUpdateHandler
 void AbstractBuilder.setErrorUpdateHandler(ErrorUpdateHandler errorUpdateHandler)
          Deprecated.  
 

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

Methods in com.atlassian.bamboo.buildqueue.manager with parameters of type ErrorUpdateHandler
 void LocalAgentManagerImpl.setErrorUpdateHander(ErrorUpdateHandler errorUpdateHandler)
           
 

Uses of ErrorUpdateHandler in com.atlassian.bamboo.chains
 

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.EventManager eventManager, com.atlassian.bamboo.chains.ChainPluginSupport chainPluginSupport, ErrorUpdateHandler errorUpdateHandler, AuthorCreatorService authorCreatorService)
           
ChainResultManagerImpl(BuildResultsSummaryManager buildResultsSummaryManager, LimitedConcurrencyCaller limitedConcurrencyCaller, ErrorUpdateHandler errorUpdateHandler, com.opensymphony.xwork.TextProvider textProvider, PlanManager planManager)
           
 

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, ErrorUpdateHandler errorUpdateHandler, BuildLoggerManager buildLoggerManager, BuildExecutionManager buildExecutionManager, BuildDefinitionManager buildDefinitionManager, TestsManager testsManager)
           
 

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)
           
 

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

Constructors in com.atlassian.bamboo.v2.build.agent with parameters of type ErrorUpdateHandler
BuildAgentControllerImpl(BuildResultProcessor buildResultProcessor, AgentQueueAccessor agentQueueAccessor, CapabilitySetManager capabilitySetManager, BuildExecutionUpdateManager buildExecutionUpdateManager, ErrorUpdateHandler errorUpdateHandler, CapabilityContext capabilityContext, AgentContext agentContext, CustomVariableContext customVariableContext)
           
 

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.queue
 

Constructors in com.atlassian.bamboo.v2.build.queue with parameters of type ErrorUpdateHandler
BuildQueueManagerImpl(com.atlassian.event.EventManager eventManager, BuildExecutionManager buildExecutionManager, PlanManager planManager, org.springframework.jms.core.JmsTemplate jmsTemplate, com.atlassian.plugin.PluginAccessor pluginAccessor, ErrorUpdateHandler errorUpdateHandler, BootstrapManager bootstrapManager, BuildResultsSummaryManager buildResultsSummaryManager, PlanExecutableAgentsHelper planExecutableAgentsHelper)
           
 

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, PlanManager planManager, ChangeDetectionManager changeDetectionManager, PlanExecutionManager planExecutionManager, TriggerReasonManager triggerReasonManager, ErrorUpdateHandler errorUpdateHandler, BuildNumberGeneratorService buildNumberGenerator)
           
 

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(Plan plan, Plan parentPlan, BuildContext completedBuildContext, ErrorUpdateHandler errorUpdateHandler, TriggerReasonManager triggerReasonManager, ChangeDetectionManager changeDetectionManager, BuildNumberGeneratorService buildNumberGeneratorService, BuildLoggerManager buildLoggerManager)
           
ChildDependencyBuildDetectionAction(Plan plan, Plan child, BuildNumberGeneratorService buildNumberGenerator, TriggerReasonManager triggerReasonManager, BuildChanges buildChanges, ErrorUpdateHandler errorUpdateHandler)
           
DependentBuildDetectionAction(Plan plan, Plan parentPlan, BuildContext completedBuildContext, ErrorUpdateHandler errorUpdateHandler, TriggerReasonManager triggerReasonManager, ChangeDetectionManager changeDetectionManager, BuildNumberGeneratorService buildNumberGeneratorService, BuildLoggerManager buildLoggerManager)
           
ManualBuildDetectionAction(Plan plan, com.atlassian.user.User user, java.util.Map<java.lang.String,java.lang.String> params, java.util.Map<java.lang.String,java.lang.String> variables, BuildNumberGeneratorService buildNumberGenerator, ChangeDetectionManager changeDetectionManager, TriggerReasonManager triggerReasonManager, 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 © 2011 Atlassian. All Rights Reserved.