PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::CodeBuild::Build; use Moose; has Arn => (is => 'ro', isa => 'Str', request_name => 'arn', traits => ['NameInRequest']); has Artifacts => (is => 'ro', isa => 'Paws::CodeBuild::BuildArtifacts', request_name => 'artifacts', traits => ['NameInRequest']); has BuildBatchArn => (is => 'ro', isa => 'Str', request_name => 'buildBatchArn', traits => ['NameInRequest']); has BuildComplete => (is => 'ro', isa => 'Bool', request_name => 'buildComplete', traits => ['NameInRequest']); has BuildNumber => (is => 'ro', isa => 'Int', request_name => 'buildNumber', traits => ['NameInRequest']); has BuildStatus => (is => 'ro', isa => 'Str', request_name => 'buildStatus', traits => ['NameInRequest']); has Cache => (is => 'ro', isa => 'Paws::CodeBuild::ProjectCache', request_name => 'cache', traits => ['NameInRequest']); has CurrentPhase => (is => 'ro', isa => 'Str', request_name => 'currentPhase', traits => ['NameInRequest']); has DebugSession => (is => 'ro', isa => 'Paws::CodeBuild::DebugSession', request_name => 'debugSession', traits => ['NameInRequest']); has EncryptionKey => (is => 'ro', isa => 'Str', request_name => 'encryptionKey', traits => ['NameInRequest']); has EndTime => (is => 'ro', isa => 'Str', request_name => 'endTime', traits => ['NameInRequest']); has Environment => (is => 'ro', isa => 'Paws::CodeBuild::ProjectEnvironment', request_name => 'environment', traits => ['NameInRequest']); has ExportedEnvironmentVariables => (is => 'ro', isa => 'ArrayRef[Paws::CodeBuild::ExportedEnvironmentVariable]', request_name => 'exportedEnvironmentVariables', traits => ['NameInRequest']); has FileSystemLocations => (is => 'ro', isa => 'ArrayRef[Paws::CodeBuild::ProjectFileSystemLocation]', request_name => 'fileSystemLocations', traits => ['NameInRequest']); has Id => (is => 'ro', isa => 'Str', request_name => 'id', traits => ['NameInRequest']); has Initiator => (is => 'ro', isa => 'Str', request_name => 'initiator', traits => ['NameInRequest']); has Logs => (is => 'ro', isa => 'Paws::CodeBuild::LogsLocation', request_name => 'logs', traits => ['NameInRequest']); has NetworkInterface => (is => 'ro', isa => 'Paws::CodeBuild::NetworkInterface', request_name => 'networkInterface', traits => ['NameInRequest']); has Phases => (is => 'ro', isa => 'ArrayRef[Paws::CodeBuild::BuildPhase]', request_name => 'phases', traits => ['NameInRequest']); has ProjectName => (is => 'ro', isa => 'Str', request_name => 'projectName', traits => ['NameInRequest']); has QueuedTimeoutInMinutes => (is => 'ro', isa => 'Int', request_name => 'queuedTimeoutInMinutes', traits => ['NameInRequest']); has ReportArns => (is => 'ro', isa => 'ArrayRef[Str|Undef]', request_name => 'reportArns', traits => ['NameInRequest']); has ResolvedSourceVersion => (is => 'ro', isa => 'Str', request_name => 'resolvedSourceVersion', traits => ['NameInRequest']); has SecondaryArtifacts => (is => 'ro', isa => 'ArrayRef[Paws::CodeBuild::BuildArtifacts]', request_name => 'secondaryArtifacts', traits => ['NameInRequest']); has SecondarySources => (is => 'ro', isa => 'ArrayRef[Paws::CodeBuild::ProjectSource]', request_name => 'secondarySources', traits => ['NameInRequest']); has SecondarySourceVersions => (is => 'ro', isa => 'ArrayRef[Paws::CodeBuild::ProjectSourceVersion]', request_name => 'secondarySourceVersions', traits => ['NameInRequest']); has ServiceRole => (is => 'ro', isa => 'Str', request_name => 'serviceRole', traits => ['NameInRequest']); has Source => (is => 'ro', isa => 'Paws::CodeBuild::ProjectSource', request_name => 'source', traits => ['NameInRequest']); has SourceVersion => (is => 'ro', isa => 'Str', request_name => 'sourceVersion', traits => ['NameInRequest']); has StartTime => (is => 'ro', isa => 'Str', request_name => 'startTime', traits => ['NameInRequest']); has TimeoutInMinutes => (is => 'ro', isa => 'Int', request_name => 'timeoutInMinutes', traits => ['NameInRequest']); has VpcConfig => (is => 'ro', isa => 'Paws::CodeBuild::VpcConfig', request_name => 'vpcConfig', traits => ['NameInRequest']); 1; ### main pod documentation begin ### =head1 NAME Paws::CodeBuild::Build =head1 USAGE This class represents one of two things: =head3 Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::CodeBuild::Build object: $service_obj->Method(Att1 => { Arn => $value, ..., VpcConfig => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::CodeBuild::Build object: $result = $service_obj->Method(...); $result->Att1->Arn =head1 DESCRIPTION Information about a build. =head1 ATTRIBUTES =head2 Arn => Str The Amazon Resource Name (ARN) of the build. =head2 Artifacts => L Information about the output artifacts for the build. =head2 BuildBatchArn => Str The ARN of the batch build that this build is a member of, if applicable. =head2 BuildComplete => Bool Whether the build is complete. True if complete; otherwise, false. =head2 BuildNumber => Int The number of the build. For each project, the C of its first build is C<1>. The C of each subsequent build is incremented by C<1>. If a build is deleted, the C of other builds does not change. =head2 BuildStatus => Str The current status of the build. Valid values include: =over =item * C: The build failed. =item * C: The build faulted. =item * C: The build is still in progress. =item * C: The build stopped. =item * C: The build succeeded. =item * C: The build timed out. =back =head2 Cache => L Information about the cache for the build. =head2 CurrentPhase => Str The current build phase. =head2 DebugSession => L Contains information about the debug session for this build. =head2 EncryptionKey => Str 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 Calias-nameE>). =head2 EndTime => Str When the build process ended, expressed in Unix time format. =head2 Environment => L Information about the build environment for this build. =head2 ExportedEnvironmentVariables => ArrayRef[L] 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 (https://docs.aws.amazon.com/codepipeline/latest/userguide/actions-variables.html) in the I. =head2 FileSystemLocations => ArrayRef[L] An array of C objects for a CodeBuild build project. A C object specifies the C, C, C, C, and C of a file system created using Amazon Elastic File System. =head2 Id => Str The unique ID for the build. =head2 Initiator => Str The entity that started the build. Valid values include: =over =item * If CodePipeline started the build, the pipeline's name (for example, C). =item * If an Identity and Access Management user started the build, the user's name (for example, C). =item * If the Jenkins plugin for CodeBuild started the build, the string C. =back =head2 Logs => L Information about the build's logs in CloudWatch Logs. =head2 NetworkInterface => L Describes a network interface. =head2 Phases => ArrayRef[L] Information about all previous build phases that are complete and information about any current build phase that is not yet complete. =head2 ProjectName => Str The name of the CodeBuild project. =head2 QueuedTimeoutInMinutes => Int The number of minutes a build is allowed to be queued before it times out. =head2 ReportArns => ArrayRef[Str|Undef] An array of the ARNs associated with this build's reports. =head2 ResolvedSourceVersion => Str An identifier for the version of this build's source code. =over =item * For CodeCommit, GitHub, GitHub Enterprise, and BitBucket, the commit ID. =item * For CodePipeline, the source revision provided by CodePipeline. =item * For Amazon S3, this does not apply. =back =head2 SecondaryArtifacts => ArrayRef[L] An array of C objects. =head2 SecondarySources => ArrayRef[L] An array of C objects. =head2 SecondarySourceVersions => ArrayRef[L] An array of C objects. Each C must be one of: =over =item * For CodeCommit: the commit ID, branch, or Git tag to use. =item * 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 C (for example, C). 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. =item * 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. =item * For Amazon S3: the version ID of the object that represents the build input ZIP file to use. =back =head2 ServiceRole => Str The name of a service role used for this build. =head2 Source => L Information about the source code to be built. =head2 SourceVersion => Str Any version identifier for the version of the source code to be built. If C is specified at the project level, then this C (at the build level) takes precedence. For more information, see Source Version Sample with CodeBuild (https://docs.aws.amazon.com/codebuild/latest/userguide/sample-source-version.html) in the I. =head2 StartTime => Str When the build process started, expressed in Unix time format. =head2 TimeoutInMinutes => Int How long, in minutes, for CodeBuild to wait before timing out this build if it does not get marked as completed. =head2 VpcConfig => L 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. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut