hudson.plugins.violations.model
Class FileModel.LimitType

java.lang.Object
  extended by hudson.plugins.violations.model.FileModel.LimitType
Enclosing class:
FileModel

public static class FileModel.LimitType
extends java.lang.Object

A overview class for each type.


Constructor Summary
FileModel.LimitType()
           
 
Method Summary
 int getNumber()
          Get the number of violations.
 int getSuppressed()
          Get the number of suppressed violations.
 java.lang.String getType()
          Get the type,
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileModel.LimitType

public FileModel.LimitType()
Method Detail

getType

public java.lang.String getType()
Get the type,

Returns:
the type.

getNumber

public int getNumber()
Get the number of violations.

Returns:
the number.

getSuppressed

public int getSuppressed()
Get the number of suppressed violations.

Returns:
the number.


Copyright © 2004-2012. All Rights Reserved.