hudson.plugins.cpptest.parser
Class Warning
java.lang.Object
hudson.plugins.analysis.util.model.AbstractAnnotation
hudson.plugins.cpptest.parser.Warning
- All Implemented Interfaces:
- hudson.plugins.analysis.util.model.FileAnnotation, java.io.Serializable, java.lang.Comparable<hudson.plugins.analysis.util.model.FileAnnotation>
public class Warning
- extends hudson.plugins.analysis.util.model.AbstractAnnotation
A serializable Java Bean class representing a warning.
Note: this class has a natural ordering that is inconsistent with equals.
- Author:
- Ulli Hafner
NQH: adapt for Cpptest
- See Also:
- Serialized Form
|
Field Summary |
static java.lang.String |
ORIGIN
Origin of the annotation. |
| Fields inherited from class hudson.plugins.analysis.util.model.AbstractAnnotation |
WORKSPACE_FILES |
|
Constructor Summary |
Warning(hudson.plugins.analysis.util.model.Priority priority,
java.lang.String message,
java.lang.String category,
java.lang.String type,
int lineNumber)
Creates a new instance of Warning. |
Warning(hudson.plugins.analysis.util.model.Priority priority,
java.lang.String message,
java.lang.String category,
java.lang.String type,
int start,
int end)
Creates a new instance of Warning. |
| Methods inherited from class hudson.plugins.analysis.util.model.AbstractAnnotation |
addLineRange, canDisplayFile, compareTo, equals, getCategory, getContextHashCode, getFileName, getKey, getLineRanges, getMessage, getModuleName, getOrigin, getPackageName, getPrimaryLineNumber, getPriority, getShortFileName, getTempName, getType, hashCode, hasPackageName, setContextHashCode, setFileName, setModuleName, setOrigin, setPackageName, setPriority |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ORIGIN
public static final java.lang.String ORIGIN
- Origin of the annotation.
- See Also:
- Constant Field Values
Warning
public Warning(hudson.plugins.analysis.util.model.Priority priority,
java.lang.String message,
java.lang.String category,
java.lang.String type,
int start,
int end)
- Creates a new instance of
Warning.
- Parameters:
priority - the prioritymessage - the message of the warningcategory - the warning categorytype - the identifier of the warning typestart - the first line of the line rangeend - the last line of the line range
Warning
public Warning(hudson.plugins.analysis.util.model.Priority priority,
java.lang.String message,
java.lang.String category,
java.lang.String type,
int lineNumber)
- Creates a new instance of
Warning.
- Parameters:
priority - the prioritymessage - the message of the warningcategory - the warning categorytype - the identifier of the warning typelineNumber - the line number of the warning in the corresponding file
getToolTip
public java.lang.String getToolTip()
-
getDesc
public java.lang.String getDesc()
- Returns:
- the desc
setDesc
public void setDesc(java.lang.String desc)
- Parameters:
desc - the desc to set
Copyright © 2010. All Rights Reserved.