@Generated(value="jsii-pacmak/0.7.8 (build 100f5ad)", date="2018-10-26T18:00:29.446Z") public interface CommonStageProps extends software.amazon.jsii.JsiiSerializable
Pipeline.addStage(java.lang.String, software.amazon.awscdk.services.codepipeline.CommonStageProps) method.| Modifier and Type | Interface and Description |
|---|---|
static class |
CommonStageProps.Builder
A builder for
CommonStageProps |
static class |
CommonStageProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static CommonStageProps.Builder |
builder() |
StagePlacement |
getPlacement()
Allows specifying where should the newly created
Stage
be placed in the Pipeline. |
void |
setPlacement(StagePlacement value)
Allows specifying where should the newly created
Stage
be placed in the Pipeline. |
StagePlacement getPlacement()
Stage
be placed in the Pipeline.void setPlacement(StagePlacement value)
Stage
be placed in the Pipeline.static CommonStageProps.Builder builder()
CommonStageProps.Builder of CommonStagePropsCopyright © 2018. All rights reserved.