Uses of Class
hudson.plugins.tasks.TasksResult

Packages that use TasksResult
hudson.plugins.tasks   
 

Uses of TasksResult in hudson.plugins.tasks
 

Methods in hudson.plugins.tasks that return TasksResult
 TasksResult TasksResultBuilder.build(hudson.model.AbstractBuild<?,?> build, TasksParserResult project, java.lang.String defaultEncoding, java.lang.String high, java.lang.String normal, java.lang.String low)
          Creates a result that persists the Tasks information for the specified build.
 

Methods in hudson.plugins.tasks with parameters of type TasksResult
static java.lang.String ResultSummary.createSummary(TasksResult project)
          Returns the message to show as the result summary.
 

Constructors in hudson.plugins.tasks with parameters of type TasksResult
MavenTasksResultAction(hudson.model.AbstractBuild<?,?> owner, HealthDescriptor healthDescriptor, java.lang.String height, java.lang.String defaultEncoding, java.lang.String high, java.lang.String normal, java.lang.String low, TasksResult result)
          Creates a new instance of MavenFindBugsResultAction.
TasksResultAction(hudson.model.AbstractBuild<?,?> owner, HealthDescriptor healthDescriptor, TasksResult result)
          Creates a new instance of TasksResultAction.
 



Copyright © 2009. All Rights Reserved.