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

Packages that use ErrorAccessor
com.atlassian.bamboo.build   
com.atlassian.bamboo.deployments.execution.actions   
com.atlassian.bamboo.logger   
com.atlassian.bamboo.ww2.actions   
 

Uses of ErrorAccessor in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build that return ErrorAccessor
 ErrorAccessor ChainResultsAction.getErrorAccessor()
           
 

Methods in com.atlassian.bamboo.build with parameters of type ErrorAccessor
 void ChainResultsAction.setDecoratingAggregatedChainErrorAccessor(ErrorAccessor errorAccessor)
          Property injection with autowiring via property name
 

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

Methods in com.atlassian.bamboo.deployments.execution.actions with parameters of type ErrorAccessor
 void ViewDeploymentResult.setDecoratingErrorAccessor(ErrorAccessor errorAccessor)
          Property injection with bean detection via property name
 

Uses of ErrorAccessor in com.atlassian.bamboo.logger
 

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

Classes in com.atlassian.bamboo.logger that implement ErrorAccessor
 class AggregatedChainErrorAccessor
          Aggregates the error accessing for the Chain and its Jobs
 class DecoratingErrorAccessorImpl
           
 class DefaultErrorHandler
          This class keeps track of Bamboo build errors so they can get reported to the user.
 

Methods in com.atlassian.bamboo.logger with parameters of type ErrorAccessor
 void SystemErrorList.setErrorAccessor(ErrorAccessor errorAccessor)
           
 

Constructors in com.atlassian.bamboo.logger with parameters of type ErrorAccessor
AggregatedChainErrorAccessor(CachedPlanManager cachedPlanManager, ErrorAccessor errorAccessor, ResultsSummaryManager resultsSummaryManager)
           
DecoratingErrorAccessorImpl(DecoratedErrorDetailsFactory decoratedErrorDetailsFactory, ErrorAccessor errorAccessor)
           
 

Uses of ErrorAccessor in com.atlassian.bamboo.ww2.actions
 

Methods in com.atlassian.bamboo.ww2.actions that return ErrorAccessor
 ErrorAccessor PlanActionSupport.getErrorAccessor()
          Returns decoratingErrorAccessor bean
 ErrorAccessor ChainActionSupport.getErrorAccessor()
          Uses the AggregatedChainErrorAccessor to provide errors for all Jobs of a Chain
 



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