| Package | Description |
|---|---|
| com.atlassian.bamboo.build.logger | |
| com.atlassian.bamboo.build.logger.interceptors | |
| com.atlassian.bamboo.plugins.labeller |
| 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 |
|---|---|
Collection<LogInterceptor> |
LogInterceptorStack.listForJob() |
| Modifier and Type | Method and Description |
|---|---|
void |
LogInterceptorStack.add(@NotNull LogInterceptor interceptor)
Adds a new task interceptor to stack
|
void |
LogInterceptorStack.addForJob(@NotNull LogInterceptor interceptor)
Adds a new job interceptor to stack
|
void |
LogInterceptorStack.remove(@Nullable LogInterceptor interceptor)
Removes a task interceptor from stack
|
void |
LogInterceptorStack.removeFromJob(@Nullable LogInterceptor interceptor)
Removes a job 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
BuildLogLabellerInterceptor |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.