Uses of Class
hudson.plugins.analysis.core.ParserResult

Packages that use ParserResult
hudson.plugins.analysis.core   
 

Uses of ParserResult in hudson.plugins.analysis.core
 

Methods in hudson.plugins.analysis.core that return ParserResult
protected  ParserResult MavenResultAction.aggregate(T existingResult, T additionalResult)
          Aggregates the results in a new instance of ParserResult.
protected  ParserResult AbstractResultAction.createAggregatedResult(Map<hudson.maven.MavenModule,List<hudson.maven.MavenBuild>> moduleBuilds)
          Deprecated. replaced by MavenResultAction
protected  ParserResult AbstractResultAction.createResult()
          Factory method to create the result of this action.
 ParserResult FilesParser.invoke(File workspace, hudson.remoting.VirtualChannel channel)
          
 ParserResult AnnotationsClassifier.invoke(File workspace, hudson.remoting.VirtualChannel channel)
          
protected abstract  ParserResult HealthAwareReporter.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.
protected abstract  ParserResult HealthAwareMavenReporter.perform(hudson.maven.MavenBuildProxy build, org.apache.maven.project.MavenProject pom, hudson.maven.MojoInfo mojo, PluginLogger logger)
          Deprecated. Performs the publishing of the results of this plug-in.
 

Methods in hudson.plugins.analysis.core with parameters of type ParserResult
protected  void AbstractResultAction.addModule(ParserResult aggregatedResult, List<hudson.maven.MavenBuild> builds)
          Deprecated. replaced by MavenResultAction
 void ParserResult.addProject(ParserResult additionalProject)
          Adds the warnings of the specified project to this project.
protected abstract  hudson.model.Action AnnotationsAggregator.createAction(HealthDescriptor healthDescriptor, String defaultEncoding, ParserResult aggregatedResult)
          Creates the action that will render the aggregated results.
protected abstract  T HealthAwareReporter.createResult(hudson.maven.MavenBuild build, ParserResult project)
          Creates a new BuildResult instance.
protected abstract  BuildResult HealthAwareMavenReporter.persistResult(ParserResult project, hudson.maven.MavenBuild build)
          Deprecated. Persists the result in the build (on the master).
 

Constructors in hudson.plugins.analysis.core with parameters of type ParserResult
AnnotationsClassifier(ParserResult result, String defaultEncoding)
          Creates a new instance of AnnotationsClassifier.
BuildResult(hudson.model.AbstractBuild<?,?> build, BuildHistory history, ParserResult result, String defaultEncoding)
          Creates a new instance of BuildResult.
BuildResult(hudson.model.AbstractBuild<?,?> build, String defaultEncoding, ParserResult result)
          Deprecated. use BuildResult.BuildResult(AbstractBuild, BuildHistory, ParserResult, String) The new constructor will not save the annotations anymore. you need to save them manually
BuildResult(hudson.model.AbstractBuild<?,?> build, String defaultEncoding, ParserResult result, BuildHistory history)
          Deprecated. use BuildResult.BuildResult(AbstractBuild, BuildHistory, ParserResult, String) The new constructor will not save the annotations anymore. you need to save them manually
 



Copyright © 2004-2012 Hudson. All Rights Reserved.