Class PDKPipeline
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- software.amazon.awscdk.pipelines.PipelineBase
-
- software.amazon.awscdk.pipelines.CodePipeline
-
- software.aws.awsprototypingsdk.pipeline.PDKPipeline
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.59.0 (build eb02c92)", date="2022-05-26T11:22:08.411Z") @Stability(Stable) public class PDKPipeline extends software.amazon.awscdk.pipelines.CodePipeline
An extension to CodePipeline which configures sane defaults for a NX Monorepo codebase.In addition to this, it also creates a CodeCommit repository with automated PR builds and approvals.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPDKPipeline.BuilderA fluent builder forPDKPipeline.
-
Constructor Summary
Constructors Modifier Constructor Description protectedPDKPipeline(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedPDKPipeline(software.amazon.jsii.JsiiObjectRef objRef)PDKPipeline(software.constructs.Construct scope, String id, PDKPipelineProps props)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuildPipeline()Send the current pipeline definition to the engine, and construct the pipeline.software.amazon.awscdk.services.codecommit.RepositorygetCodeRepository()-
Methods inherited from class software.amazon.awscdk.pipelines.CodePipeline
doBuildPipeline, getPipeline, getSynthProject
-
Methods inherited from class software.amazon.awscdk.pipelines.PipelineBase
addStage, addStage, addWave, addWave, getCloudAssemblyFileSet, getSynth, getWaves
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
PDKPipeline
protected PDKPipeline(software.amazon.jsii.JsiiObjectRef objRef)
-
PDKPipeline
protected PDKPipeline(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
PDKPipeline
@Stability(Stable) public PDKPipeline(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull PDKPipelineProps props)- Parameters:
scope- This parameter is required.id- This parameter is required.props- This parameter is required.
-
-
Method Detail
-
buildPipeline
@Stability(Stable) public void buildPipeline()
Send the current pipeline definition to the engine, and construct the pipeline.It is not possible to modify the pipeline after calling this method.
- Overrides:
buildPipelinein classsoftware.amazon.awscdk.pipelines.PipelineBase
-
getCodeRepository
@Stability(Stable) @NotNull public software.amazon.awscdk.services.codecommit.Repository getCodeRepository()
-
-