| Package | Description |
|---|---|
| software.amazon.awscdk.services.codebuild |
AWS CodeBuild Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IArtifacts.Jsii$Default
Internal default implementation for
IArtifacts. |
| Modifier and Type | Class and Description |
|---|---|
class |
Artifacts
Artifacts definition for a CodeBuild Project.
|
static class |
IArtifacts.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
default IArtifacts |
ProjectProps.getArtifacts()
Defines where build artifacts will be stored.
|
IArtifacts |
ProjectProps.Jsii$Proxy.getArtifacts() |
static IArtifacts |
Artifacts.s3(S3ArtifactsProps props) |
| Modifier and Type | Method and Description |
|---|---|
default List<IArtifacts> |
ProjectProps.getSecondaryArtifacts()
The secondary artifacts for the Project.
|
List<IArtifacts> |
ProjectProps.Jsii$Proxy.getSecondaryArtifacts() |
| Modifier and Type | Method and Description |
|---|---|
void |
Project.addSecondaryArtifact(IArtifacts secondaryArtifact)
Adds a secondary artifact to the Project.
|
Project.Builder |
Project.Builder.artifacts(IArtifacts artifacts)
Defines where build artifacts will be stored.
|
ProjectProps.Builder |
ProjectProps.Builder.artifacts(IArtifacts artifacts)
Sets the value of
ProjectProps.getArtifacts() |
| Modifier and Type | Method and Description |
|---|---|
Project.Builder |
Project.Builder.secondaryArtifacts(List<? extends IArtifacts> secondaryArtifacts)
The secondary artifacts for the Project.
|
ProjectProps.Builder |
ProjectProps.Builder.secondaryArtifacts(List<? extends IArtifacts> secondaryArtifacts)
Sets the value of
ProjectProps.getSecondaryArtifacts() |
Copyright © 2022. All rights reserved.