|
||||||||||
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.LogMemorisingInterceptor
public class LogMemorisingInterceptor
Constructor Summary | |
---|---|
LogMemorisingInterceptor(int linesToRemember)
|
Method Summary | |
---|---|
java.lang.Iterable<LogEntry> |
getLogEntries()
|
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 LogMemorisingInterceptor(int linesToRemember)
Method Detail |
---|
public void intercept(@NotNull LogEntry logEntry)
LogInterceptor
intercept
in interface LogInterceptor
public void interceptError(@NotNull LogEntry logEntry)
LogInterceptor
interceptError
in interface LogInterceptor
@NotNull public java.lang.Iterable<LogEntry> getLogEntries()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |