You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeBuild::Types::BuildGroup

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#current_build_summaryTypes::BuildSummary

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

Returns:

  • (Types::BuildSummary)

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

#depends_onArray<String>

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

Returns:

  • (Array<String>)

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

#identifierString

Contains the identifier of the build group.

Returns:

  • (String)

    Contains the identifier of the build group.

#ignore_failureBoolean

Specifies if failures in this build group can be ignored.

Returns:

  • (Boolean)

    Specifies if failures in this build group can be ignored.

#prior_build_summary_listArray<Types::BuildSummary>

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

Returns:

  • (Array<Types::BuildSummary>)

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