Uses of Class
com.atlassian.bamboo.build.logger.interceptors.ContentMatchingInterceptor
-
Packages that use ContentMatchingInterceptor Package Description com.atlassian.bamboo.build.logger.interceptors com.atlassian.bamboo.task -
-
Uses of ContentMatchingInterceptor in com.atlassian.bamboo.build.logger.interceptors
Subclasses of ContentMatchingInterceptor in com.atlassian.bamboo.build.logger.interceptors Modifier and Type Class Description class
StringMatchingInterceptor
This interceptor is a string-matching variant ofContentMatchingInterceptor
-
Uses of ContentMatchingInterceptor in com.atlassian.bamboo.task
Methods in com.atlassian.bamboo.task with parameters of type ContentMatchingInterceptor Modifier and Type Method Description TaskResultBuilder
TaskResultBuilder. checkInterceptorMatches(@NotNull ContentMatchingInterceptor interceptor, int maximumAge)
TaskResultBuilder
TaskResultBuilder. checkInterceptorNotMatches(@NotNull ContentMatchingInterceptor interceptor, int maximumAge)
-