hudson.plugins.violations
Class TypeSummary

java.lang.Object
  extended by hudson.plugins.violations.TypeSummary
All Implemented Interfaces:
Serializable

public class TypeSummary
extends Object
implements Serializable

A summary report for a type.

See Also:
Serialized Form

Constructor Summary
TypeSummary()
           
 
Method Summary
 String getErrorMessage()
          Get the error message for the type - if any.
 int[] getSeverityArray()
          Get the severity array.
 void setErrorMessage(String errorMessage)
          Set the error message for the type - if any.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeSummary

public TypeSummary()
Method Detail

getErrorMessage

public String getErrorMessage()
Get the error message for the type - if any.

Returns:
the error message.

setErrorMessage

public void setErrorMessage(String errorMessage)
Set the error message for the type - if any.

Parameters:
errorMessage - the message to set.

getSeverityArray

public int[] getSeverityArray()
Get the severity array.

Returns:
the severity array.


Copyright © 2004-2012 Hudson. All Rights Reserved.