Package | Description |
---|---|
com.atlassian.bamboo.build | |
com.atlassian.bamboo.deployments.execution.actions | |
com.atlassian.bamboo.logger | |
com.atlassian.bamboo.ww2.actions |
Modifier and Type | Method and Description |
---|---|
ErrorAccessor |
ChainResultsAction.getErrorAccessor() |
Modifier and Type | Method and Description |
---|---|
void |
ChainResultsAction.setDecoratingAggregatedChainErrorAccessor(ErrorAccessor errorAccessor)
Property injection with autowiring via property name
|
Modifier and Type | Method and Description |
---|---|
void |
ViewDeploymentResult.setDecoratingErrorAccessor(ErrorAccessor errorAccessor)
Property injection with bean detection via property name
|
Modifier and Type | Interface and Description |
---|---|
interface |
ErrorHandler
Describes an abstraction for dealing with errors that occur while building builds.
|
Modifier and Type | Class and Description |
---|---|
class |
AggregatedChainErrorAccessor
|
class |
DecoratingErrorAccessorImpl |
class |
DefaultErrorHandler
This class keeps track of Bamboo build errors so they can get reported to the user.
|
Constructor and Description |
---|
AggregatedChainErrorAccessor(CachedPlanManager cachedPlanManager,
ErrorAccessor errorAccessor,
ResultsSummaryManager resultsSummaryManager) |
DecoratingErrorAccessorImpl(DecoratedErrorDetailsFactory decoratedErrorDetailsFactory,
ErrorAccessor errorAccessor) |
Modifier and Type | Method and Description |
---|---|
ErrorAccessor |
PlanActionSupport.getErrorAccessor()
Returns decoratingErrorAccessor bean
|
ErrorAccessor |
ChainActionSupport.getErrorAccessor()
|
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.