|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ErrorAccessor
Accessor for ErrorDetails
Method Summary | |
---|---|
java.util.Collection<ErrorDetails> |
getAllErrors()
Get all the errors recorded against all builds |
java.util.Collection<ErrorDetails> |
getElasticErrors()
Get all the errors recorded against elastic bamboo |
java.util.Collection<ErrorDetails> |
getErrors(PlanKey planKey)
Obtain all the errors recorded against a specific plan |
java.util.Collection<ErrorDetails> |
getErrors(PlanResultKey planResultKey)
Obtain all the errors recorded against a specific result |
Method Detail |
---|
@NotNull java.util.Collection<ErrorDetails> getAllErrors()
ErrorDetails
@NotNull java.util.Collection<ErrorDetails> getElasticErrors()
ErrorDetails
@NotNull java.util.Collection<ErrorDetails> getErrors(@NotNull PlanResultKey planResultKey)
planResultKey
-
ErrorDetails
@NotNull java.util.Collection<ErrorDetails> getErrors(@NotNull PlanKey planKey)
planKey
-
ErrorDetails
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |