Package | Description |
---|---|
com.atlassian.bamboo.build.logger | |
com.atlassian.bamboo.build.logger.interceptors |
Modifier and Type | Class and Description |
---|---|
class |
LogInterceptorAdapter
No-op interceptor.
|
class |
LogInterceptorStack
This class handles attaching/detaching of interceptors and the actual interception forwarding.
|
Modifier and Type | Method and Description |
---|---|
void |
LogInterceptorStack.add(LogInterceptor interceptor)
Adds a new interceptor to stack
|
void |
LogInterceptorStack.remove(LogInterceptor interceptor)
Removes an interceptor from stack
|
Modifier and Type | Class and Description |
---|---|
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 |
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.