Uses of Class
hudson.plugins.warnings.parser.Warning

Packages that use Warning
hudson.plugins.warnings.parser   
 

Uses of Warning in hudson.plugins.warnings.parser
 

Methods in hudson.plugins.warnings.parser that return Warning
protected abstract  Warning RegexpParser.createWarning(java.util.regex.Matcher matcher)
          Creates a new annotation for the specified pattern.
protected  Warning JavaDocParser.createWarning(java.util.regex.Matcher matcher)
          Creates a new annotation for the specified pattern.
protected  Warning SunCParser.createWarning(java.util.regex.Matcher matcher)
          Creates a new annotation for the specified pattern.
protected  Warning InvalidsParser.createWarning(java.util.regex.Matcher matcher)
          Creates a new annotation for the specified pattern.
protected  Warning GccParser.createWarning(java.util.regex.Matcher matcher)
          Creates a new annotation for the specified pattern.
protected  Warning MavenParser.createWarning(java.util.regex.Matcher matcher)
          Creates a new annotation for the specified pattern.
protected  Warning HpiCompileParser.createWarning(java.util.regex.Matcher matcher)
          Creates a new annotation for the specified pattern.
protected  Warning JavacParser.createWarning(java.util.regex.Matcher matcher)
          Creates a new annotation for the specified pattern.
protected  Warning AntEclipseParser.createWarning(java.util.regex.Matcher matcher)
          Creates a new annotation for the specified pattern.
protected  Warning AntJavacParser.createWarning(java.util.regex.Matcher matcher)
          Creates a new annotation for the specified pattern.
protected  Warning MsBuildParser.createWarning(java.util.regex.Matcher matcher)
          Creates a new annotation for the specified pattern.
 



Copyright © 2008. All Rights Reserved.