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

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

Uses of TasksProject in hudson.plugins.tasks
 

Methods in hudson.plugins.tasks that return TasksProject
 TasksProject TasksResult.getProject()
          Returns the associated project of this result.
 TasksProject TasksPublisher.perform(hudson.model.AbstractBuild<?,?> build, java.io.PrintStream logger)
          Performs the publishing of the results of this plug-in.
 

Methods in hudson.plugins.tasks with parameters of type TasksProject
 TasksResult TasksResultBuilder.build(hudson.model.AbstractBuild<?,?> build, TasksProject 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 TasksProject
TasksResult(hudson.model.AbstractBuild<?,?> build, TasksProject 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, TasksProject project, java.lang.String high, java.lang.String normal, java.lang.String low)
          Creates a new instance of TasksResult.
 

Uses of TasksProject in hudson.plugins.tasks.parser
 

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



Copyright © 2008. All Rights Reserved.