| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
List<BuildPhase> |
Build.phases()
Information about all previous build phases that are complete and information about any current build phase that
is not yet complete.
|
| Modifier and Type | Method and Description |
|---|---|
Build.Builder |
Build.Builder.phases(BuildPhase... phases)
Information about all previous build phases that are complete and information about any current build phase
that is not yet complete.
|
| Modifier and Type | Method and Description |
|---|---|
Build.Builder |
Build.Builder.phases(Collection<BuildPhase> phases)
Information about all previous build phases that are complete and information about any current build phase
that is not yet complete.
|
Copyright © 2023. All rights reserved.