Class StringMatchingInterceptor

java.lang.Object
com.atlassian.bamboo.build.logger.interceptors.ContentMatchingInterceptor
com.atlassian.bamboo.build.logger.interceptors.StringMatchingInterceptor
All Implemented Interfaces:
LogInterceptor, Serializable

public class StringMatchingInterceptor extends ContentMatchingInterceptor
This interceptor is a string-matching variant of ContentMatchingInterceptor
See Also:
  • Constructor Details

    • StringMatchingInterceptor

      public StringMatchingInterceptor(String stringToMatch, boolean matchErrorMessages)
  • Method Details