FileArtifact

data class FileArtifact(val file: File, val timestamp: Instant = Instant.now()) : SystemOutput

Constructors

Link copied to clipboard
constructor(directory: String, outputFile: String)
constructor(file: File, timestamp: Instant = Instant.now())

Properties

Link copied to clipboard
val file: File
Link copied to clipboard
open val timestamp: Instant