Uses of Interface
com.atlassian.bamboo.build.logger.LogInterceptor
Packages that use LogInterceptor
Package
Description
-
Uses of LogInterceptor in com.atlassian.bamboo.build.logger
Classes in com.atlassian.bamboo.build.logger that implement LogInterceptorModifier and TypeClassDescriptionclassNo-op interceptor.classThis class handles attaching/detaching of interceptors and the actual interception forwarding.Methods in com.atlassian.bamboo.build.logger that return types with arguments of type LogInterceptorMethods in com.atlassian.bamboo.build.logger with parameters of type LogInterceptorModifier and TypeMethodDescriptionvoidLogInterceptorStack.add(@NotNull LogInterceptor interceptor) Adds a new task interceptor to stackvoidLogInterceptorStack.addForJob(@NotNull LogInterceptor interceptor) Adds a new job interceptor to stackvoidLogInterceptorStack.remove(@Nullable LogInterceptor interceptor) Removes a task interceptor from stackvoidLogInterceptorStack.removeFromJob(@Nullable LogInterceptor interceptor) Removes a job interceptor from stack -
Uses of LogInterceptor in com.atlassian.bamboo.build.logger.interceptors
Classes in com.atlassian.bamboo.build.logger.interceptors that implement LogInterceptorModifier and TypeClassDescriptionclassThis is an abstract base class for interceptors handling matching of log content with support for match age.classInterceptor that remembers all the errors being reported in the build log.classclassThis interceptor is a string-matching variant ofContentMatchingInterceptor -
Uses of LogInterceptor in com.atlassian.bamboo.plugins.labeller
Classes in com.atlassian.bamboo.plugins.labeller that implement LogInterceptor