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

Class: Aws::CodeBuild::Types::BuildBatchPhase

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

Overview

Contains information about a stage for a batch build.

Instance Attribute Summary collapse

Instance Attribute Details

#contextsArray<Types::PhaseContext>

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

Returns:

#duration_in_secondsInteger

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

Returns:

  • (Integer)

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

#end_timeTime

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

Returns:

  • (Time)

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

#phase_statusString

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.

QUEUED

The build has been submitted and is queued behind other submitted builds.

STOPPED

The build phase stopped.

SUCCEEDED

The build phase succeeded.

TIMED_OUT

The build phase timed out.

Possible values:

  • SUCCEEDED
  • FAILED
  • FAULT
  • TIMED_OUT
  • IN_PROGRESS
  • STOPPED

Returns:

  • (String)

    The current status of the batch build phase.

#phase_typeString

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.

Possible values:

  • SUBMITTED
  • DOWNLOAD_BATCHSPEC
  • IN_PROGRESS
  • COMBINE_ARTIFACTS
  • SUCCEEDED
  • FAILED
  • STOPPED

Returns:

  • (String)

    The name of the batch build phase.

#start_timeTime

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

Returns:

  • (Time)

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