| Package | Description |
|---|---|
| software.amazon.awscdk.services.codebuild |
| Modifier and Type | Class and Description |
|---|---|
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 |
|---|---|
ProjectRef |
PipelineBuildActionProps.getProject()
The build project
|
ProjectRef |
PipelineBuildActionProps.Jsii$Proxy.getProject()
The build project
|
static ProjectRef |
ProjectRef.import_(software.amazon.awscdk.Construct parent,
String name,
ProjectRefProps props)
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 |
|---|---|
void |
PipelineBuildActionProps.setProject(ProjectRef value)
The build project
|
void |
PipelineBuildActionProps.Jsii$Proxy.setProject(ProjectRef value)
The build project
|
PipelineBuildActionProps.Builder |
PipelineBuildActionProps.Builder.withProject(ProjectRef value)
Sets the value of Project
|
Copyright © 2018. All rights reserved.