Uses of Class
hudson.plugins.warnings.util.model.JavaProject

Packages that use JavaProject
hudson.plugins.warnings   
hudson.plugins.warnings.util   
 

Uses of JavaProject in hudson.plugins.warnings
 

Methods in hudson.plugins.warnings that return JavaProject
 JavaProject WarningsResult.getPreviousResult()
          Returns the results of the previous build.
 JavaProject WarningsResult.getProject()
          Returns the associated project of this result.
 JavaProject WarningsPublisher.perform(hudson.model.AbstractBuild<?,?> build, java.io.PrintStream logger)
          Performs the publishing of the results of this plug-in.
 

Methods in hudson.plugins.warnings with parameters of type JavaProject
 WarningsResult WarningsResultBuilder.build(hudson.model.AbstractBuild<?,?> build, JavaProject project)
          Creates a result that persists the warnings information for the specified build.
 

Constructors in hudson.plugins.warnings with parameters of type JavaProject
WarningsResult(hudson.model.AbstractBuild<?,?> build, JavaProject project)
          Creates a new instance of WarningsResult.
WarningsResult(hudson.model.AbstractBuild<?,?> build, JavaProject project, JavaProject previousProject, long highScore)
          Creates a new instance of WarningsResult.
 

Uses of JavaProject in hudson.plugins.warnings.util
 

Methods in hudson.plugins.warnings.util that return JavaProject
 JavaProject FilesParser.invoke(java.io.File workspace, hudson.remoting.VirtualChannel channel)
          
protected abstract  JavaProject HealthAwarePublisher.perform(hudson.model.AbstractBuild<?,?> build, java.io.PrintStream logger)
          Performs the publishing of the results of this plug-in.
protected abstract  JavaProject 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.warnings.util with parameters of type JavaProject
protected abstract  void HealthAwareMavenReporter.persistResult(JavaProject project, hudson.maven.MavenBuild build)
          Persists the result in the build (on the master).
 



Copyright © 2008. All Rights Reserved.