|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.logger.AggregatedChainErrorAccessor
public class AggregatedChainErrorAccessor
Aggregates the error accessing for the Chain
and its Job
s
Constructor Summary | |
---|---|
AggregatedChainErrorAccessor(ErrorHandler errorHandler,
PlanManager planManager,
ResultsSummaryManager resultsSummaryManager)
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AggregatedChainErrorAccessor(ErrorHandler errorHandler, PlanManager planManager, ResultsSummaryManager resultsSummaryManager)
Method Detail |
---|
@NotNull public java.util.Collection<ErrorDetails> getAllErrors()
ErrorAccessor
getAllErrors
in interface ErrorAccessor
ErrorDetails
@NotNull public java.util.Collection<ErrorDetails> getElasticErrors()
ErrorAccessor
getElasticErrors
in interface ErrorAccessor
ErrorDetails
@NotNull public java.util.Collection<ErrorDetails> getErrors(@NotNull PlanResultKey planResultKey)
ErrorAccessor
getErrors
in interface ErrorAccessor
ErrorDetails
@NotNull public java.util.Collection<ErrorDetails> getErrors(@NotNull PlanKey planKey)
ErrorAccessor
getErrors
in interface ErrorAccessor
ErrorDetails
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |