| Package | Description |
|---|---|
| io.github.cdklabs.projen |
projen
|
| Modifier and Type | Class and Description |
|---|---|
static class |
TaskSpec.Jsii$Proxy
An implementation for
TaskSpec |
| Modifier and Type | Method and Description |
|---|---|
TaskSpec |
TaskSpec.Builder.build()
Builds the configured instance.
|
TaskSpec |
TaskRuntime.tryFindTask(String name)
(experimental) Find a task by name, or `undefined` if not found.
|
| Modifier and Type | Method and Description |
|---|---|
default Map<String,TaskSpec> |
TasksManifest.getTasks()
(experimental) All tasks available for this project.
|
Map<String,TaskSpec> |
TasksManifest.Jsii$Proxy.getTasks() |
List<TaskSpec> |
TaskRuntime.getTasks()
(experimental) The tasks in this project.
|
| Modifier and Type | Method and Description |
|---|---|
TasksManifest.Builder |
TasksManifest.Builder.tasks(Map<String,? extends TaskSpec> tasks)
Sets the value of
TasksManifest.getTasks() |
Copyright © 2021. All rights reserved.