AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Inheritance Hierarchy

System.Object
  Amazon.CodeBuild.Model.BuildGroup

Namespace: Amazon.CodeBuild.Model
Assembly: AWSSDK.CodeBuild.dll
Version: 3.x.y.z

Syntax

C#
public class BuildGroup

The BuildGroup type exposes the following members

Constructors

NameDescription
Public Method BuildGroup()

Properties

NameTypeDescription
Public Property CurrentBuildSummary Amazon.CodeBuild.Model.BuildSummary

Gets and sets the property CurrentBuildSummary.

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

Public Property DependsOn System.Collections.Generic.List<System.String>

Gets and sets the property DependsOn.

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

Public Property Identifier System.String

Gets and sets the property Identifier.

Contains the identifier of the build group.

Public Property IgnoreFailure System.Boolean

Gets and sets the property IgnoreFailure.

Specifies if failures in this build group can be ignored.

Public Property PriorBuildSummaryList System.Collections.Generic.List<Amazon.CodeBuild.Model.BuildSummary>

Gets and sets the property PriorBuildSummaryList.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5