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

Packages that use ErrorAccessor
com.atlassian.bamboo.build   
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()
           
 

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 occure 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 DefaultErrorHandler
          This class keeps track of Bamboo build errors so they can get reported to the user.
 

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

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

Methods in com.atlassian.bamboo.ww2.actions with parameters of type ErrorAccessor
 void PlanActionSupport.setErrorAccessor(ErrorAccessor errorAccessor)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.