Uses of Class
hudson.plugins.tasks.parser.TasksParserResult

Packages that use TasksParserResult
hudson.plugins.tasks   
hudson.plugins.tasks.parser   
 

Uses of TasksParserResult in hudson.plugins.tasks
 

Methods in hudson.plugins.tasks that return TasksParserResult
 TasksParserResult TasksPublisher.perform(hudson.model.AbstractBuild<?,?> build, java.io.PrintStream logger)
          Performs the publishing of the results of this plug-in.
 TasksParserResult 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 TasksParserResult
 TasksResult TasksResultBuilder.build(hudson.model.AbstractBuild<?,?> build, TasksParserResult project, java.lang.String high, java.lang.String normal, java.lang.String low)
          Creates a result that persists the Tasks information for the specified build.
 

Constructors in hudson.plugins.tasks with parameters of type TasksParserResult
TasksResult(hudson.model.AbstractBuild<?,?> build, TasksParserResult project, int previousNumberOfTasks, java.lang.String high, java.lang.String normal, java.lang.String low)
          Creates a new instance of TasksResult.
TasksResult(hudson.model.AbstractBuild<?,?> build, TasksParserResult project, java.lang.String high, java.lang.String normal, java.lang.String low)
          Creates a new instance of TasksResult.
 

Uses of TasksParserResult in hudson.plugins.tasks.parser
 

Methods in hudson.plugins.tasks.parser that return TasksParserResult
 TasksParserResult WorkspaceScanner.invoke(java.io.File workspace, hudson.remoting.VirtualChannel channel)
          
 



Copyright © 2008. All Rights Reserved.