public interface ErrorDetails
Modifier and Type | Method and Description |
---|---|
Set<Long> |
getAgentIds() |
String |
getBuildKey()
Deprecated.
since 5.5, use
getEntityKey() |
Integer |
getBuildNumber()
Deprecated.
since 5.5, use
getResultNumber() |
String |
getBuildResultKey()
Deprecated.
since 5.5, use
getResultKey() |
String |
getContext()
Top level message related to error
|
Key |
getEntityKey()
Get entity key associated with this error
|
int |
getErrorNumber() |
Date |
getFirstOccurred() |
Date |
getLastOccurred() |
int |
getNumberOfOccurrences() |
ResultKey |
getResultKey()
Get result key associated with this error
|
Integer |
getResultNumber()
Deprecated.
since 6.5, use
getResultNumberLong() |
Long |
getResultNumberLong() |
ThrowableDetails |
getThrowableDetails()
Contains the details of any
Throwable which may have been thrown in the error |
boolean |
isBuildSpecific()
Is this error specific to one plan (true) or for all/any plans (false) e.g.
|
@Nullable @Deprecated String getBuildKey()
getEntityKey()
@Nullable Key getEntityKey()
@Nullable @Deprecated Integer getBuildNumber()
getResultNumber()
@Nullable @Deprecated Integer getResultNumber()
getResultNumberLong()
@Nullable Long getResultNumberLong()
@Deprecated String getBuildResultKey()
getResultKey()
@Nullable ResultKey getResultKey()
boolean isBuildSpecific()
int getErrorNumber()
String getContext()
@NotNull Date getFirstOccurred()
@NotNull Date getLastOccurred()
getFirstOccurred()
)int getNumberOfOccurrences()
@Nullable ThrowableDetails getThrowableDetails()
Throwable
which may have been thrown in the errorThrowable
for this errorCopyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.