Interface IArtifacts
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IArtifacts.Jsii$Default
- All Known Implementing Classes:
Artifacts
,IArtifacts.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:41.796Z")
@Stability(Stable)
public interface IArtifacts
extends software.amazon.jsii.JsiiSerializable
The abstract interface of a CodeBuild build output.
Implemented by Artifacts
.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIArtifacts
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getType
The CodeBuild type of this artifact. -
getIdentifier
The artifact identifier.This property is required on secondary artifacts.
-
bind
@Stability(Stable) @NotNull ArtifactsConfig bind(@NotNull Construct scope, @NotNull IProject project) Callback when an Artifacts class is used in a CodeBuild Project.- Parameters:
scope
- a root Construct that allows creating new Constructs. This parameter is required.project
- the Project this Artifacts is used in. This parameter is required.
-