Package com.atlassian.bamboo.logger
Interface ErrorAccessor
- All Known Subinterfaces:
ErrorHandler
- All Known Implementing Classes:
AggregatedChainErrorAccessor
,DecoratingErrorAccessorImpl
,DefaultErrorHandler
public interface ErrorAccessor
Accessor for
ErrorDetails
-
Method Summary
Modifier and TypeMethodDescription@NotNull Collection<ErrorDetails>
Get all the errors recorded against all builds@NotNull Collection<ErrorDetails>
Get all the errors recorded against elastic bamboo@NotNull Collection<ErrorDetails>
Obtain all the errors recorded against a specific plan@NotNull Collection<ErrorDetails>
Obtain all the errors recorded against a specific result@NotNull Collection<ErrorDetails>
getErrorsByAgentId
(Long agentId) Obtain all the errors recorded filtered by Agent Id
-
Method Details
-
getAllErrors
Get all the errors recorded against all builds- Returns:
- The collection
ErrorDetails
-
getElasticErrors
Get all the errors recorded against elastic bamboo- Returns:
- The collection
ErrorDetails
-
getErrors
Obtain all the errors recorded against a specific result- Parameters:
resultKey
-- Returns:
- The collection
ErrorDetails
-
getErrors
Obtain all the errors recorded against a specific plan- Parameters:
entityKey
-- Returns:
- The collection
ErrorDetails
-
getErrorsByAgentId
Obtain all the errors recorded filtered by Agent Id- Parameters:
agentId
-- Returns:
- The collection
ErrorDetails
-