|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.warnings.parser.GroovyExpressionMatcher
public class GroovyExpressionMatcher
Creates a warning based on a regular expression match and groovy script.
| Constructor Summary | |
|---|---|
GroovyExpressionMatcher(java.lang.String script,
Warning falsePositive)
Creates a new instance of GroovyExpressionMatcher. |
|
| Method Summary | |
|---|---|
Warning |
createWarning(java.util.regex.Matcher matcher)
Creates a new annotation for the specified match. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GroovyExpressionMatcher(java.lang.String script,
Warning falsePositive)
GroovyExpressionMatcher.
script - Groovy scriptfalsePositive - indicates a false positive| Method Detail |
|---|
public Warning createWarning(java.util.regex.Matcher matcher)
matcher - the regular expression matcher
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||