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 summary information about a batch build group.

Inheritance Hierarchy

System.Object
  Amazon.CodeBuild.Model.BuildSummary

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

Syntax

C#
public class BuildSummary

The BuildSummary type exposes the following members

Constructors

NameDescription
Public Method BuildSummary()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The batch build ARN.

Public Property BuildStatus Amazon.CodeBuild.StatusType

Gets and sets the property BuildStatus.

The status of the build group.

FAILED

The build group failed.

FAULT

The build group faulted.

IN_PROGRESS

The build group is still in progress.

STOPPED

The build group stopped.

SUCCEEDED

The build group succeeded.

TIMED_OUT

The build group timed out.

Public Property PrimaryArtifact Amazon.CodeBuild.Model.ResolvedArtifact

Gets and sets the property PrimaryArtifact.

A ResolvedArtifact object that represents the primary build artifacts for the build group.

Public Property RequestedOn System.DateTime

Gets and sets the property RequestedOn.

When the build was started, expressed in Unix time format.

Public Property SecondaryArtifacts System.Collections.Generic.List<Amazon.CodeBuild.Model.ResolvedArtifact>

Gets and sets the property SecondaryArtifacts.

An array of ResolvedArtifact objects that represents the secondary build artifacts for the build group.

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