| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
PhaseContext |
PhaseContext.clone() |
PhaseContext |
PhaseContext.withMessage(String message)
An explanation of the build phase's context.
|
PhaseContext |
PhaseContext.withStatusCode(String statusCode)
The status code for the context of the build phase.
|
| Modifier and Type | Method and Description |
|---|---|
List<PhaseContext> |
BuildPhase.getContexts()
Additional information about a build phase, especially to help troubleshoot a failed build.
|
List<PhaseContext> |
BuildBatchPhase.getContexts()
Additional information about the batch build phase.
|
| Modifier and Type | Method and Description |
|---|---|
BuildPhase |
BuildPhase.withContexts(PhaseContext... contexts)
Additional information about a build phase, especially to help troubleshoot a failed build.
|
BuildBatchPhase |
BuildBatchPhase.withContexts(PhaseContext... contexts)
Additional information about the batch build phase.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BuildPhase.setContexts(Collection<PhaseContext> contexts)
Additional information about a build phase, especially to help troubleshoot a failed build.
|
void |
BuildBatchPhase.setContexts(Collection<PhaseContext> contexts)
Additional information about the batch build phase.
|
BuildPhase |
BuildPhase.withContexts(Collection<PhaseContext> contexts)
Additional information about a build phase, especially to help troubleshoot a failed build.
|
BuildBatchPhase |
BuildBatchPhase.withContexts(Collection<PhaseContext> contexts)
Additional information about the batch build phase.
|
Copyright © 2024. All rights reserved.