BuildPhase

Information about a stage for a build.

Types

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

Properties

Link copied to clipboard

Additional information about a build phase, especially to help troubleshoot a failed build.

Link copied to clipboard

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

Link copied to clipboard
val endTime: <Error class: unknown class>?

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

Link copied to clipboard

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

Link copied to clipboard

The name of the build phase. Valid values include:

Link copied to clipboard
val startTime: <Error class: unknown class>?

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

Functions

Link copied to clipboard
inline fun copy(block: BuildPhase.Builder.() -> Unit = {}): BuildPhase
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