com.atlassian.jira.appconsistency.integrity.check
Class CheckAmendment

java.lang.Object
  extended by com.atlassian.jira.appconsistency.integrity.check.AbstractAmendment
      extended by com.atlassian.jira.appconsistency.integrity.check.CheckAmendment
All Implemented Interfaces:
Amendment

public class CheckAmendment
extends AbstractAmendment


Field Summary
 
Fields inherited from interface com.atlassian.jira.appconsistency.integrity.amendment.Amendment
CORRECTION, ERROR, UNFIXABLE_ERROR
 
Constructor Summary
CheckAmendment(int type, String message, String bugId)
           
 
Method Summary
 
Methods inherited from class com.atlassian.jira.appconsistency.integrity.check.AbstractAmendment
equals, getBugId, getMessage, getType, hashCode, isCorrection, isError, isValidType, isWarning, setBugId, setMessage, setType, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CheckAmendment

public CheckAmendment(int type,
                      String message,
                      String bugId)


Copyright © 2002-2007 Atlassian. All Rights Reserved.