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
- Struct
- Aws::CodeBuild::Types::BuildBatchPhase
 
- Defined in:
- (unknown)
Overview
Contains information about a stage for a batch build.
Instance Attribute Summary collapse
- 
  
    
      #contexts  ⇒ Array<Types::PhaseContext> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Additional information about the batch build phase. 
- 
  
    
      #duration_in_seconds  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    How long, in seconds, between the starting and ending times of the batch build\'s phase. 
- 
  
    
      #end_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    When the batch build phase ended, expressed in Unix time format. 
- 
  
    
      #phase_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The current status of the batch build phase. 
- 
  
    
      #phase_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the batch build phase. 
- 
  
    
      #start_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    When the batch build phase started, expressed in Unix time format. 
Instance Attribute Details
#contexts ⇒ Array<Types::PhaseContext>
Additional information about the batch build phase. Especially to help troubleshoot a failed btach build.
#duration_in_seconds ⇒ Integer
How long, in seconds, between the starting and ending times of the batch build\'s phase.
#end_time ⇒ Time
When the batch build phase ended, expressed in Unix time format.
#phase_status ⇒ String
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
 
#phase_type ⇒ String
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
 
#start_time ⇒ Time
When the batch build phase started, expressed in Unix time format.