Uses of Interface
com.atlassian.bamboo.build.logger.LogInterceptor
Package
Description
-
Uses of LogInterceptor in com.atlassian.bamboo.build.logger
Modifier and TypeClassDescriptionclass
No-op interceptor.class
This class handles attaching/detaching of interceptors and the actual interception forwarding.Modifier and TypeMethodDescriptionvoid
LogInterceptorStack.add
(@NotNull LogInterceptor interceptor) Adds a new task interceptor to stackvoid
LogInterceptorStack.addForJob
(@NotNull LogInterceptor interceptor) Adds a new job interceptor to stackvoid
LogInterceptorStack.remove
(@Nullable LogInterceptor interceptor) Removes a task interceptor from stackvoid
LogInterceptorStack.removeFromJob
(@Nullable LogInterceptor interceptor) Removes a job interceptor from stack -
Uses of LogInterceptor in com.atlassian.bamboo.build.logger.interceptors
Modifier and TypeClassDescriptionclass
This is an abstract base class for interceptors handling matching of log content with support for match age.class
Interceptor that remembers all the errors being reported in the build log.class
class
This interceptor is a string-matching variant ofContentMatchingInterceptor
-
Uses of LogInterceptor in com.atlassian.bamboo.plugins.labeller