Uses of Class
hudson.plugins.checkstyle.util.ParserResult

Packages that use ParserResult
hudson.plugins.checkstyle   
hudson.plugins.checkstyle.util   
 

Uses of ParserResult in hudson.plugins.checkstyle
 

Methods in hudson.plugins.checkstyle that return ParserResult
 ParserResult CheckStylePublisher.perform(hudson.model.AbstractBuild<?,?> build, java.io.PrintStream logger)
          Performs the publishing of the results of this plug-in.
 ParserResult CheckStyleReporter.perform(hudson.maven.MavenBuildProxy build, org.apache.maven.project.MavenProject pom, hudson.maven.MojoInfo mojo, java.io.PrintStream logger)
          Performs the publishing of the results of this plug-in.
 

Methods in hudson.plugins.checkstyle with parameters of type ParserResult
 CheckStyleResult CheckStyleResultBuilder.build(hudson.model.AbstractBuild<?,?> build, ParserResult result)
          Creates a result that persists the Checkstyle information for the specified build.
protected  void CheckStyleReporter.persistResult(ParserResult project, hudson.maven.MavenBuild build)
          Persists the result in the build (on the master).
 

Constructors in hudson.plugins.checkstyle with parameters of type ParserResult
CheckStyleResult(hudson.model.AbstractBuild<?,?> build, ParserResult result)
          Creates a new instance of CheckStyleResult.
CheckStyleResult(hudson.model.AbstractBuild<?,?> build, ParserResult result, CheckStyleResult previous)
          Creates a new instance of CheckStyleResult.
 

Uses of ParserResult in hudson.plugins.checkstyle.util
 

Methods in hudson.plugins.checkstyle.util that return ParserResult
protected  ParserResult AbstractResultAction.createAggregatedResult(java.util.Map<hudson.maven.MavenModule,java.util.List<hudson.maven.MavenBuild>> moduleBuilds)
          Aggregates the results of the specified maven module builds.
protected  ParserResult AbstractResultAction.createResult()
          Factory method to create the result of this action.
 ParserResult FilesParser.invoke(java.io.File workspace, hudson.remoting.VirtualChannel channel)
          
protected abstract  ParserResult HealthAwarePublisher.perform(hudson.model.AbstractBuild<?,?> build, java.io.PrintStream 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, java.io.PrintStream logger)
          Performs the publishing of the results of this plug-in.
 

Methods in hudson.plugins.checkstyle.util with parameters of type ParserResult
protected  void AbstractResultAction.addModule(ParserResult aggregatedResult, java.util.List<hudson.maven.MavenBuild> builds)
          Adds a new module to the specified project.
protected abstract  void HealthAwareMavenReporter.persistResult(ParserResult project, hudson.maven.MavenBuild build)
          Persists the result in the build (on the master).
 

Constructors in hudson.plugins.checkstyle.util with parameters of type ParserResult
AnnotationsBuildResult(hudson.model.AbstractBuild<?,?> build, ParserResult result)
          Creates a new instance of AnnotationsBuildResult.
AnnotationsBuildResult(hudson.model.AbstractBuild<?,?> build, ParserResult result, AnnotationsBuildResult previous)
          Creates a new instance of AnnotationsBuildResult.
 



Copyright © 2008. All Rights Reserved.