|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.plugins.findbugs.Warning
public class Warning
| Constructor Summary | |
|---|---|
Warning()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCategory()
Returns the category. |
java.lang.String |
getClassName()
Returns the classname. |
java.lang.String |
getLineNumber()
Returns the lineNumer. |
java.lang.String |
getMessage()
Returns the message. |
java.lang.String |
getPriority()
|
java.lang.String |
getType()
Returns the type. |
void |
setCategory(java.lang.String category)
Sets the category to the specified value. |
void |
setClassname(java.lang.String classname)
|
void |
setLineNumber(java.lang.String lineNumber)
Sets the lineNumer to the specified value. |
void |
setMessage(java.lang.String message)
Sets the message to the specified value. |
void |
setPriority(java.lang.String priority)
Sets the priority to the specified value. |
void |
setType(java.lang.String type)
Sets the type to the specified value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Warning()
| Method Detail |
|---|
public java.lang.String getType()
public void setType(java.lang.String type)
type - the value to setpublic java.lang.String getCategory()
public void setCategory(java.lang.String category)
category - the value to setpublic void setPriority(java.lang.String priority)
priority - the value to setpublic java.lang.String getMessage()
public void setMessage(java.lang.String message)
message - the value to setpublic java.lang.String getLineNumber()
public void setLineNumber(java.lang.String lineNumber)
lineNumber - the value to setpublic java.lang.String getPriority()
public void setClassname(java.lang.String classname)
public java.lang.String getClassName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||