BuildBatchPhase

Contains information about a stage for a batch build.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Additional information about the batch build phase. Especially to help troubleshoot a failed batch build.

Link copied to clipboard

How long, in seconds, between the starting and ending times of the batch build's phase.

Link copied to clipboard

When the batch build phase ended, expressed in Unix time format.

Link copied to clipboard

The current status of the batch build phase. Valid values include:

Link copied to clipboard

The name of the batch build phase. Valid values include:

Link copied to clipboard

When the batch build phase started, expressed in Unix time format.

Functions

Link copied to clipboard
inline fun copy(block: BuildBatchPhase.Builder.() -> Unit = {}): BuildBatchPhase
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String