Uses of Interface
software.amazon.awscdk.services.codebuild.IArtifacts
-
Uses of IArtifacts in software.amazon.awscdk.services.codebuild
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIArtifacts
.Modifier and TypeClassDescriptionclass
Artifacts definition for a CodeBuild Project.static final class
A proxy class which represents a concrete javascript instance of this type.Modifier and TypeMethodDescriptiondefault IArtifacts
ProjectProps.getArtifacts()
Defines where build artifacts will be stored.final IArtifacts
ProjectProps.Jsii$Proxy.getArtifacts()
static IArtifacts
Artifacts.s3
(S3ArtifactsProps props) Modifier and TypeMethodDescriptiondefault List<IArtifacts>
ProjectProps.getSecondaryArtifacts()
The secondary artifacts for the Project.final List<IArtifacts>
ProjectProps.Jsii$Proxy.getSecondaryArtifacts()
Modifier and TypeMethodDescriptionvoid
Project.addSecondaryArtifact
(IArtifacts secondaryArtifact) Adds a secondary artifact to the Project.Project.Builder.artifacts
(IArtifacts artifacts) Defines where build artifacts will be stored.ProjectProps.Builder.artifacts
(IArtifacts artifacts) Sets the value ofProjectProps.getArtifacts()
Modifier and TypeMethodDescriptionProject.Builder.secondaryArtifacts
(List<? extends IArtifacts> secondaryArtifacts) The secondary artifacts for the Project.ProjectProps.Builder.secondaryArtifacts
(List<? extends IArtifacts> secondaryArtifacts) Sets the value ofProjectProps.getSecondaryArtifacts()