|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.findbugs.parser.XmlBugInstance
public class XmlBugInstance
Java Bean to create the mapping of hash codes to messages using the Digester XML parser.
| Constructor Summary | |
|---|---|
XmlBugInstance()
|
|
| Method Summary | |
|---|---|
String |
getInstanceHash()
Returns the hash code of this bug. |
String |
getMessage()
Returns the message for this bug. |
void |
setInstanceHash(String instanceHash)
Sets the hash to the specified value. |
void |
setMessage(String message)
Sets the message 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 XmlBugInstance()
| Method Detail |
|---|
public String getInstanceHash()
public void setInstanceHash(String instanceHash)
instanceHash - the value to setpublic String getMessage()
public void setMessage(String message)
message - the value to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||