hudson.plugins.violations.model
Class Suppression

java.lang.Object
  extended by hudson.plugins.violations.model.Suppression

public class Suppression
extends Object

Suppress a violation. Can be at a project or at a file level.


Constructor Summary
Suppression(String type, String source, String fileName, String reason, String message)
           
 
Method Summary
 boolean equals(Object o)
           
 String getFileName()
           
 String getMessage()
           
 String getReason()
           
 String getSource()
           
 String getType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Suppression

public Suppression(String type,
                   String source,
                   String fileName,
                   String reason,
                   String message)
Method Detail

getType

public String getType()

getSource

public String getSource()

getFileName

public String getFileName()

getMessage

public String getMessage()

getReason

public String getReason()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2004-2012 Hudson. All Rights Reserved.