FailureResult
, SkippedResult
, SuccessResult
, TaskFailureResult
, TaskOperationResult
, TaskSkippedResult
, TaskSuccessResult
, TestFailureResult
, TestOperationResult
, TestSkippedResult
, TestSuccessResult
@Incubating public interface OperationResult
Modifier and Type | Method | Description |
---|---|---|
long |
getEndTime() |
Returns the time when the operation finished its execution.
|
long |
getStartTime() |
Returns the time when the operation started its execution.
|
long getStartTime()
long getEndTime()