| Package | Description |
|---|---|
| io.github.cdklabs.projen.github | |
| io.github.cdklabs.projen.github.workflows | |
| io.github.cdklabs.projen.javascript |
| Modifier and Type | Method and Description |
|---|---|
default ContainerOptions |
TaskWorkflowOptions.getContainer()
Default: - default image
|
ContainerOptions |
TaskWorkflowOptions.Jsii$Proxy.getContainer() |
| Modifier and Type | Method and Description |
|---|---|
TaskWorkflowOptions.Builder |
TaskWorkflowOptions.Builder.container(ContainerOptions container)
Sets the value of
TaskWorkflowOptions.getContainer() |
TaskWorkflow.Builder |
TaskWorkflow.Builder.container(ContainerOptions container)
Default: - default image
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ContainerOptions.Jsii$Proxy
An implementation for
ContainerOptions |
| Modifier and Type | Method and Description |
|---|---|
ContainerOptions |
ContainerOptions.Builder.build()
Builds the configured instance.
|
default ContainerOptions |
Job.getContainer()
(experimental) A container to run any steps in a job that don't already specify a container.
|
ContainerOptions |
Job.Jsii$Proxy.getContainer() |
| Modifier and Type | Method and Description |
|---|---|
default Map<String,ContainerOptions> |
Job.getServices()
(experimental) Used to host service containers for a job in a workflow.
|
Map<String,ContainerOptions> |
Job.Jsii$Proxy.getServices() |
| Modifier and Type | Method and Description |
|---|---|
Job.Builder |
Job.Builder.container(ContainerOptions container)
Sets the value of
Job.getContainer() |
| Modifier and Type | Method and Description |
|---|---|
Job.Builder |
Job.Builder.services(Map<String,? extends ContainerOptions> services)
Sets the value of
Job.getServices() |
| Modifier and Type | Method and Description |
|---|---|
default ContainerOptions |
UpgradeDependenciesWorkflowOptions.getContainer()
(experimental) Job container options.
|
ContainerOptions |
UpgradeDependenciesWorkflowOptions.Jsii$Proxy.getContainer() |
| Modifier and Type | Method and Description |
|---|---|
UpgradeDependenciesWorkflowOptions.Builder |
UpgradeDependenciesWorkflowOptions.Builder.container(ContainerOptions container)
Sets the value of
UpgradeDependenciesWorkflowOptions.getContainer() |
Copyright © 2021. All rights reserved.