| Package | Description |
|---|---|
| io.github.cdklabs.projen |
projen
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IDockerComposeServiceName.Jsii$Default
Internal default implementation for
IDockerComposeServiceName. |
| Modifier and Type | Class and Description |
|---|---|
class |
DockerComposeService
(experimental) A docker-compose service.
|
static class |
IDockerComposeServiceName.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static IDockerComposeServiceName |
DockerCompose.serviceName(String serviceName)
(experimental) Depends on a service name.
|
| Modifier and Type | Method and Description |
|---|---|
List<IDockerComposeServiceName> |
DockerComposeService.getDependsOn()
(experimental) Other services that this service depends on.
|
default List<IDockerComposeServiceName> |
DockerComposeServiceDescription.getDependsOn()
(experimental) Names of other services this service depends on.
|
List<IDockerComposeServiceName> |
DockerComposeServiceDescription.Jsii$Proxy.getDependsOn() |
| Modifier and Type | Method and Description |
|---|---|
void |
DockerComposeService.addDependsOn(IDockerComposeServiceName serviceName)
(experimental) Make the service depend on another service.
|
| Modifier and Type | Method and Description |
|---|---|
DockerComposeService.Builder |
DockerComposeService.Builder.dependsOn(List<? extends IDockerComposeServiceName> dependsOn)
(experimental) Names of other services this service depends on.
|
DockerComposeServiceDescription.Builder |
DockerComposeServiceDescription.Builder.dependsOn(List<? extends IDockerComposeServiceName> dependsOn)
Sets the value of
DockerComposeServiceDescription.getDependsOn() |
Copyright © 2021. All rights reserved.