hudson.plugins.violations
Class TypeSummary

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

public class TypeSummary
extends java.lang.Object
implements java.io.Serializable

A summary report for a type.

See Also:
Serialized Form

Constructor Summary
TypeSummary()
           
 
Method Summary
 java.lang.String getErrorMessage()
          Get the error message for the type - if any.
 int[] getSeverityArray()
          Get the severity array.
 void setErrorMessage(java.lang.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 java.lang.String getErrorMessage()
Get the error message for the type - if any.

Returns:
the error message.

setErrorMessage

public void setErrorMessage(java.lang.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. All Rights Reserved.