Uses of Interface
software.amazon.awscdk.services.codebuild.IProject
Package
Description
CDK Pipelines
AWS CodeBuild Construct Library
AWS CodePipeline Actions
Event Targets for Amazon EventBridge
Tasks for AWS Step Functions
-
Uses of IProject in software.amazon.awscdk.pipelines
Modifier and TypeMethodDescriptionCodeBuildStep.getProject()
CodeBuild Project generated for the pipeline.default IProject
CodePipelineActionFactoryResult.getProject()
If a CodeBuild project got created, the project.final IProject
CodePipelineActionFactoryResult.Jsii$Proxy.getProject()
ShellScriptAction.getProject()
Deprecated.SimpleSynthAction.getProject()
Deprecated.CodePipeline.getSynthProject()
The CodeBuild project that performs the Synth. -
Uses of IProject in software.amazon.awscdk.services.codebuild
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIProject
.Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
A convenience class for CodeBuild Projects that are used in CodePipeline.class
A representation of a CodeBuild Project.Modifier and TypeMethodDescriptionstatic 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 theinvalid @link
export
Modifier and TypeMethodDescriptionCallback when an Artifacts class is used in a CodeBuild Project.Callback when an Artifacts class is used in a CodeBuild Project.default ArtifactsConfig
Callback when an Artifacts class is used in a CodeBuild Project.final ArtifactsConfig
Callback when an Artifacts class is used in a CodeBuild Project.IBindableBuildImage.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.final BuildImageConfig
IBindableBuildImage.Jsii$Proxy.bind
(Construct scope, IProject project, BuildImageBindOptions options) Function that allows the build image access to the construct tree.Called by the project when a file system is added so it can perform binding operations on this file system location.default FileSystemConfig
Called by the project when a file system is added so it can perform binding operations on this file system location.final FileSystemConfig
Called by the project when a file system is added so it can perform binding operations on this file system location.default SourceConfig
final SourceConfig
LinuxGpuBuildImage.bind
(Construct scope, IProject project, BuildImageBindOptions _options) Function that allows the build image access to the construct tree.Called by the project when the source is added so that the source can perform binding operations on the source. -
Uses of IProject in software.amazon.awscdk.services.codepipeline.actions
Modifier and TypeMethodDescriptionCodeBuildActionProps.getProject()
The action's Project.final IProject
CodeBuildActionProps.Jsii$Proxy.getProject()
Modifier and TypeMethodDescriptionThe action's Project.Sets the value ofCodeBuildActionProps.getProject()
-
Uses of IProject in software.amazon.awscdk.services.events.targets
ModifierConstructorDescriptionCodeBuildProject
(IProject project) CodeBuildProject
(IProject project, CodeBuildProjectProps props) -
Uses of IProject in software.amazon.awscdk.services.stepfunctions.tasks
Modifier and TypeMethodDescriptionCodeBuildStartBuildProps.getProject()
CodeBuild project to start.final IProject
CodeBuildStartBuildProps.Jsii$Proxy.getProject()
Modifier and TypeMethodDescriptionCodeBuild project to start.Sets the value ofCodeBuildStartBuildProps.getProject()