@Stability(value=Experimental) @Internal public static final class TaskStep.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements TaskStep
TaskStepsoftware.amazon.jsii.JsiiObject.InitializationModeTaskStep.Builder, TaskStep.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(TaskStep.Builder builder)
Constructor that initializes the object based on literal property values passed by the
TaskStep.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getBuiltin()
(experimental) The name of a built-in task to execute.
|
String |
getCwd()
(experimental) The working directory for this step.
|
String |
getExec()
(experimental) Shell command to execute.
|
String |
getName()
(experimental) Step name.
|
String |
getSay()
(experimental) Print a message.
|
String |
getSpawn()
(experimental) Subtask to execute.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(TaskStep.Builder builder)
TaskStep.Builder.public final String getBuiltin()
TaskStepBuilt-in tasks are node.js programs baked into the projen module and as component runtime helpers.
The name is a path relative to the projen lib/ directory (without the .task.js extension).
For example, if your built in builtin task is under src/release/resolve-version.task.ts,
then this would be release/resolve-version.
Default: - do not execute a builtin task
getBuiltin in interface TaskSteppublic final String getExec()
TaskStepDefault: - don't execute a shell command
public final String getSay()
TaskStepDefault: - don't say anything
public final String getSpawn()
TaskStepDefault: - don't spawn a subtask
public final String getCwd()
TaskStepOptionsDefault: - determined by the task
getCwd in interface TaskStepOptionspublic final String getName()
TaskStepOptionsDefault: - no name
getName in interface TaskStepOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.