public abstract class AbstractAmendment extends Object implements Amendment
CORRECTION, ERROR, UNFIXABLE_ERROR
Modifier | Constructor and Description |
---|---|
protected |
AbstractAmendment(int type,
String bugId,
String message) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getBugId() |
String |
getMessage() |
protected int |
getType() |
int |
hashCode() |
boolean |
isCorrection() |
boolean |
isError() |
protected boolean |
isValidType(int type) |
boolean |
isWarning() |
protected void |
setBugId(String bugId) |
protected void |
setMessage(String message) |
protected void |
setType(int type) |
String |
toString() |
public boolean isCorrection()
isCorrection
in interface Amendment
protected int getType()
protected void setType(int type)
protected boolean isValidType(int type)
public String getMessage()
getMessage
in interface Amendment
protected void setMessage(String message)
protected void setBugId(String bugId)
Copyright © 2002-2021 Atlassian. All Rights Reserved.