Modifier and Type | Method and Description |
---|---|
DockerPort |
DockerComposeRule.hostNetworkedPort(int port) |
Modifier and Type | Method and Description |
---|---|
DockerComposeRule.Builder |
DockerComposeRule.Builder.waitingForHostNetworkedPort(int port,
HealthCheck<DockerPort> healthCheck) |
DockerComposeRule.Builder |
DockerComposeRule.Builder.waitingForHostNetworkedPort(int port,
HealthCheck<DockerPort> healthCheck,
org.joda.time.ReadableDuration timeout) |
Modifier and Type | Method and Description |
---|---|
DockerPort |
Container.port(int internalPort) |
DockerPort |
Container.portMappedExternallyTo(int externalPort) |
Modifier and Type | Method and Description |
---|---|
Stream<DockerPort> |
Ports.stream() |
Modifier and Type | Method and Description |
---|---|
boolean |
DockerPort.isHttpResponding(Function<DockerPort,String> urlFunction,
boolean andCheckStatus) |
SuccessOrFailure |
DockerPort.isHttpRespondingSuccessfully(Function<DockerPort,String> urlFunction,
boolean andCheckStatus) |
SuccessOrFailure |
Container.portIsListeningOnHttp(int internalPort,
Function<DockerPort,String> urlFunction) |
SuccessOrFailure |
Container.portIsListeningOnHttp(int internalPort,
Function<DockerPort,String> urlFunction,
boolean andCheckStatus) |
SuccessOrFailure |
Container.portIsListeningOnHttpAndCheckStatus2xx(int internalPort,
Function<DockerPort,String> urlFunction) |
Constructor and Description |
---|
Ports(DockerPort port) |
Constructor and Description |
---|
Ports(List<DockerPort> ports) |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
protected void |
AvailablePortMatcher.describeMismatchSafely(Collection<DockerPort> unavailablePorts,
org.hamcrest.Description mismatchDescription) |
protected boolean |
AvailablePortMatcher.matchesSafely(Collection<DockerPort> unavailablePorts) |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.