Package org.gradle.tooling.events.test
Interface ReportMetadataEvent
- All Superinterfaces:
ProgressEvent,TestMetadataEvent
A metadata information was reported by the test framework.
A typical source for this event is the JUnit Platform reporting ReportEntry objects.
- Since:
- 9.4.0
-
Method Summary
Modifier and TypeMethodDescriptionlongThe timestamp of when the metadata was recorded (and not the time the event was emitted).Methods inherited from interface org.gradle.tooling.events.ProgressEvent
getDescriptor, getDisplayName, getEventTime
-
Method Details
-
getMetadataTimestamp
long getMetadataTimestamp()The timestamp of when the metadata was recorded (and not the time the event was emitted).- Since:
- 9.4.0
-