AutoRetryConfig

Information about the auto-retry configuration for the build.

Types

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

Properties

Link copied to clipboard

The maximum number of additional automatic retries after a failed build. For example, if the auto-retry limit is set to 2, CodeBuild will call the RetryBuild API to automatically retry your build for up to 2 additional times.

Link copied to clipboard

The number of times that the build has been retried. The initial build will have an auto-retry number of 0.

Link copied to clipboard

The build ARN of the auto-retried build triggered by the current build. The next auto-retry will be null for builds that don't trigger an auto-retry.

Link copied to clipboard

The build ARN of the build that triggered the current auto-retry build. The previous auto-retry will be null for the initial build.

Functions

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