| Package | Description |
|---|---|
| software.amazon.awscdk.services.codebuild |
AWS CodeBuild Construct Library
|
| software.amazon.awscdk.services.codepipeline.actions |
AWS CodePipeline Actions
|
| software.amazon.awscdk.services.events.targets |
Event Targets for Amazon EventBridge
|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| 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
(experimental) A convenience class for CodeBuild Projects that are used in CodePipeline.
|
class |
Project
(experimental) 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)
(experimental) 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(software.constructs.Construct scope,
IProject project)
(experimental) Callback when an Artifacts class is used in a CodeBuild Project.
|
ArtifactsConfig |
IArtifacts.Jsii$Proxy.bind(software.constructs.Construct scope,
IProject project)
(experimental) Callback when an Artifacts class is used in a CodeBuild Project.
|
default ArtifactsConfig |
IArtifacts.Jsii$Default.bind(software.constructs.Construct scope,
IProject project)
(experimental) Callback when an Artifacts class is used in a CodeBuild Project.
|
FileSystemConfig |
IFileSystemLocation.bind(software.constructs.Construct scope,
IProject project)
(experimental) 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(software.constructs.Construct scope,
IProject project)
(experimental) 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(software.constructs.Construct scope,
IProject project)
(experimental) Called by the project when a file system is added so it can perform binding operations on this file system location.
|
SourceConfig |
ISource.bind(software.constructs.Construct scope,
IProject project) |
SourceConfig |
ISource.Jsii$Proxy.bind(software.constructs.Construct scope,
IProject project) |
default SourceConfig |
ISource.Jsii$Default.bind(software.constructs.Construct scope,
IProject project) |
SourceConfig |
Source.bind(software.constructs.Construct _scope,
IProject _project)
(experimental) Called by the project when the source is added so that the source can perform binding operations on the source.
|
ArtifactsConfig |
Artifacts.bind(software.constructs.Construct _scope,
IProject _project)
(experimental) Callback when an Artifacts class is used in a CodeBuild Project.
|
BuildImageConfig |
IBindableBuildImage.bind(software.constructs.Construct scope,
IProject project,
BuildImageBindOptions options)
(experimental) Function that allows the build image access to the construct tree.
|
BuildImageConfig |
IBindableBuildImage.Jsii$Proxy.bind(software.constructs.Construct scope,
IProject project,
BuildImageBindOptions options)
(experimental) Function that allows the build image access to the construct tree.
|
default BuildImageConfig |
IBindableBuildImage.Jsii$Default.bind(software.constructs.Construct scope,
IProject project,
BuildImageBindOptions options)
(experimental) Function that allows the build image access to the construct tree.
|
BuildImageConfig |
LinuxGpuBuildImage.bind(software.constructs.Construct scope,
IProject project,
BuildImageBindOptions _options)
(experimental) Function that allows the build image access to the construct tree.
|
| Modifier and Type | Method and Description |
|---|---|
IProject |
CodeBuildActionProps.getProject()
(experimental) The action's Project.
|
IProject |
CodeBuildActionProps.Jsii$Proxy.getProject() |
| Modifier and Type | Method and Description |
|---|---|
CodeBuildActionProps.Builder |
CodeBuildActionProps.Builder.project(IProject project)
Sets the value of
CodeBuildActionProps.getProject() |
CodeBuildAction.Builder |
CodeBuildAction.Builder.project(IProject project)
(experimental) The action's Project.
|
| Constructor and Description |
|---|
Jsii$Proxy(Artifact input,
IProject project,
Boolean checkSecretsInPlainTextEnvVariables,
Map<String,? extends BuildEnvironmentVariable> environmentVariables,
Boolean executeBatchBuild,
List<? extends Artifact> extraInputs,
List<? extends Artifact> outputs,
CodeBuildActionType type,
IRole role,
String actionName,
Number runOrder,
String variablesNamespace)
Constructor that initializes the object based on literal property values passed by the
CodeBuildActionProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
static CodeBuildProject.Builder |
CodeBuildProject.Builder.create(IProject project) |
| Constructor and Description |
|---|
CodeBuildProject(IProject project) |
CodeBuildProject(IProject project,
CodeBuildProjectProps props) |
| Modifier and Type | Method and Description |
|---|---|
IProject |
CodeBuildStartBuildProps.getProject()
(experimental) CodeBuild project to start.
|
IProject |
CodeBuildStartBuildProps.Jsii$Proxy.getProject() |
| Modifier and Type | Method and Description |
|---|---|
CodeBuildStartBuildProps.Builder |
CodeBuildStartBuildProps.Builder.project(IProject project)
Sets the value of
CodeBuildStartBuildProps.getProject() |
CodeBuildStartBuild.Builder |
CodeBuildStartBuild.Builder.project(IProject project)
(experimental) CodeBuild project to start.
|
| Constructor and Description |
|---|
Jsii$Proxy(IProject project,
Map<String,? extends BuildEnvironmentVariable> environmentVariablesOverride,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Map<String,? extends Object> resultSelector,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
CodeBuildStartBuildProps.Builder. |
Copyright © 2021. All rights reserved.