@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-08-11T10:33:08.816Z") @Stability(value=Experimental) public class CodePipeline extends PipelineBase
This is a Pipeline with its engine property set to
CodePipelineEngine, and exists for nicer ergonomics for
users that don't need to switch out engines.
| Modifier and Type | Class and Description |
|---|---|
static class |
CodePipeline.Builder
(experimental) A fluent builder for
CodePipeline. |
| Modifier | Constructor and Description |
|---|---|
|
CodePipeline(software.constructs.Construct scope,
String id,
CodePipelineProps props) |
protected |
CodePipeline(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CodePipeline(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doBuildPipeline()
(experimental) Implemented by subclasses to do the actual pipeline construction.
|
Pipeline |
getPipeline()
(experimental) The CodePipeline pipeline that deploys the CDK app.
|
IProject |
getSynthProject()
(experimental) The CodeBuild project that performs the Synth.
|
addStage, addStage, addWave, addWave, buildPipeline, getCloudAssemblyFileSet, getSynth, getWavesjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected CodePipeline(software.amazon.jsii.JsiiObjectRef objRef)
protected CodePipeline(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public CodePipeline(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CodePipelineProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Experimental) protected void doBuildPipeline()
doBuildPipeline in class PipelineBase@Stability(value=Experimental) @NotNull public Pipeline getPipeline()
Only available after the pipeline has been built.
@Stability(value=Experimental) @NotNull public IProject getSynthProject()
Only available after the pipeline has been built.
Copyright © 2021. All rights reserved.