@Generated(value="jsii-pacmak/0.7.6 (build 04cb6bb)", date="2018-09-27T21:49:58.460Z") 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.