|
|||||||||
| 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.analysis.collector.Warning
public class Warning
A serializable Java Bean class representing a warning.
Note: this class has a natural ordering that is inconsistent with equals.
| Field Summary |
|---|
| Fields inherited from class hudson.plugins.analysis.util.model.AbstractAnnotation |
|---|
WORKSPACE_FILES |
| Constructor Summary | |
|---|---|
Warning(hudson.plugins.analysis.util.model.AbstractAnnotation warning,
java.lang.String origin)
Creates a new Warning based on the specified warning. |
|
| Method Summary | |
|---|---|
java.lang.String |
getOrigin()
Returns the origin of this warning. |
java.lang.String |
getToolTip()
|
| Methods inherited from class hudson.plugins.analysis.util.model.AbstractAnnotation |
|---|
addLineRange, canDisplayFile, compareTo, equals, getCategory, getContextHashCode, getFileName, getKey, getLineRanges, getMessage, getModuleName, 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 |
| Constructor Detail |
|---|
public Warning(hudson.plugins.analysis.util.model.AbstractAnnotation warning,
java.lang.String origin)
Warning based on the specified warning.
warning - the warning to copyorigin - the plug-in that created the warning| Method Detail |
|---|
public java.lang.String getToolTip()
public java.lang.String getOrigin()
getOrigin in interface hudson.plugins.analysis.util.model.FileAnnotationgetOrigin in class hudson.plugins.analysis.util.model.AbstractAnnotation
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||