public interface ErrorAccessor
ErrorDetails| 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 entityKey)
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
|
@NotNull Collection<ErrorDetails> getAllErrors()
ErrorDetails@NotNull Collection<ErrorDetails> getElasticErrors()
ErrorDetails@NotNull Collection<ErrorDetails> getErrors(@NotNull ResultKey resultKey)
resultKey - ErrorDetails@NotNull Collection<ErrorDetails> getErrors(@NotNull Key entityKey)
entityKey - ErrorDetails@NotNull Collection<ErrorDetails> getErrorsByAgentId(Long agentId)
agentId - ErrorDetailsCopyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.