Uses of Interface
com.atlassian.bamboo.logger.ErrorAccessor
-
Packages that use ErrorAccessor Package Description 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 Modifier and Type Method Description ErrorAccessor
ChainResultsAction. getErrorAccessor()
Methods in com.atlassian.bamboo.build with parameters of type ErrorAccessor Modifier and Type Method Description 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 Modifier and Type Method Description 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 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 ErrorAccessor Modifier and Type Class Description class
AggregatedChainErrorAccessor
class
DecoratingErrorAccessorImpl
class
DefaultErrorHandler
This class keeps track of Bamboo build errors so they can get reported to the user.Constructors in com.atlassian.bamboo.logger with parameters of type ErrorAccessor Constructor Description 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 Modifier and Type Method Description ErrorAccessor
ChainActionSupport. getErrorAccessor()
ErrorAccessor
PlanActionSupport. getErrorAccessor()
Returns decoratingErrorAccessor bean
-