public static final class BuildActionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BuildActionProps
software.amazon.jsii.JsiiObject.InitializationModeBuildActionProps.Builder, BuildActionProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactName()
The name of the build's output artifact.
|
Object |
getConfiguration()
The action's configuration.
|
Artifact |
getInputArtifact()
The source to use as input for this build.
|
String |
getProvider()
The service provider that the action calls.
|
IStage |
getStage()
The Pipeline Stage to add this Action to.
|
void |
setArtifactName(String value)
The name of the build's output artifact.
|
void |
setConfiguration(Object value)
The action's configuration.
|
void |
setInputArtifact(Artifact value)
The source to use as input for this build.
|
void |
setProvider(String value)
The service provider that the action calls.
|
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 Object getConfiguration()
getConfiguration in interface BuildActionPropspublic void setConfiguration(Object value)
setConfiguration in interface BuildActionPropspublic Artifact getInputArtifact()
getInputArtifact in interface BuildActionPropspublic void setInputArtifact(Artifact value)
setInputArtifact in interface BuildActionPropspublic String getProvider()
getProvider in interface BuildActionPropspublic void setProvider(String value)
setProvider in interface BuildActionProps@Nullable public String getArtifactName()
getArtifactName in interface BuildActionPropspublic void setArtifactName(@Nullable String value)
setArtifactName in interface BuildActionPropspublic IStage getStage()
getStage in interface CommonActionPropspublic void setStage(IStage value)
setStage in interface CommonActionPropsCopyright © 2018. All rights reserved.