public interface ErrorDetails
Modifier and Type | Method and Description |
---|---|
Set<Long> |
getAgentIds() |
@Nullable String |
getBuildKey()
Deprecated.
since 5.5, use
getEntityKey() |
@Nullable Integer |
getBuildNumber()
Deprecated.
since 5.5, use
getResultNumber() |
String |
getBuildResultKey()
Deprecated.
since 5.5, use
getResultKey() |
String |
getContext()
Top level message related to error
|
@Nullable Key |
getEntityKey()
Get entity key associated with this error
|
int |
getErrorNumber() |
@NotNull Date |
getFirstOccurred() |
@NotNull Date |
getLastOccurred() |
int |
getNumberOfOccurrences() |
@Nullable ResultKey |
getResultKey()
Get result key associated with this error
|
@Nullable Integer |
getResultNumber()
Deprecated.
since 6.5, use
getResultNumberLong() |
@Nullable Long |
getResultNumberLong() |
@Nullable 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 @Nullable String getBuildKey()
getEntityKey()
@Nullable @Nullable Key getEntityKey()
@Nullable @Deprecated @Nullable Integer getBuildNumber()
getResultNumber()
@Nullable @Deprecated @Nullable Integer getResultNumber()
getResultNumberLong()
@Nullable @Nullable Long getResultNumberLong()
@Deprecated String getBuildResultKey()
getResultKey()
@Nullable @Nullable ResultKey getResultKey()
boolean isBuildSpecific()
int getErrorNumber()
String getContext()
@NotNull @NotNull Date getFirstOccurred()
@NotNull @NotNull Date getLastOccurred()
getFirstOccurred()
)int getNumberOfOccurrences()
@Nullable @Nullable ThrowableDetails getThrowableDetails()
Throwable
which may have been thrown in the errorThrowable
for this errorCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.