|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.tasks.util.model.AbstractAnnotation
hudson.plugins.tasks.parser.Task
public class Task
A serializable Java Bean class representing an open task.
| Field Summary |
|---|
| Fields inherited from class hudson.plugins.tasks.util.model.AbstractAnnotation |
|---|
WORKSPACE_FILES |
| Constructor Summary | |
|---|---|
Task(Priority priority,
int lineNumber,
java.lang.String taskTag,
java.lang.String message)
Creates a new instance of Task. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDetailMessage()
Returns the detail message of the task (the text after the task keyword). |
java.lang.String |
getMatch()
Gets the matching text of a tasks including the tag. |
java.lang.String |
getMessage()
Returns the message of this annotation. |
java.lang.String |
getToolTip()
Returns the a detailed description that will be used as tooltip. |
| Methods inherited from class hudson.plugins.tasks.util.model.AbstractAnnotation |
|---|
addLineRange, canDisplayFile, compareTo, equals, getCategory, getContextHashCode, getFileName, getKey, getLineRanges, getModuleName, getPackageName, getPrimaryLineNumber, getPriority, getShortFileName, getTempName, getType, hashCode, hasPackageName, setContextHashCode, setFileName, setModuleName, setPackageName, setPriority |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Task(Priority priority,
int lineNumber,
java.lang.String taskTag,
java.lang.String message)
Task.
priority - the prioritylineNumber - the line number of the task in the corresponding filetaskTag - the found task tagmessage - the message of the task (the text after the task keyword)| Method Detail |
|---|
public java.lang.String getDetailMessage()
public java.lang.String getMessage()
getMessage in interface FileAnnotationgetMessage in class AbstractAnnotationpublic java.lang.String getToolTip()
public java.lang.String getMatch()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||