Package | Description |
---|---|
org.testcontainers.containers |
Modifier and Type | Class and Description |
---|---|
class |
VncRecordingSidekickContainer<SELF extends VncRecordingSidekickContainer<SELF,T>,T extends VncService & LinkableContainer>
'Sidekick container' with the sole purpose of recording the VNC screen output from another container.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Container<SELF extends Container<SELF>> |
Modifier and Type | Class and Description |
---|---|
class |
AmbassadorContainer<SELF extends AmbassadorContainer<SELF>>
An ambassador container is used as a TCP proxy, enabling any TCP port of another linked container to be exposed
publicly, even if that container does not make the port public itself.
|
class |
FixedHostPortGenericContainer<SELF extends FixedHostPortGenericContainer<SELF>>
Variant of
GenericContainer that allows a fixed port on the docker host to be mapped to a container port. |
class |
FutureContainer
A container that may not have been launched yet.
|
class |
GenericContainer<SELF extends GenericContainer<SELF>>
Base class for that allows a container to be launched and controlled.
|
class |
VncRecordingSidekickContainer<SELF extends VncRecordingSidekickContainer<SELF,T>,T extends VncService & LinkableContainer>
'Sidekick container' with the sole purpose of recording the VNC screen output from another container.
|
Modifier and Type | Method and Description |
---|---|
Map<String,LinkableContainer> |
Container.getLinkedContainers() |
Modifier and Type | Method and Description |
---|---|
void |
Container.addLink(LinkableContainer otherContainer,
String alias)
Add a link to another container.
|
void |
GenericContainer.addLink(LinkableContainer otherContainer,
String alias) |
Modifier and Type | Method and Description |
---|---|
void |
Container.setLinkedContainers(Map<String,LinkableContainer> linkedContainers) |
Constructor and Description |
---|
AmbassadorContainer(LinkableContainer otherContainer,
String serviceName,
int servicePort) |
Copyright © 2017. All rights reserved.