org.quattor.pan.tasks
Class TaskResult
java.lang.Object
org.quattor.pan.tasks.TaskResult
- Direct Known Subclasses:
- BuildResult, CompileResult, Valid1Result, Valid2Result
public class TaskResult
- extends Object
Superclass of all task results that allows different tasks to be mixed on a
given executor (queue). This class maintains a set of types to allow
statistical information about the types of tasks to be collected.
- Author:
- loomis
|
Nested Class Summary |
static class |
TaskResult.ResultType
Enumerated type of the possible types of results. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
public final TaskResult.ResultType type
TaskResult
public TaskResult(TaskResult.ResultType type)
Copyright © 2011 Quattor. All Rights Reserved.