|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogInterceptor | |
---|---|
com.atlassian.bamboo.build.logger | |
com.atlassian.bamboo.build.logger.interceptors |
Uses of LogInterceptor in com.atlassian.bamboo.build.logger |
---|
Classes in com.atlassian.bamboo.build.logger that implement LogInterceptor | |
---|---|
class |
LogInterceptorAdapter
No-op interceptor. |
class |
LogInterceptorStack
This class handles attaching/detaching of interceptors and the actual interception forwarding. |
Methods in com.atlassian.bamboo.build.logger with parameters of type LogInterceptor | |
---|---|
void |
LogInterceptorStack.add(LogInterceptor interceptor)
Adds a new interceptor to stack |
void |
LogInterceptorStack.remove(LogInterceptor interceptor)
Removes an interceptor from stack |
Uses of LogInterceptor in com.atlassian.bamboo.build.logger.interceptors |
---|
Classes in com.atlassian.bamboo.build.logger.interceptors that implement LogInterceptor | |
---|---|
class |
ContentMatchingInterceptor
This is an abstract base class for interceptors handling matching of log content with support for match age. |
class |
ErrorMemorisingInterceptor
Interceptor that remembers all the errors being reported in the build log. |
class |
LogMemorisingInterceptor
|
class |
StringMatchingInterceptor
This interceptor is a string-matching variant of ContentMatchingInterceptor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |