public class Bug
extends hudson.plugins.analysis.util.model.AbstractAnnotation
Note: this class has a natural ordering that is inconsistent with equals.
| Modifier and Type | Field and Description |
|---|---|
static String |
ORIGIN
Origin of the annotation.
|
| Constructor and Description |
|---|
Bug(hudson.plugins.analysis.util.model.Priority priority,
String message,
String category,
String type,
int lineNumber)
Creates a new instance of
Bug. |
Bug(hudson.plugins.analysis.util.model.Priority priority,
String message,
String category,
String type,
int start,
int end)
Creates a new instance of
Bug. |
| Modifier and Type | Method and Description |
|---|---|
String |
getToolTip() |
addLineRange, canDisplayFile, compareTo, equals, getBuild, getCategory, getColumnEnd, getColumnStart, getContextHashCode, getFileName, getKey, getLineRanges, getLinkLineNumber, getLinkName, getMessage, getModuleName, getOrigin, getPackageName, getPathName, getPrimaryLineNumber, getPriority, getShortFileName, getTempName, getTempName, getType, hashCode, hasPackageName, intern, intern, isInConsoleLog, setBuild, setColumnPosition, setColumnPosition, setContextHashCode, setFileName, setModuleName, setOrigin, setPackageName, setPathName, setPriority, superReadResolve, toStringpublic static final String ORIGIN
public Bug(hudson.plugins.analysis.util.model.Priority priority, String message, String category, String type, int start, int end)
Bug.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 rangepublic Bug(hudson.plugins.analysis.util.model.Priority priority, String message, String category, String type, int lineNumber)
Bug.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 filepublic String getToolTip()
Copyright © 2010-2015 Jenkins. All Rights Reserved.