gradle
Toggle table of contents
9.6.0-20260414005124+0000
API
Target filter
API
Switch theme
Search in API
Skip to content
gradle
gradle
/
org.gradle.tooling.events.test
/
TestOperationResult
Test
Operation
Result
API
interface
TestOperationResult
:
OperationResult
(
source
)
Describes the result of running a test operation.
Since
2.4
Inheritors
TestFailureResult
TestSkippedResult
TestSuccessResult
Members
Functions
get
End
Time
Link copied to clipboard
API
abstract
fun
getEndTime
(
)
:
Long
Returns the time when the operation finished its execution.
get
Start
Time
Link copied to clipboard
API
abstract
fun
getStartTime
(
)
:
Long
Returns the time when the operation started its execution.