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

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

Introduction

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

The text is from its open source code.

Constructor

Method

java.util.ListgetContexts()

Additional information about a build phase, especially to help troubleshoot a failed build.

StringgetPhaseStatus()

The current status of the build phase.

StringgetPhaseType()

The name of the build phase.

voidsetDurationInSeconds(Long durationInSeconds)

How long, in seconds, between the starting and ending times of the build's phase.

voidsetPhaseStatus(String phaseStatus)

The current status of the build phase.

voidsetPhaseStatus(StatusType phaseStatus)

The current status of the build phase.