|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.analysis.util.model.AbstractAnnotation
hudson.plugins.tasks.parser.Task
public class Task
A serializable Java Bean class representing an open task.
| Field Summary | |
|---|---|
static String |
ORIGIN
Origin of the annotation. |
| Fields inherited from class hudson.plugins.analysis.util.model.AbstractAnnotation |
|---|
WORKSPACE_FILES |
| Constructor Summary | |
|---|---|
Task(hudson.plugins.analysis.util.model.Priority priority,
int lineNumber,
String taskTag,
String message)
Creates a new instance of Task. |
|
| Method Summary | |
|---|---|
String |
getDetailMessage()
Returns the detail message of the task (the text after the task keyword). |
String |
getMatch()
Gets the matching text of a tasks including the tag. |
String |
getMessage()
|
String |
getToolTip()
|
String |
toString()
|
| Methods inherited from class hudson.plugins.analysis.util.model.AbstractAnnotation |
|---|
addLineRange, canDisplayFile, compareTo, equals, getCategory, getContextHashCode, getFileName, getKey, getLineRanges, getLinkLineNumber, getLinkName, getModuleName, getOrigin, getPackageName, getPathName, getPrimaryLineNumber, getPriority, getShortFileName, getTempName, getType, hashCode, hasPackageName, setColumnPosition, setContextHashCode, setFileName, setModuleName, setOrigin, setPackageName, setPathName, setPriority |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String ORIGIN
| Constructor Detail |
|---|
public Task(hudson.plugins.analysis.util.model.Priority priority,
int lineNumber,
String taskTag,
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 String getDetailMessage()
public String getMessage()
getMessage in interface hudson.plugins.analysis.util.model.FileAnnotationgetMessage in class hudson.plugins.analysis.util.model.AbstractAnnotationpublic String getToolTip()
public String getMatch()
public String toString()
toString in class hudson.plugins.analysis.util.model.AbstractAnnotation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||