gradle
Toggle table of contents
9.4.0
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.api.tasks.testing
/
TestFileAttachmentDataEvent
Test
File
Attachment
Data
Event
API
@
Incubating
@
NullMarked
interface
TestFileAttachmentDataEvent
:
TestMetadataEvent
(
source
)
File attachment data published by a test.
Since
9.4.0
Members
Functions
get
Log
Time
Link copied to clipboard
API
abstract
fun
getLogTime
(
)
:
Instant
get
Media
Type
Link copied to clipboard
API
@
Nullable
abstract
fun
getMediaType
(
)
:
@
Nullable
String
Returns the media type of the attached file, or null if not specified.
get
Path
Link copied to clipboard
API
abstract
fun
getPath
(
)
:
Path
Returns the path to the attached file.