Java com.amazonaws.services.codebuild.model Build fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.codebuild.model Build fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.codebuild.model Build.

The text is from its open source code.

Method

StringgetArn()

The Amazon Resource Name (ARN) of the build.

StringgetBuildStatus()

The current status of the build.

LogsLocationgetLogs()

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

java.util.ListgetPhases()

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

java.util.DategetStartTime()

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