| Package | Description |
|---|---|
| io.github.cdklabs.projen |
projen
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TaskStep
(experimental) A single step within a task.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
TaskStep.Jsii$Proxy
An implementation for
TaskStep |
static class |
TaskStepOptions.Jsii$Proxy
An implementation for
TaskStepOptions |
| Modifier and Type | Method and Description |
|---|---|
TaskStepOptions |
TaskStepOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Task.exec(String command,
TaskStepOptions options)
(experimental) Executes a shell command.
|
void |
Task.prepend(String shell,
TaskStepOptions options)
Deprecated.
use `prependExec()`
|
void |
Task.prependExec(String shell,
TaskStepOptions options)
(experimental) Adds a command at the beginning of the task.
|
void |
Task.prependSay(String message,
TaskStepOptions options)
(experimental) Says something at the beginning of the task.
|
void |
Task.prependSpawn(Task subtask,
TaskStepOptions options)
(experimental) Adds a spawn instruction at the beginning of the task.
|
void |
Task.reset(String command,
TaskStepOptions options)
(experimental) Reset the task so it no longer has any commands.
|
void |
Task.say(String message,
TaskStepOptions options)
(experimental) Say something.
|
void |
Task.spawn(Task subtask,
TaskStepOptions options)
(experimental) Spawns a sub-task.
|
Copyright © 2021. All rights reserved.