@PublicApi
public interface ExecutionStatus
Modifier and Type | Method and Description |
---|---|
long |
getAverageDuration()
Estimated total execution time of a task.
|
BuildChanges |
getBuildChanges()
Changes associated with current build
|
BuildIdentifier |
getBuildIdentifier()
The ID of the build
|
long |
getElapsedTime()
How long the task has taken up to now.
|
ProgressBar |
getProgressBar()
Track progress of the current build
|
Date |
getQueueTime()
When the process was queued for execution
|
Date |
getStartTime()
When was the execution started.
|
TriggerReason |
getTriggerReason()
The trigger reason of the current build
|
@NotNull BuildIdentifier getBuildIdentifier()
@NotNull TriggerReason getTriggerReason()
@NotNull BuildChanges getBuildChanges()
@Nullable Date getStartTime()
@Nullable Date getQueueTime()
long getAverageDuration()
long getElapsedTime()
@NotNull ProgressBar getProgressBar()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.