| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
BuildPhase |
BuildPhase.clone() |
BuildPhase |
BuildPhase.withContexts(Collection<PhaseContext> contexts)
Additional information about a build phase, especially to help troubleshoot a failed build.
|
BuildPhase |
BuildPhase.withContexts(PhaseContext... contexts)
Additional information about a build phase, especially to help troubleshoot a failed build.
|
BuildPhase |
BuildPhase.withDurationInSeconds(Long durationInSeconds)
How long, in seconds, between the starting and ending times of the build's phase.
|
BuildPhase |
BuildPhase.withEndTime(Date endTime)
When the build phase ended, expressed in Unix time format.
|
BuildPhase |
BuildPhase.withPhaseStatus(StatusType phaseStatus)
The current status of the build phase.
|
BuildPhase |
BuildPhase.withPhaseStatus(String phaseStatus)
The current status of the build phase.
|
BuildPhase |
BuildPhase.withPhaseType(BuildPhaseType phaseType)
The name of the build phase.
|
BuildPhase |
BuildPhase.withPhaseType(String phaseType)
The name of the build phase.
|
BuildPhase |
BuildPhase.withStartTime(Date startTime)
When the build phase started, expressed in Unix time format.
|
| Modifier and Type | Method and Description |
|---|---|
List<BuildPhase> |
Build.getPhases()
Information about all previous build phases that are completed and information about any current build phase that
is not yet complete.
|
| Modifier and Type | Method and Description |
|---|---|
Build |
Build.withPhases(BuildPhase... phases)
Information about all previous build phases that are completed and information about any current build phase that
is not yet complete.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Build.setPhases(Collection<BuildPhase> phases)
Information about all previous build phases that are completed and information about any current build phase that
is not yet complete.
|
Build |
Build.withPhases(Collection<BuildPhase> phases)
Information about all previous build phases that are completed and information about any current build phase that
is not yet complete.
|
Copyright © 2018. All rights reserved.