public class AggregatedChainErrorAccessor extends Object implements ErrorAccessor
| Constructor and Description |
|---|
AggregatedChainErrorAccessor(CachedPlanManager cachedPlanManager,
ErrorAccessor errorAccessor,
ResultsSummaryManager resultsSummaryManager) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ErrorDetails> |
getAllErrors()
Get all the errors recorded against all builds
|
Collection<ErrorDetails> |
getElasticErrors()
Get all the errors recorded against elastic bamboo
|
Collection<ErrorDetails> |
getErrors(Key key)
Obtain all the errors recorded against a specific plan
|
Collection<ErrorDetails> |
getErrors(ResultKey resultKey)
Obtain all the errors recorded against a specific result
|
Collection<ErrorDetails> |
getErrorsByAgentId(Long agentId)
Obtain all the errors recorded filtered by Agent Id
|
public AggregatedChainErrorAccessor(CachedPlanManager cachedPlanManager, ErrorAccessor errorAccessor, ResultsSummaryManager resultsSummaryManager)
@NotNull public Collection<ErrorDetails> getAllErrors()
ErrorAccessorgetAllErrors in interface ErrorAccessorErrorDetails@NotNull public Collection<ErrorDetails> getElasticErrors()
ErrorAccessorgetElasticErrors in interface ErrorAccessorErrorDetails@NotNull public Collection<ErrorDetails> getErrors(@NotNull ResultKey resultKey)
ErrorAccessorgetErrors in interface ErrorAccessorErrorDetails@NotNull public Collection<ErrorDetails> getErrors(@NotNull Key key)
ErrorAccessorgetErrors in interface ErrorAccessorErrorDetails@NotNull public Collection<ErrorDetails> getErrorsByAgentId(Long agentId)
ErrorAccessorgetErrorsByAgentId in interface ErrorAccessorErrorDetailsCopyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.