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

Packages that use JavaProject
hudson.plugins.tasks   
hudson.plugins.tasks.parser   
hudson.plugins.tasks.util   
 

Uses of JavaProject in hudson.plugins.tasks
 

Methods in hudson.plugins.tasks that return JavaProject
 JavaProject TasksReporter.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.tasks with parameters of type JavaProject
protected  void TasksReporter.persistResult(JavaProject project, hudson.maven.MavenBuild build)
          Persists the result in the build (on the master).
 

Uses of JavaProject in hudson.plugins.tasks.parser
 

Subclasses of JavaProject in hudson.plugins.tasks.parser
 class TasksProject
          Remembers the number of scanned files in a JavaProject.
 

Uses of JavaProject in hudson.plugins.tasks.util
 

Methods in hudson.plugins.tasks.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.tasks.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.