public interface Amendment extends Serializable
Modifier and Type | Field and Description |
---|---|
static int |
CORRECTION |
static int |
ERROR |
static int |
UNFIXABLE_ERROR |
Modifier and Type | Method and Description |
---|---|
String |
getBugId() |
String |
getMessage() |
boolean |
isCorrection() |
boolean |
isError() |
boolean |
isWarning() |
static final int CORRECTION
static final int UNFIXABLE_ERROR
static final int ERROR
Copyright © 2002-2024 Atlassian. All Rights Reserved.