| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
List<PhaseContext> |
BuildPhase.contexts()
Additional information about a build phase, especially to help troubleshoot a failed build.
|
List<PhaseContext> |
BuildBatchPhase.contexts()
Additional information about the batch build phase.
|
| Modifier and Type | Method and Description |
|---|---|
BuildPhase.Builder |
BuildPhase.Builder.contexts(PhaseContext... contexts)
Additional information about a build phase, especially to help troubleshoot a failed build.
|
BuildBatchPhase.Builder |
BuildBatchPhase.Builder.contexts(PhaseContext... contexts)
Additional information about the batch build phase.
|
| Modifier and Type | Method and Description |
|---|---|
BuildPhase.Builder |
BuildPhase.Builder.contexts(Collection<PhaseContext> contexts)
Additional information about a build phase, especially to help troubleshoot a failed build.
|
BuildBatchPhase.Builder |
BuildBatchPhase.Builder.contexts(Collection<PhaseContext> contexts)
Additional information about the batch build phase.
|
Copyright © 2021. All rights reserved.