Class CheckAmendment
java.lang.Object
com.atlassian.jira.appconsistency.integrity.check.AbstractAmendment
com.atlassian.jira.appconsistency.integrity.check.CheckAmendment
- All Implemented Interfaces:
Amendment
,Serializable
- See Also:
-
Field Summary
Fields inherited from interface com.atlassian.jira.appconsistency.integrity.amendment.Amendment
CORRECTION, ERROR, UNFIXABLE_ERROR
-
Constructor Summary
ConstructorsConstructorDescriptionCheckAmendment
(int type, String message, long entityId) CheckAmendment
(int type, String message, String bugId) CheckAmendment
(int type, String message, String bugId, long entityId) -
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
-
Constructor Details
-
CheckAmendment
-
CheckAmendment
-
CheckAmendment
-
-
Method Details
-
getEntityId
public long getEntityId()
-