public static final class DeployActionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DeployActionProps
software.amazon.jsii.JsiiObject.InitializationModeDeployActionProps.Builder, DeployActionProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
ActionArtifactBounds |
getArtifactBounds() |
Object |
getConfiguration() |
Artifact |
getInputArtifact() |
String |
getProvider() |
IStage |
getStage()
The Pipeline Stage to add this Action to.
|
void |
setArtifactBounds(ActionArtifactBounds value) |
void |
setConfiguration(Object value) |
void |
setInputArtifact(Artifact value) |
void |
setProvider(String value) |
void |
setStage(IStage value)
The Pipeline Stage to add this Action to.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
public ActionArtifactBounds getArtifactBounds()
getArtifactBounds in interface DeployActionPropspublic void setArtifactBounds(ActionArtifactBounds value)
setArtifactBounds in interface DeployActionPropspublic Object getConfiguration()
getConfiguration in interface DeployActionPropspublic void setConfiguration(Object value)
setConfiguration in interface DeployActionPropspublic String getProvider()
getProvider in interface DeployActionPropspublic void setProvider(String value)
setProvider in interface DeployActionProps@Nullable public Artifact getInputArtifact()
getInputArtifact in interface DeployActionPropspublic void setInputArtifact(@Nullable Artifact value)
setInputArtifact in interface DeployActionPropspublic IStage getStage()
getStage in interface CommonActionPropspublic void setStage(IStage value)
setStage in interface CommonActionPropsCopyright © 2018. All rights reserved.