Uses of Interface
software.amazon.awscdk.services.codebuild.IArtifacts
Packages that use IArtifacts
-
Uses of IArtifacts in software.amazon.awscdk.services.codebuild
Subinterfaces of IArtifacts in software.amazon.awscdk.services.codebuildModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIArtifacts.Classes in software.amazon.awscdk.services.codebuild that implement IArtifactsModifier and TypeClassDescriptionclassArtifacts definition for a CodeBuild Project.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.codebuild that return IArtifactsModifier and TypeMethodDescriptiondefault IArtifactsProjectProps.getArtifacts()Defines where build artifacts will be stored.final IArtifactsProjectProps.Jsii$Proxy.getArtifacts()static IArtifactsArtifacts.s3(S3ArtifactsProps props) Methods in software.amazon.awscdk.services.codebuild that return types with arguments of type IArtifactsModifier and TypeMethodDescriptiondefault List<IArtifacts>ProjectProps.getSecondaryArtifacts()The secondary artifacts for the Project.final List<IArtifacts>ProjectProps.Jsii$Proxy.getSecondaryArtifacts()Methods in software.amazon.awscdk.services.codebuild with parameters of type IArtifactsModifier and TypeMethodDescriptionvoidProject.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()Method parameters in software.amazon.awscdk.services.codebuild with type arguments of type IArtifactsModifier 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()