com.atlassian.jira.appconsistency.integrity.amendment
Interface Amendment

All Known Implementing Classes:
AbstractAmendment, CheckAmendment, CreateEntityAmendment, DeleteEntityAmendment, DeletePortletAmendment, DeleteTriggerAmendmentImpl

public interface Amendment


Field Summary
static int CORRECTION
           
static int ERROR
           
static int UNFIXABLE_ERROR
           
 
Method Summary
 String getBugId()
           
 String getMessage()
           
 boolean isCorrection()
           
 boolean isError()
           
 boolean isWarning()
           
 

Field Detail

CORRECTION

static final int CORRECTION
See Also:
Constant Field Values

UNFIXABLE_ERROR

static final int UNFIXABLE_ERROR
See Also:
Constant Field Values

ERROR

static final int ERROR
See Also:
Constant Field Values
Method Detail

getMessage

String getMessage()

getBugId

String getBugId()

isCorrection

boolean isCorrection()

isWarning

boolean isWarning()

isError

boolean isError()


Copyright © 2002-2007 Atlassian. All Rights Reserved.