Class: Aws::CodeBuild::Types::Build

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb

Overview

Information about a build.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the build.

Returns:

  • (String)


478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 478

class Build < Struct.new(
  :id,
  :arn,
  :build_number,
  :start_time,
  :end_time,
  :current_phase,
  :build_status,
  :source_version,
  :resolved_source_version,
  :project_name,
  :phases,
  :source,
  :secondary_sources,
  :secondary_source_versions,
  :artifacts,
  :secondary_artifacts,
  :cache,
  :environment,
  :service_role,
  :logs,
  :timeout_in_minutes,
  :queued_timeout_in_minutes,
  :build_complete,
  :initiator,
  :vpc_config,
  :network_interface,
  :encryption_key,
  :exported_environment_variables,
  :report_arns,
  :file_system_locations,
  :debug_session,
  :build_batch_arn)
  SENSITIVE = []
  include Aws::Structure
end

#artifactsTypes::BuildArtifacts

Information about the output artifacts for the build.



478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 478

class Build < Struct.new(
  :id,
  :arn,
  :build_number,
  :start_time,
  :end_time,
  :current_phase,
  :build_status,
  :source_version,
  :resolved_source_version,
  :project_name,
  :phases,
  :source,
  :secondary_sources,
  :secondary_source_versions,
  :artifacts,
  :secondary_artifacts,
  :cache,
  :environment,
  :service_role,
  :logs,
  :timeout_in_minutes,
  :queued_timeout_in_minutes,
  :build_complete,
  :initiator,
  :vpc_config,
  :network_interface,
  :encryption_key,
  :exported_environment_variables,
  :report_arns,
  :file_system_locations,
  :debug_session,
  :build_batch_arn)
  SENSITIVE = []
  include Aws::Structure
end

#build_batch_arnString

The ARN of the batch build that this build is a member of, if applicable.

Returns:

  • (String)


478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 478

class Build < Struct.new(
  :id,
  :arn,
  :build_number,
  :start_time,
  :end_time,
  :current_phase,
  :build_status,
  :source_version,
  :resolved_source_version,
  :project_name,
  :phases,
  :source,
  :secondary_sources,
  :secondary_source_versions,
  :artifacts,
  :secondary_artifacts,
  :cache,
  :environment,
  :service_role,
  :logs,
  :timeout_in_minutes,
  :queued_timeout_in_minutes,
  :build_complete,
  :initiator,
  :vpc_config,
  :network_interface,
  :encryption_key,
  :exported_environment_variables,
  :report_arns,
  :file_system_locations,
  :debug_session,
  :build_batch_arn)
  SENSITIVE = []
  include Aws::Structure
end

#build_completeBoolean

Whether the build is complete. True if complete; otherwise, false.

Returns:

  • (Boolean)


478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 478

class Build < Struct.new(
  :id,
  :arn,
  :build_number,
  :start_time,
  :end_time,
  :current_phase,
  :build_status,
  :source_version,
  :resolved_source_version,
  :project_name,
  :phases,
  :source,
  :secondary_sources,
  :secondary_source_versions,
  :artifacts,
  :secondary_artifacts,
  :cache,
  :environment,
  :service_role,
  :logs,
  :timeout_in_minutes,
  :queued_timeout_in_minutes,
  :build_complete,
  :initiator,
  :vpc_config,
  :network_interface,
  :encryption_key,
  :exported_environment_variables,
  :report_arns,
  :file_system_locations,
  :debug_session,
  :build_batch_arn)
  SENSITIVE = []
  include Aws::Structure
end

#build_numberInteger

The number of the build. For each project, the buildNumber of its first build is 1. The buildNumber of each subsequent build is incremented by 1. If a build is deleted, the buildNumber of other builds does not change.

Returns:

  • (Integer)


478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 478

class Build < Struct.new(
  :id,
  :arn,
  :build_number,
  :start_time,
  :end_time,
  :current_phase,
  :build_status,
  :source_version,
  :resolved_source_version,
  :project_name,
  :phases,
  :source,
  :secondary_sources,
  :secondary_source_versions,
  :artifacts,
  :secondary_artifacts,
  :cache,
  :environment,
  :service_role,
  :logs,
  :timeout_in_minutes,
  :queued_timeout_in_minutes,
  :build_complete,
  :initiator,
  :vpc_config,
  :network_interface,
  :encryption_key,
  :exported_environment_variables,
  :report_arns,
  :file_system_locations,
  :debug_session,
  :build_batch_arn)
  SENSITIVE = []
  include Aws::Structure
end

#build_statusString

The current status of the build. Valid values include:

  • FAILED: The build failed.

  • FAULT: The build faulted.

  • IN_PROGRESS: The build is still in progress.

  • STOPPED: The build stopped.

  • SUCCEEDED: The build succeeded.

  • TIMED_OUT: The build timed out.

Returns:

  • (String)


478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 478

class Build < Struct.new(
  :id,
  :arn,
  :build_number,
  :start_time,
  :end_time,
  :current_phase,
  :build_status,
  :source_version,
  :resolved_source_version,
  :project_name,
  :phases,
  :source,
  :secondary_sources,
  :secondary_source_versions,
  :artifacts,
  :secondary_artifacts,
  :cache,
  :environment,
  :service_role,
  :logs,
  :timeout_in_minutes,
  :queued_timeout_in_minutes,
  :build_complete,
  :initiator,
  :vpc_config,
  :network_interface,
  :encryption_key,
  :exported_environment_variables,
  :report_arns,
  :file_system_locations,
  :debug_session,
  :build_batch_arn)
  SENSITIVE = []
  include Aws::Structure
end

#cacheTypes::ProjectCache

Information about the cache for the build.

Returns:



478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 478

class Build < Struct.new(
  :id,
  :arn,
  :build_number,
  :start_time,
  :end_time,
  :current_phase,
  :build_status,
  :source_version,
  :resolved_source_version,
  :project_name,
  :phases,
  :source,
  :secondary_sources,
  :secondary_source_versions,
  :artifacts,
  :secondary_artifacts,
  :cache,
  :environment,
  :service_role,
  :logs,
  :timeout_in_minutes,
  :queued_timeout_in_minutes,
  :build_complete,
  :initiator,
  :vpc_config,
  :network_interface,
  :encryption_key,
  :exported_environment_variables,
  :report_arns,
  :file_system_locations,
  :debug_session,
  :build_batch_arn)
  SENSITIVE = []
  include Aws::Structure
end

#current_phaseString

The current build phase.

Returns:

  • (String)


478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 478

class Build < Struct.new(
  :id,
  :arn,
  :build_number,
  :start_time,
  :end_time,
  :current_phase,
  :build_status,
  :source_version,
  :resolved_source_version,
  :project_name,
  :phases,
  :source,
  :secondary_sources,
  :secondary_source_versions,
  :artifacts,
  :secondary_artifacts,
  :cache,
  :environment,
  :service_role,
  :logs,
  :timeout_in_minutes,
  :queued_timeout_in_minutes,
  :build_complete,
  :initiator,
  :vpc_config,
  :network_interface,
  :encryption_key,
  :exported_environment_variables,
  :report_arns,
  :file_system_locations,
  :debug_session,
  :build_batch_arn)
  SENSITIVE = []
  include Aws::Structure
end

#debug_sessionTypes::DebugSession

Contains information about the debug session for this build.

Returns:



478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 478

class Build < Struct.new(
  :id,
  :arn,
  :build_number,
  :start_time,
  :end_time,
  :current_phase,
  :build_status,
  :source_version,
  :resolved_source_version,
  :project_name,
  :phases,
  :source,
  :secondary_sources,
  :secondary_source_versions,
  :artifacts,
  :secondary_artifacts,
  :cache,
  :environment,
  :service_role,
  :logs,
  :timeout_in_minutes,
  :queued_timeout_in_minutes,
  :build_complete,
  :initiator,
  :vpc_config,
  :network_interface,
  :encryption_key,
  :exported_environment_variables,
  :report_arns,
  :file_system_locations,
  :debug_session,
  :build_batch_arn)
  SENSITIVE = []
  include Aws::Structure
end

#encryption_keyString

The Key Management Service customer master key (CMK) to be used for encrypting the build output artifacts.

You can use a cross-account KMS key to encrypt the build output artifacts if your service role has permission to that key.

You can specify either the Amazon Resource Name (ARN) of the CMK or, if available, the CMK's alias (using the format alias/<alias-name>).

Returns:

  • (String)


478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 478

class Build < Struct.new(
  :id,
  :arn,
  :build_number,
  :start_time,
  :end_time,
  :current_phase,
  :build_status,
  :source_version,
  :resolved_source_version,
  :project_name,
  :phases,
  :source,
  :secondary_sources,
  :secondary_source_versions,
  :artifacts,
  :secondary_artifacts,
  :cache,
  :environment,
  :service_role,
  :logs,
  :timeout_in_minutes,
  :queued_timeout_in_minutes,
  :build_complete,
  :initiator,
  :vpc_config,
  :network_interface,
  :encryption_key,
  :exported_environment_variables,
  :report_arns,
  :file_system_locations,
  :debug_session,
  :build_batch_arn)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

When the build process ended, expressed in Unix time format.

Returns:

  • (Time)


478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 478

class Build < Struct.new(
  :id,
  :arn,
  :build_number,
  :start_time,
  :end_time,
  :current_phase,
  :build_status,
  :source_version,
  :resolved_source_version,
  :project_name,
  :phases,
  :source,
  :secondary_sources,
  :secondary_source_versions,
  :artifacts,
  :secondary_artifacts,
  :cache,
  :environment,
  :service_role,
  :logs,
  :timeout_in_minutes,
  :queued_timeout_in_minutes,
  :build_complete,
  :initiator,
  :vpc_config,
  :network_interface,
  :encryption_key,
  :exported_environment_variables,
  :report_arns,
  :file_system_locations,
  :debug_session,
  :build_batch_arn)
  SENSITIVE = []
  include Aws::Structure
end

#environmentTypes::ProjectEnvironment

Information about the build environment for this build.



478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 478

class Build < Struct.new(
  :id,
  :arn,
  :build_number,
  :start_time,
  :end_time,
  :current_phase,
  :build_status,
  :source_version,
  :resolved_source_version,
  :project_name,
  :phases,
  :source,
  :secondary_sources,
  :secondary_source_versions,
  :artifacts,
  :secondary_artifacts,
  :cache,
  :environment,
  :service_role,
  :logs,
  :timeout_in_minutes,
  :queued_timeout_in_minutes,
  :build_complete,
  :initiator,
  :vpc_config,
  :network_interface,
  :encryption_key,
  :exported_environment_variables,
  :report_arns,
  :file_system_locations,
  :debug_session,
  :build_batch_arn)
  SENSITIVE = []
  include Aws::Structure
end

#exported_environment_variablesArray<Types::ExportedEnvironmentVariable>

A list of exported environment variables for this build.

Exported environment variables are used in conjunction with CodePipeline to export environment variables from the current build stage to subsequent stages in the pipeline. For more information, see Working with variables in the CodePipeline User Guide.



478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 478

class Build < Struct.new(
  :id,
  :arn,
  :build_number,
  :start_time,
  :end_time,
  :current_phase,
  :build_status,
  :source_version,
  :resolved_source_version,
  :project_name,
  :phases,
  :source,
  :secondary_sources,
  :secondary_source_versions,
  :artifacts,
  :secondary_artifacts,
  :cache,
  :environment,
  :service_role,
  :logs,
  :timeout_in_minutes,
  :queued_timeout_in_minutes,
  :build_complete,
  :initiator,
  :vpc_config,
  :network_interface,
  :encryption_key,
  :exported_environment_variables,
  :report_arns,
  :file_system_locations,
  :debug_session,
  :build_batch_arn)
  SENSITIVE = []
  include Aws::Structure
end

#file_system_locationsArray<Types::ProjectFileSystemLocation>

An array of ProjectFileSystemLocation objects for a CodeBuild build project. A ProjectFileSystemLocation object specifies the identifier, location, mountOptions, mountPoint, and type of a file system created using Amazon Elastic File System.



478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 478

class Build < Struct.new(
  :id,
  :arn,
  :build_number,
  :start_time,
  :end_time,
  :current_phase,
  :build_status,
  :source_version,
  :resolved_source_version,
  :project_name,
  :phases,
  :source,
  :secondary_sources,
  :secondary_source_versions,
  :artifacts,
  :secondary_artifacts,
  :cache,
  :environment,
  :service_role,
  :logs,
  :timeout_in_minutes,
  :queued_timeout_in_minutes,
  :build_complete,
  :initiator,
  :vpc_config,
  :network_interface,
  :encryption_key,
  :exported_environment_variables,
  :report_arns,
  :file_system_locations,
  :debug_session,
  :build_batch_arn)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique ID for the build.

Returns:

  • (String)


478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 478

class Build < Struct.new(
  :id,
  :arn,
  :build_number,
  :start_time,
  :end_time,
  :current_phase,
  :build_status,
  :source_version,
  :resolved_source_version,
  :project_name,
  :phases,
  :source,
  :secondary_sources,
  :secondary_source_versions,
  :artifacts,
  :secondary_artifacts,
  :cache,
  :environment,
  :service_role,
  :logs,
  :timeout_in_minutes,
  :queued_timeout_in_minutes,
  :build_complete,
  :initiator,
  :vpc_config,
  :network_interface,
  :encryption_key,
  :exported_environment_variables,
  :report_arns,
  :file_system_locations,
  :debug_session,
  :build_batch_arn)
  SENSITIVE = []
  include Aws::Structure
end

#initiatorString

The entity that started the build. Valid values include:

  • If CodePipeline started the build, the pipeline's name (for example, codepipeline/my-demo-pipeline).

  • If a user started the build, the user's name (for example, MyUserName).

  • If the Jenkins plugin for CodeBuild started the build, the string CodeBuild-Jenkins-Plugin.

Returns:

  • (String)


478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 478

class Build < Struct.new(
  :id,
  :arn,
  :build_number,
  :start_time,
  :end_time,
  :current_phase,
  :build_status,
  :source_version,
  :resolved_source_version,
  :project_name,
  :phases,
  :source,
  :secondary_sources,
  :secondary_source_versions,
  :artifacts,
  :secondary_artifacts,
  :cache,
  :environment,
  :service_role,
  :logs,
  :timeout_in_minutes,
  :queued_timeout_in_minutes,
  :build_complete,
  :initiator,
  :vpc_config,
  :network_interface,
  :encryption_key,
  :exported_environment_variables,
  :report_arns,
  :file_system_locations,
  :debug_session,
  :build_batch_arn)
  SENSITIVE = []
  include Aws::Structure
end

#logsTypes::LogsLocation

Information about the build's logs in CloudWatch Logs.

Returns:



478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 478

class Build < Struct.new(
  :id,
  :arn,
  :build_number,
  :start_time,
  :end_time,
  :current_phase,
  :build_status,
  :source_version,
  :resolved_source_version,
  :project_name,
  :phases,
  :source,
  :secondary_sources,
  :secondary_source_versions,
  :artifacts,
  :secondary_artifacts,
  :cache,
  :environment,
  :service_role,
  :logs,
  :timeout_in_minutes,
  :queued_timeout_in_minutes,
  :build_complete,
  :initiator,
  :vpc_config,
  :network_interface,
  :encryption_key,
  :exported_environment_variables,
  :report_arns,
  :file_system_locations,
  :debug_session,
  :build_batch_arn)
  SENSITIVE = []
  include Aws::Structure
end

#network_interfaceTypes::NetworkInterface

Describes a network interface.



478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 478

class Build < Struct.new(
  :id,
  :arn,
  :build_number,
  :start_time,
  :end_time,
  :current_phase,
  :build_status,
  :source_version,
  :resolved_source_version,
  :project_name,
  :phases,
  :source,
  :secondary_sources,
  :secondary_source_versions,
  :artifacts,
  :secondary_artifacts,
  :cache,
  :environment,
  :service_role,
  :logs,
  :timeout_in_minutes,
  :queued_timeout_in_minutes,
  :build_complete,
  :initiator,
  :vpc_config,
  :network_interface,
  :encryption_key,
  :exported_environment_variables,
  :report_arns,
  :file_system_locations,
  :debug_session,
  :build_batch_arn)
  SENSITIVE = []
  include Aws::Structure
end

#phasesArray<Types::BuildPhase>

Information about all previous build phases that are complete and information about any current build phase that is not yet complete.

Returns:



478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 478

class Build < Struct.new(
  :id,
  :arn,
  :build_number,
  :start_time,
  :end_time,
  :current_phase,
  :build_status,
  :source_version,
  :resolved_source_version,
  :project_name,
  :phases,
  :source,
  :secondary_sources,
  :secondary_source_versions,
  :artifacts,
  :secondary_artifacts,
  :cache,
  :environment,
  :service_role,
  :logs,
  :timeout_in_minutes,
  :queued_timeout_in_minutes,
  :build_complete,
  :initiator,
  :vpc_config,
  :network_interface,
  :encryption_key,
  :exported_environment_variables,
  :report_arns,
  :file_system_locations,
  :debug_session,
  :build_batch_arn)
  SENSITIVE = []
  include Aws::Structure
end

#project_nameString

The name of the CodeBuild project.

Returns:

  • (String)


478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 478

class Build < Struct.new(
  :id,
  :arn,
  :build_number,
  :start_time,
  :end_time,
  :current_phase,
  :build_status,
  :source_version,
  :resolved_source_version,
  :project_name,
  :phases,
  :source,
  :secondary_sources,
  :secondary_source_versions,
  :artifacts,
  :secondary_artifacts,
  :cache,
  :environment,
  :service_role,
  :logs,
  :timeout_in_minutes,
  :queued_timeout_in_minutes,
  :build_complete,
  :initiator,
  :vpc_config,
  :network_interface,
  :encryption_key,
  :exported_environment_variables,
  :report_arns,
  :file_system_locations,
  :debug_session,
  :build_batch_arn)
  SENSITIVE = []
  include Aws::Structure
end

#queued_timeout_in_minutesInteger

The number of minutes a build is allowed to be queued before it times out.

Returns:

  • (Integer)


478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 478

class Build < Struct.new(
  :id,
  :arn,
  :build_number,
  :start_time,
  :end_time,
  :current_phase,
  :build_status,
  :source_version,
  :resolved_source_version,
  :project_name,
  :phases,
  :source,
  :secondary_sources,
  :secondary_source_versions,
  :artifacts,
  :secondary_artifacts,
  :cache,
  :environment,
  :service_role,
  :logs,
  :timeout_in_minutes,
  :queued_timeout_in_minutes,
  :build_complete,
  :initiator,
  :vpc_config,
  :network_interface,
  :encryption_key,
  :exported_environment_variables,
  :report_arns,
  :file_system_locations,
  :debug_session,
  :build_batch_arn)
  SENSITIVE = []
  include Aws::Structure
end

#report_arnsArray<String>

An array of the ARNs associated with this build's reports.

Returns:

  • (Array<String>)


478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 478

class Build < Struct.new(
  :id,
  :arn,
  :build_number,
  :start_time,
  :end_time,
  :current_phase,
  :build_status,
  :source_version,
  :resolved_source_version,
  :project_name,
  :phases,
  :source,
  :secondary_sources,
  :secondary_source_versions,
  :artifacts,
  :secondary_artifacts,
  :cache,
  :environment,
  :service_role,
  :logs,
  :timeout_in_minutes,
  :queued_timeout_in_minutes,
  :build_complete,
  :initiator,
  :vpc_config,
  :network_interface,
  :encryption_key,
  :exported_environment_variables,
  :report_arns,
  :file_system_locations,
  :debug_session,
  :build_batch_arn)
  SENSITIVE = []
  include Aws::Structure
end

#resolved_source_versionString

An identifier for the version of this build's source code.

  • For CodeCommit, GitHub, GitHub Enterprise, and BitBucket, the commit ID.

  • For CodePipeline, the source revision provided by CodePipeline.

  • For Amazon S3, this does not apply.

Returns:

  • (String)


478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 478

class Build < Struct.new(
  :id,
  :arn,
  :build_number,
  :start_time,
  :end_time,
  :current_phase,
  :build_status,
  :source_version,
  :resolved_source_version,
  :project_name,
  :phases,
  :source,
  :secondary_sources,
  :secondary_source_versions,
  :artifacts,
  :secondary_artifacts,
  :cache,
  :environment,
  :service_role,
  :logs,
  :timeout_in_minutes,
  :queued_timeout_in_minutes,
  :build_complete,
  :initiator,
  :vpc_config,
  :network_interface,
  :encryption_key,
  :exported_environment_variables,
  :report_arns,
  :file_system_locations,
  :debug_session,
  :build_batch_arn)
  SENSITIVE = []
  include Aws::Structure
end

#secondary_artifactsArray<Types::BuildArtifacts>

An array of ProjectArtifacts objects.

Returns:



478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 478

class Build < Struct.new(
  :id,
  :arn,
  :build_number,
  :start_time,
  :end_time,
  :current_phase,
  :build_status,
  :source_version,
  :resolved_source_version,
  :project_name,
  :phases,
  :source,
  :secondary_sources,
  :secondary_source_versions,
  :artifacts,
  :secondary_artifacts,
  :cache,
  :environment,
  :service_role,
  :logs,
  :timeout_in_minutes,
  :queued_timeout_in_minutes,
  :build_complete,
  :initiator,
  :vpc_config,
  :network_interface,
  :encryption_key,
  :exported_environment_variables,
  :report_arns,
  :file_system_locations,
  :debug_session,
  :build_batch_arn)
  SENSITIVE = []
  include Aws::Structure
end

#secondary_source_versionsArray<Types::ProjectSourceVersion>

An array of ProjectSourceVersion objects. Each ProjectSourceVersion must be one of:

  • For CodeCommit: the commit ID, branch, or Git tag to use.

  • For GitHub: the commit ID, pull request ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a pull request ID is specified, it must use the format pr/pull-request-ID (for example, pr/25). If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.

  • For Bitbucket: the commit ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.

  • For Amazon S3: the version ID of the object that represents the build input ZIP file to use.

Returns:



478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 478

class Build < Struct.new(
  :id,
  :arn,
  :build_number,
  :start_time,
  :end_time,
  :current_phase,
  :build_status,
  :source_version,
  :resolved_source_version,
  :project_name,
  :phases,
  :source,
  :secondary_sources,
  :secondary_source_versions,
  :artifacts,
  :secondary_artifacts,
  :cache,
  :environment,
  :service_role,
  :logs,
  :timeout_in_minutes,
  :queued_timeout_in_minutes,
  :build_complete,
  :initiator,
  :vpc_config,
  :network_interface,
  :encryption_key,
  :exported_environment_variables,
  :report_arns,
  :file_system_locations,
  :debug_session,
  :build_batch_arn)
  SENSITIVE = []
  include Aws::Structure
end

#secondary_sourcesArray<Types::ProjectSource>

An array of ProjectSource objects.

Returns:



478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 478

class Build < Struct.new(
  :id,
  :arn,
  :build_number,
  :start_time,
  :end_time,
  :current_phase,
  :build_status,
  :source_version,
  :resolved_source_version,
  :project_name,
  :phases,
  :source,
  :secondary_sources,
  :secondary_source_versions,
  :artifacts,
  :secondary_artifacts,
  :cache,
  :environment,
  :service_role,
  :logs,
  :timeout_in_minutes,
  :queued_timeout_in_minutes,
  :build_complete,
  :initiator,
  :vpc_config,
  :network_interface,
  :encryption_key,
  :exported_environment_variables,
  :report_arns,
  :file_system_locations,
  :debug_session,
  :build_batch_arn)
  SENSITIVE = []
  include Aws::Structure
end

#service_roleString

The name of a service role used for this build.

Returns:

  • (String)


478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 478

class Build < Struct.new(
  :id,
  :arn,
  :build_number,
  :start_time,
  :end_time,
  :current_phase,
  :build_status,
  :source_version,
  :resolved_source_version,
  :project_name,
  :phases,
  :source,
  :secondary_sources,
  :secondary_source_versions,
  :artifacts,
  :secondary_artifacts,
  :cache,
  :environment,
  :service_role,
  :logs,
  :timeout_in_minutes,
  :queued_timeout_in_minutes,
  :build_complete,
  :initiator,
  :vpc_config,
  :network_interface,
  :encryption_key,
  :exported_environment_variables,
  :report_arns,
  :file_system_locations,
  :debug_session,
  :build_batch_arn)
  SENSITIVE = []
  include Aws::Structure
end

#sourceTypes::ProjectSource

Information about the source code to be built.



478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 478

class Build < Struct.new(
  :id,
  :arn,
  :build_number,
  :start_time,
  :end_time,
  :current_phase,
  :build_status,
  :source_version,
  :resolved_source_version,
  :project_name,
  :phases,
  :source,
  :secondary_sources,
  :secondary_source_versions,
  :artifacts,
  :secondary_artifacts,
  :cache,
  :environment,
  :service_role,
  :logs,
  :timeout_in_minutes,
  :queued_timeout_in_minutes,
  :build_complete,
  :initiator,
  :vpc_config,
  :network_interface,
  :encryption_key,
  :exported_environment_variables,
  :report_arns,
  :file_system_locations,
  :debug_session,
  :build_batch_arn)
  SENSITIVE = []
  include Aws::Structure
end

#source_versionString

Any version identifier for the version of the source code to be built. If sourceVersion is specified at the project level, then this sourceVersion (at the build level) takes precedence.

For more information, see Source Version Sample with CodeBuild in the CodeBuild User Guide.

Returns:

  • (String)


478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 478

class Build < Struct.new(
  :id,
  :arn,
  :build_number,
  :start_time,
  :end_time,
  :current_phase,
  :build_status,
  :source_version,
  :resolved_source_version,
  :project_name,
  :phases,
  :source,
  :secondary_sources,
  :secondary_source_versions,
  :artifacts,
  :secondary_artifacts,
  :cache,
  :environment,
  :service_role,
  :logs,
  :timeout_in_minutes,
  :queued_timeout_in_minutes,
  :build_complete,
  :initiator,
  :vpc_config,
  :network_interface,
  :encryption_key,
  :exported_environment_variables,
  :report_arns,
  :file_system_locations,
  :debug_session,
  :build_batch_arn)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

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

Returns:

  • (Time)


478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 478

class Build < Struct.new(
  :id,
  :arn,
  :build_number,
  :start_time,
  :end_time,
  :current_phase,
  :build_status,
  :source_version,
  :resolved_source_version,
  :project_name,
  :phases,
  :source,
  :secondary_sources,
  :secondary_source_versions,
  :artifacts,
  :secondary_artifacts,
  :cache,
  :environment,
  :service_role,
  :logs,
  :timeout_in_minutes,
  :queued_timeout_in_minutes,
  :build_complete,
  :initiator,
  :vpc_config,
  :network_interface,
  :encryption_key,
  :exported_environment_variables,
  :report_arns,
  :file_system_locations,
  :debug_session,
  :build_batch_arn)
  SENSITIVE = []
  include Aws::Structure
end

#timeout_in_minutesInteger

How long, in minutes, for CodeBuild to wait before timing out this build if it does not get marked as completed.

Returns:

  • (Integer)


478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 478

class Build < Struct.new(
  :id,
  :arn,
  :build_number,
  :start_time,
  :end_time,
  :current_phase,
  :build_status,
  :source_version,
  :resolved_source_version,
  :project_name,
  :phases,
  :source,
  :secondary_sources,
  :secondary_source_versions,
  :artifacts,
  :secondary_artifacts,
  :cache,
  :environment,
  :service_role,
  :logs,
  :timeout_in_minutes,
  :queued_timeout_in_minutes,
  :build_complete,
  :initiator,
  :vpc_config,
  :network_interface,
  :encryption_key,
  :exported_environment_variables,
  :report_arns,
  :file_system_locations,
  :debug_session,
  :build_batch_arn)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_configTypes::VpcConfig

If your CodeBuild project accesses resources in an Amazon VPC, you provide this parameter that identifies the VPC ID and the list of security group IDs and subnet IDs. The security groups and subnets must belong to the same VPC. You must provide at least one security group and one subnet ID.

Returns:



478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 478

class Build < Struct.new(
  :id,
  :arn,
  :build_number,
  :start_time,
  :end_time,
  :current_phase,
  :build_status,
  :source_version,
  :resolved_source_version,
  :project_name,
  :phases,
  :source,
  :secondary_sources,
  :secondary_source_versions,
  :artifacts,
  :secondary_artifacts,
  :cache,
  :environment,
  :service_role,
  :logs,
  :timeout_in_minutes,
  :queued_timeout_in_minutes,
  :build_complete,
  :initiator,
  :vpc_config,
  :network_interface,
  :encryption_key,
  :exported_environment_variables,
  :report_arns,
  :file_system_locations,
  :debug_session,
  :build_batch_arn)
  SENSITIVE = []
  include Aws::Structure
end