Package | Description |
---|---|
org.springframework.cloud.dataflow.common.test.docker.compose | |
org.springframework.cloud.dataflow.common.test.docker.compose.connection.waiting |
Modifier and Type | Method and Description |
---|---|
T |
DockerComposeRule.Builder.waitingForHostNetworkedPort(int port,
HealthCheck<DockerPort> healthCheck) |
T |
DockerComposeRule.Builder.waitingForHostNetworkedPort(int port,
HealthCheck<DockerPort> healthCheck,
org.joda.time.ReadableDuration timeout) |
T |
DockerComposeRule.Builder.waitingForService(String serviceName,
HealthCheck<Container> healthCheck)
Deprecated.
|
T |
DockerComposeRule.Builder.waitingForService(String serviceName,
HealthCheck<Container> healthCheck,
org.joda.time.ReadableDuration timeout) |
T |
DockerComposeRule.Builder.waitingForServices(List<String> services,
HealthCheck<List<Container>> healthCheck) |
T |
DockerComposeRule.Builder.waitingForServices(List<String> services,
HealthCheck<List<Container>> healthCheck,
org.joda.time.ReadableDuration timeout) |
Modifier and Type | Method and Description |
---|---|
static HealthCheck<Container> |
HealthChecks.toHaveAllPortsOpen() |
static HealthCheck<Container> |
HealthChecks.toRespond2xxOverHttp(int internalPort,
Function<DockerPort,String> urlFunction) |
static HealthCheck<Container> |
HealthChecks.toRespondOverHttp(int internalPort,
Function<DockerPort,String> urlFunction) |
Modifier and Type | Method and Description |
---|---|
static ClusterHealthCheck |
ClusterHealthCheck.serviceHealthCheck(List<String> containerNames,
HealthCheck<List<Container>> delegate) |
static ClusterHealthCheck |
ClusterHealthCheck.serviceHealthCheck(String containerName,
HealthCheck<Container> containerCheck) |
static <T> ClusterHealthCheck |
ClusterHealthCheck.transformingHealthCheck(Function<Cluster,T> transform,
HealthCheck<T> healthCheck) |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.