public interface ErrorAccessor
ErrorDetails
Modifier and Type | Method and Description |
---|---|
@NotNull Collection<ErrorDetails> |
getAllErrors()
Get all the errors recorded against all builds
|
@NotNull Collection<ErrorDetails> |
getElasticErrors()
Get all the errors recorded against elastic bamboo
|
@NotNull Collection<ErrorDetails> |
getErrors(@NotNull Key entityKey)
Obtain all the errors recorded against a specific plan
|
@NotNull Collection<ErrorDetails> |
getErrors(@NotNull ResultKey resultKey)
Obtain all the errors recorded against a specific result
|
@NotNull Collection<ErrorDetails> |
getErrorsByAgentId(Long agentId)
Obtain all the errors recorded filtered by Agent Id
|
@NotNull @NotNull Collection<ErrorDetails> getAllErrors()
ErrorDetails
@NotNull @NotNull Collection<ErrorDetails> getElasticErrors()
ErrorDetails
@NotNull @NotNull Collection<ErrorDetails> getErrors(@NotNull @NotNull ResultKey resultKey)
resultKey
- ErrorDetails
@NotNull @NotNull Collection<ErrorDetails> getErrors(@NotNull @NotNull Key entityKey)
entityKey
- ErrorDetails
@NotNull @NotNull Collection<ErrorDetails> getErrorsByAgentId(Long agentId)
agentId
- ErrorDetails
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.