@PublicApi
public interface RunDetails
status message for informational or troubleshooting reasons.| Modifier and Type | Field and Description |
|---|---|
static int |
MAXIMUM_MESSAGE_LENGTH
The maximum length that is permitted for the message string returned in a
JobRunnerResponse. |
| Modifier and Type | Method and Description |
|---|---|
long |
getDurationInMillis()
Returns the duration (in milliseconds) that the job took to complete.
|
String |
getMessage()
Returns any additional message that the job would like to report about this job run.
|
RunOutcome |
getRunOutcome()
Returns the overall result of the job
|
Date |
getStartTime()
Returns the starting time of this job run.
|
static final int MAXIMUM_MESSAGE_LENGTH
JobRunnerResponse.
Any return value that exceeds this length (255 chars) is silently truncated.@Nonnull Date getStartTime()
long getDurationInMillis()
@Nonnull RunOutcome getRunOutcome()
@Nonnull String getMessage()
null.Copyright © 2017 Atlassian. All rights reserved.