Uses of Class
hudson.plugins.tasks.TasksResult

Packages that use TasksResult
hudson.plugins.tasks   
 

Uses of TasksResult in hudson.plugins.tasks
 

Subclasses of TasksResult in hudson.plugins.tasks
 class TasksMavenResult
          Represents the aggregated results of the PMD analysis in m2 jobs.
 

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

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



Copyright © 2010. All Rights Reserved.