|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.build.logger.interceptors.ContentMatchingInterceptor com.atlassian.bamboo.build.logger.interceptors.StringMatchingInterceptor
public class StringMatchingInterceptor
This interceptor is a string-matching variant of ContentMatchingInterceptor
Field Summary |
---|
Fields inherited from class com.atlassian.bamboo.build.logger.interceptors.ContentMatchingInterceptor |
---|
stringToMatch |
Constructor Summary | |
---|---|
StringMatchingInterceptor(java.lang.String stringToMatch,
boolean matchErrorMessages)
|
Method Summary | |
---|---|
protected boolean |
matches(LogEntry logEntry)
|
Methods inherited from class com.atlassian.bamboo.build.logger.interceptors.ContentMatchingInterceptor |
---|
getMatchAge, getStringToMatch, hasMatched, intercept, interceptError, isMatchRecentEnough |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StringMatchingInterceptor(java.lang.String stringToMatch, boolean matchErrorMessages)
Method Detail |
---|
protected boolean matches(LogEntry logEntry)
matches
in class ContentMatchingInterceptor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |