| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
BuildBatchPhase |
BuildBatchPhase.clone() |
BuildBatchPhase |
BuildBatchPhase.withContexts(Collection<PhaseContext> contexts)
Additional information about the batch build phase.
|
BuildBatchPhase |
BuildBatchPhase.withContexts(PhaseContext... contexts)
Additional information about the batch build phase.
|
BuildBatchPhase |
BuildBatchPhase.withDurationInSeconds(Long durationInSeconds)
How long, in seconds, between the starting and ending times of the batch build's phase.
|
BuildBatchPhase |
BuildBatchPhase.withEndTime(Date endTime)
When the batch build phase ended, expressed in Unix time format.
|
BuildBatchPhase |
BuildBatchPhase.withPhaseStatus(StatusType phaseStatus)
The current status of the batch build phase.
|
BuildBatchPhase |
BuildBatchPhase.withPhaseStatus(String phaseStatus)
The current status of the batch build phase.
|
BuildBatchPhase |
BuildBatchPhase.withPhaseType(BuildBatchPhaseType phaseType)
The name of the batch build phase.
|
BuildBatchPhase |
BuildBatchPhase.withPhaseType(String phaseType)
The name of the batch build phase.
|
BuildBatchPhase |
BuildBatchPhase.withStartTime(Date startTime)
When the batch build phase started, expressed in Unix time format.
|
| Modifier and Type | Method and Description |
|---|---|
List<BuildBatchPhase> |
BuildBatch.getPhases()
An array of
BuildBatchPhase objects the specify the phases of the batch build. |
| Modifier and Type | Method and Description |
|---|---|
BuildBatch |
BuildBatch.withPhases(BuildBatchPhase... phases)
An array of
BuildBatchPhase objects the specify the phases of the batch build. |
| Modifier and Type | Method and Description |
|---|---|
void |
BuildBatch.setPhases(Collection<BuildBatchPhase> phases)
An array of
BuildBatchPhase objects the specify the phases of the batch build. |
BuildBatch |
BuildBatch.withPhases(Collection<BuildBatchPhase> phases)
An array of
BuildBatchPhase objects the specify the phases of the batch build. |
Copyright © 2021. All rights reserved.