@Immutable public final class RunDetailsImpl extends Object implements RunDetails
MAXIMUM_MESSAGE_LENGTH| Constructor and Description |
|---|
RunDetailsImpl(Date startTime,
RunOutcome runOutcome,
long durationInMillis,
String message) |
| Modifier and Type | Method and Description |
|---|---|
long |
getDurationInMillis() |
String |
getMessage() |
RunOutcome |
getRunOutcome() |
Date |
getStartTime() |
String |
toString() |
public RunDetailsImpl(Date startTime, RunOutcome runOutcome, long durationInMillis, @Nullable String message)
@Nonnull public Date getStartTime()
getStartTime in interface RunDetailspublic long getDurationInMillis()
getDurationInMillis in interface RunDetails@Nonnull public RunOutcome getRunOutcome()
getRunOutcome in interface RunDetails@Nonnull public String getMessage()
getMessage in interface RunDetailsCopyright © 2018 Atlassian. All rights reserved.