PhaseContext

Additional information about a build phase that has an error. You can use this information for troubleshooting.

Types

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

Properties

Link copied to clipboard

An explanation of the build phase's context. This might include a command ID and an exit code.

Link copied to clipboard

The status code for the context of the build phase.

Functions

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