@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-25T18:29:05.671Z")
public interface IArtifacts
Implemented by {@link Artifacts}.
Modifier and Type | Interface and Description |
---|---|
static interface |
IArtifacts.Jsii$Default
Internal default implementation for
IArtifacts . |
static class |
IArtifacts.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
Modifier and Type | Method and Description |
---|---|
ArtifactsConfig |
bind(Construct scope,
IProject project)
Callback when an Artifacts class is used in a CodeBuild Project.
|
default java.lang.String |
getIdentifier()
The artifact identifier.
|
java.lang.String |
getType()
The CodeBuild type of this artifact.
|
java.lang.String getType()
default java.lang.String getIdentifier()
This property is required on secondary artifacts.
ArtifactsConfig bind(Construct scope, IProject project)
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.