hudson.plugins.findbugs.parser
Class XmlBugInstance

java.lang.Object
  extended by hudson.plugins.findbugs.parser.XmlBugInstance

public class XmlBugInstance
extends Object

Java Bean to create the mapping of hash codes to messages using the Digester XML parser.

Author:
Ulli Hafner

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

XmlBugInstance

public XmlBugInstance()
Method Detail

getInstanceHash

public String getInstanceHash()
Returns the hash code of this bug.

Returns:
the hash code

setInstanceHash

public void setInstanceHash(String instanceHash)
Sets the hash to the specified value.

Parameters:
instanceHash - the value to set

getMessage

public String getMessage()
Returns the message for this bug.

Returns:
the message

setMessage

public void setMessage(String message)
Sets the message to the specified value.

Parameters:
message - the value to set


Copyright © 2004-2012 Hudson. All Rights Reserved.