public class Warning
extends hudson.plugins.analysis.util.model.AbstractAnnotation
Note: this class has a natural ordering that is inconsistent with equals.
| Constructor and Description |
|---|
Warning(String fileName,
int start,
int end,
String type,
String category,
String message,
hudson.plugins.analysis.util.model.Priority priority)
Creates a new instance of
Warning. |
Warning(String fileName,
int start,
int end,
String type,
String category,
String message,
String description,
hudson.plugins.analysis.util.model.Priority priority)
Creates a new instance of
Warning. |
| 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 Warning(String fileName, int start, int end, String type, String category, String message, hudson.plugins.analysis.util.model.Priority priority)
Warning.fileName - the name of the filestart - the first line of the line rangetype - the identifier of the warning typecategory - the warning categorymessage - the message of the warningpriority - the priority of the warningpublic Warning(String fileName, int start, int end, String type, String category, String message, String description, hudson.plugins.analysis.util.model.Priority priority)
Warning.fileName - the name of the filestart - the first line of the line rangetype - the identifier of the warning typecategory - the warning categorymessage - the message of the warningdescription - the extended description of the warningpriority - the priority of the warningpublic String getToolTip()
Copyright © 2016–2017. All rights reserved.