|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sandev.TaskHeap.structs.TaskTypeStruct
Describes a task type classification. Tasks can be divided into types based on the organizational needs of the heap. By default, TaskHeap includes the "development" and "bug" task types. For additional classifications, create additional TaskType instances.
It is recommended that the number of TaskType instances in a heap be kept to a minimum (preferably fewer than 7 types), for the heap to remain useful to users. Classification tends to degrade in quality with each additional defined type. Defining types to support search is NOT recommended since it leads to a proliferation of types and degradation of the heap. To support search markers, use keyword abbreviations in the task or plan name instead.
| Field Summary | |
protected java.lang.String |
description
A description of this type of task. |
protected java.lang.String |
name
An intuitive name for this task type. |
protected long[] |
phases
A TaskType has allowable phases associated with it. |
| Constructor Summary | |
TaskTypeStruct()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.lang.String name
development,
techEval,
bugFix,
issue
etc.
protected java.lang.String description
protected long[] phases
The ordering of entries in the phase array is the same order shown in the display, but does not imply any specific workflow or phase transition verification. It is the responsibility of the TaskHeap users to observe workgroup conventions when modifying the status of task.
| Constructor Detail |
public TaskTypeStruct()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||