hudson.plugins.findbugs
Class Warning

java.lang.Object
  extended by hudson.plugins.findbugs.Warning

public class Warning
extends java.lang.Object


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

Warning

public Warning()
Method Detail

getType

public java.lang.String getType()
Returns the type.

Returns:
the type

setType

public void setType(java.lang.String type)
Sets the type to the specified value.

Parameters:
type - the value to set

getCategory

public java.lang.String getCategory()
Returns the category.

Returns:
the category

setCategory

public void setCategory(java.lang.String category)
Sets the category to the specified value.

Parameters:
category - the value to set

setPriority

public void setPriority(java.lang.String priority)
Sets the priority to the specified value.

Parameters:
priority - the value to set

getMessage

public java.lang.String getMessage()
Returns the message.

Returns:
the message

setMessage

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

Parameters:
message - the value to set

getLineNumber

public java.lang.String getLineNumber()
Returns the lineNumer.

Returns:
the lineNumer

setLineNumber

public void setLineNumber(java.lang.String lineNumber)
Sets the lineNumer to the specified value.

Parameters:
lineNumber - the value to set

getPriority

public java.lang.String getPriority()

setClassname

public void setClassname(java.lang.String classname)

getClassName

public java.lang.String getClassName()
Returns the classname.

Returns:
the classname


Copyright © 2007. All Rights Reserved.