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

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

Uses of PluginLogger in hudson.plugins.dry
 

Methods in hudson.plugins.dry with parameters of type PluginLogger
 BuildResult DryPublisher.perform(hudson.model.AbstractBuild<?,?> build, PluginLogger logger)
          Performs the publishing of the results of this plug-in.
 ParserResult DryReporter.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.dry.util
 

Methods in hudson.plugins.dry.util with parameters of type PluginLogger
 hudson.model.Result BuildResultEvaluator.evaluateBuildResult(PluginLogger logger, Priority minimumPriority, ParserResult result, java.lang.String threshold, java.lang.String failureThreshold, ParserResult newResult, java.lang.String newThreshold, java.lang.String newFailureThreshold)
          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.dry.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.