|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.build.logger.interceptors.ErrorMemorisingInterceptor
public class ErrorMemorisingInterceptor
Interceptor that remembers all the errors being reported in the build log.
Constructor Summary | |
---|---|
ErrorMemorisingInterceptor()
|
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getErrorStringList()
|
void |
intercept(LogEntry logEntry)
Method invoked whenever a new log entry is logged |
void |
interceptError(LogEntry logEntry)
Method invoked whenever a new error log entry is logged |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ErrorMemorisingInterceptor()
Method Detail |
---|
public void intercept(@NotNull LogEntry logEntry)
LogInterceptor
intercept
in interface LogInterceptor
public void interceptError(@NotNull LogEntry logEntry)
LogInterceptor
interceptError
in interface LogInterceptor
public java.util.List<java.lang.String> getErrorStringList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |