NAME

Paws::CodeBuild::Build

USAGE

This class represents one of two things:

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, ..., TimeoutInMinutes => $value  });

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

DESCRIPTION

Information about a build.

ATTRIBUTES

Arn => Str

The build's Amazon Resource Name (ARN).

Artifacts => Paws::CodeBuild::BuildArtifacts

Information about the build's output artifacts.

BuildComplete => Bool

Whether the build has finished. Valid values include true if completed;
otherwise, false.

BuildStatus => Str

The build's current status. 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.

CurrentPhase => Str

The build's current build phase.

EndTime => Str

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

Environment => Paws::CodeBuild::ProjectEnvironment

Information about the build environment for this build.

Id => Str

The build's unique ID.

Initiator => Str

The entity that started the build. Valid values include:
  • If AWS CodePipeline started the build, the pipeline's name, for example codepipeline/my-demo-pipeline.

  • If an AWS Identity and Access Management (IAM) user started the build, the user's name, for example MyUserName.

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

Logs => Paws::CodeBuild::LogsLocation

Information about the build's logs in Amazon CloudWatch Logs.

Phases => ArrayRef[Paws::CodeBuild::BuildPhase]

Information about all previous build phases that have completed, and
information about any current build phase that has not yet completed.

ProjectName => Str

The build project's name.

Source => Paws::CodeBuild::ProjectSource

Information about the source code to be built.

SourceVersion => Str

Any version identifier for the version of the source code to be built.

StartTime => Str

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

TimeoutInMinutes => Int

How long in minutes for AWS CodeBuild to wait to timeout this build if
it does not get marked as completed.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::CodeBuild

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues