Uses of Class
hudson.plugins.findbugs.util.PluginLogger

Packages that use PluginLogger
hudson.plugins.findbugs   
hudson.plugins.findbugs.util   
 

Uses of PluginLogger in hudson.plugins.findbugs
 

Methods in hudson.plugins.findbugs with parameters of type PluginLogger
 BuildResult FindBugsPublisher.perform(hudson.model.AbstractBuild<?,?> build, PluginLogger logger)
          Performs the publishing of the results of this plug-in.
 ParserResult FindBugsReporter.perform(hudson.maven.MavenBuildProxy build, org.apache.maven.project.MavenProject pom, hudson.maven.MojoInfo mojo, PluginLogger logger)
          Performs the publishing of the results of this plug-in.
 

Uses of PluginLogger in hudson.plugins.findbugs.util
 

Methods in hudson.plugins.findbugs.util with parameters of type PluginLogger
 hudson.model.Result BuildResultEvaluator.evaluateBuildResult(PluginLogger logger, HealthDescriptor descriptor, java.util.Collection<FileAnnotation> allAnnotations, java.util.Collection<FileAnnotation> newAnnotations)
          Evaluates the build result.
protected abstract  BuildResult HealthAwarePublisher.perform(hudson.model.AbstractBuild<?,?> build, PluginLogger logger)
          Performs the publishing of the results of this plug-in.
protected abstract  ParserResult HealthAwareMavenReporter.perform(hudson.maven.MavenBuildProxy build, org.apache.maven.project.MavenProject pom, hudson.maven.MojoInfo mojo, PluginLogger logger)
          Performs the publishing of the results of this plug-in.
 

Constructors in hudson.plugins.findbugs.util with parameters of type PluginLogger
FilesParser(PluginLogger logger, java.lang.String filePattern, AnnotationParser parser, boolean isMavenBuild, boolean isAntBuild)
          Creates a new instance of CheckstyleCollector.
 



Copyright © 2009. All Rights Reserved.