BuildResult

data class BuildResult(val status: BuildStatus?, val rawOutput: String, val timestamp: Instant = Instant.now(), val runningTime: Duration)

Result of a build command

Parameters

status

status of the build if we could parse it

Constructors

Link copied to clipboard
constructor(status: BuildStatus?, rawOutput: String, timestamp: Instant = Instant.now(), runningTime: Duration)

Properties

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

Functions

Link copied to clipboard
open fun contribution(): String
Link copied to clipboard