gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.api.tasks.testing
/
TestMetadataEvent
Test
Metadata
Event
API
@
Incubating
interface
TestMetadataEvent
(
source
)
Metadata captured during the execution of a test.
Since
8.13
Members
Functions
get
Log
Time
Link copied to clipboard
API
abstract
fun
getLogTime
(
)
:
Long
The time the message was logged.
get
Values
Link copied to clipboard
API
abstract
fun
getValues
(
)
:
Map
<
String
,
Any
>
Retrieves the recorded metadata values for this event.