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 stage for a batch build.

Inheritance Hierarchy

System.Object
  Amazon.CodeBuild.Model.BuildBatchPhase

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

Syntax

C#
public class BuildBatchPhase

The BuildBatchPhase type exposes the following members

Constructors

NameDescription
Public Method BuildBatchPhase()

Properties

NameTypeDescription
Public Property Contexts System.Collections.Generic.List<Amazon.CodeBuild.Model.PhaseContext>

Gets and sets the property Contexts.

Additional information about the batch build phase. Especially to help troubleshoot a failed batch build.

Public Property DurationInSeconds System.Int64

Gets and sets the property DurationInSeconds.

How long, in seconds, between the starting and ending times of the batch build's phase.

Public Property EndTime System.DateTime

Gets and sets the property EndTime.

When the batch build phase ended, expressed in Unix time format.

Public Property PhaseStatus Amazon.CodeBuild.StatusType

Gets and sets the property PhaseStatus.

The current status of the batch build phase. Valid values include:

FAILED

The build phase failed.

FAULT

The build phase faulted.

IN_PROGRESS

The build phase is still in progress.

STOPPED

The build phase stopped.

SUCCEEDED

The build phase succeeded.

TIMED_OUT

The build phase timed out.

Public Property PhaseType Amazon.CodeBuild.BuildBatchPhaseType

Gets and sets the property PhaseType.

The name of the batch build phase. Valid values include:

COMBINE_ARTIFACTS

Build output artifacts are being combined and uploaded to the output location.

DOWNLOAD_BATCHSPEC

The batch build specification is being downloaded.

FAILED

One or more of the builds failed.

IN_PROGRESS

The batch build is in progress.

STOPPED

The batch build was stopped.

SUBMITTED

The btach build has been submitted.

SUCCEEDED

The batch build succeeded.

Public Property StartTime System.DateTime

Gets and sets the property StartTime.

When the batch build phase started, expressed in Unix time format.

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