| Modifier and Type | Interface and Description |
|---|---|
static interface |
IProject.Jsii$Default
Internal default implementation for
IProject. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IProject.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
PipelineProject
A convenience class for CodeBuild Projects that are used in CodePipeline.
|
class |
Project
A representation of a CodeBuild Project.
|
| Modifier and Type | Method and Description |
|---|---|
static IProject |
Project.fromProjectArn(software.constructs.Construct scope,
String id,
String projectArn) |
static IProject |
Project.fromProjectName(software.constructs.Construct scope,
String id,
String projectName)
Import a Project defined either outside the CDK, or in a different CDK Stack (and exported using the
export method). |
| Modifier and Type | Method and Description |
|---|---|
ArtifactsConfig |
IArtifacts.bind(Construct scope,
IProject project)
Callback when an Artifacts class is used in a CodeBuild Project.
|
ArtifactsConfig |
IArtifacts.Jsii$Proxy.bind(Construct scope,
IProject project)
Callback when an Artifacts class is used in a CodeBuild Project.
|
default ArtifactsConfig |
IArtifacts.Jsii$Default.bind(Construct scope,
IProject project)
Callback when an Artifacts class is used in a CodeBuild Project.
|
ArtifactsConfig |
Artifacts.bind(Construct _scope,
IProject _project)
Callback when an Artifacts class is used in a CodeBuild Project.
|
SourceConfig |
Source.bind(Construct _scope,
IProject _project)
Called by the project when the source is added so that the source can perform binding operations on the source.
|
SourceConfig |
ISource.bind(Construct scope,
IProject project) |
SourceConfig |
ISource.Jsii$Proxy.bind(Construct scope,
IProject project) |
default SourceConfig |
ISource.Jsii$Default.bind(Construct scope,
IProject project) |
FileSystemConfig |
IFileSystemLocation.bind(Construct scope,
IProject project)
Called by the project when a file system is added so it can perform binding operations on this file system location.
|
FileSystemConfig |
IFileSystemLocation.Jsii$Proxy.bind(Construct scope,
IProject project)
Called by the project when a file system is added so it can perform binding operations on this file system location.
|
default FileSystemConfig |
IFileSystemLocation.Jsii$Default.bind(Construct scope,
IProject project)
Called by the project when a file system is added so it can perform binding operations on this file system location.
|
BuildImageConfig |
LinuxGpuBuildImage.bind(Construct scope,
IProject project,
BuildImageBindOptions _options)
Function that allows the build image access to the construct tree.
|
BuildImageConfig |
IBindableBuildImage.bind(Construct scope,
IProject project,
BuildImageBindOptions options)
Function that allows the build image access to the construct tree.
|
BuildImageConfig |
IBindableBuildImage.Jsii$Proxy.bind(Construct scope,
IProject project,
BuildImageBindOptions options)
Function that allows the build image access to the construct tree.
|
default BuildImageConfig |
IBindableBuildImage.Jsii$Default.bind(Construct scope,
IProject project,
BuildImageBindOptions options)
Function that allows the build image access to the construct tree.
|
Copyright © 2022. All rights reserved.