gradle
Toggle table of contents
9.4.0
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.tooling.events.test
/
TestKeyValueMetadataEvent
Test
Key
Value
Metadata
Event
API
@
Incubating
@
NullMarked
interface
TestKeyValueMetadataEvent
:
TestMetadataEvent
(
source
)
An event emitted by tests that contains additional data in the form of key-values.
Since
9.4.0
Members
Functions
get
Descriptor
Link copied to clipboard
API
abstract
fun
getDescriptor
(
)
:
OperationDescriptor
get
Display
Name
Link copied to clipboard
API
abstract
fun
getDisplayName
(
)
:
String
get
Event
Time
Link copied to clipboard
API
abstract
fun
getEventTime
(
)
:
Long
get
Values
Link copied to clipboard
API
abstract
fun
getValues
(
)
:
Map
<
String
,
String
>
Key-value data reported by the associated test.