BuildGroup

Contains information about a batch build build group. Build groups are used to combine builds that can run in parallel, while still being able to set dependencies on other build groups.

Types

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

Properties

Link copied to clipboard

A BuildSummary object that contains a summary of the current build group.

Link copied to clipboard

An array of strings that contain the identifiers of the build groups that this build group depends on.

Link copied to clipboard

Contains the identifier of the build group.

Link copied to clipboard

Specifies if failures in this build group can be ignored.

Link copied to clipboard

An array of BuildSummary objects that contain summaries of previous build groups.

Functions

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