| Modifier and Type | Method and Description |
|---|---|
static AwaitStrategy |
AwaitStrategyFactory.create(DockerClientExecutor dockerClientExecutor,
Cube<?> cube,
CubeContainer options) |
| Constructor and Description |
|---|
CustomAwaitStrategyInstantiator(Cube<?> cube,
DockerClientExecutor dockerClientExecutor,
Await params) |
DockerHealthAwaitStrategy(Cube<?> cube,
DockerClientExecutor dockerClientExecutor,
Await params) |
HttpAwaitStrategy(Cube<?> cube,
DockerClientExecutor dockerClientExecutor,
Await params) |
LogScanningAwaitStrategy(Cube<?> cube,
DockerClientExecutor dockerClientExecutor,
Await params) |
NativeAwaitStrategy(Cube<?> cube,
DockerClientExecutor dockerClientExecutor) |
PollingAwaitStrategy(Cube<?> cube,
DockerClientExecutor dockerClientExecutor,
Await params) |
| Modifier and Type | Method and Description |
|---|---|
static BeforeStopAction |
BeforeStopActionFactory.create(DockerClientExecutor dockerClientExecutor,
CubeId containerId,
CustomBeforeStopAction beforeStopStrategy) |
| Constructor and Description |
|---|
CustomBeforeStopActionInstantiator(CubeId containerId,
DockerClientExecutor dockerClientExecutor,
CustomBeforeStopAction customBeforeStopAction) |
| Modifier and Type | Method and Description |
|---|---|
void |
SystemPropertiesCubeSetter.createDockerHostProperty(org.jboss.arquillian.test.spi.event.suite.BeforeSuite beforeSuite,
DockerClientExecutor dockerClientExecutor) |
void |
BeforeStopContainerObserver.processCommands(BeforeStop beforeStop,
CubeRegistry cubeRegistry,
DockerClientExecutor dockerClientExecutor) |
void |
CubeDockerRegistrar.register(DockerClientExecutor executor,
CubeDockerConfiguration configuration,
org.jboss.arquillian.core.api.Injector injector,
CubeRegistry registry) |
| Constructor and Description |
|---|
DockerContainerObjectBuilder(DockerClientExecutor dockerClientExecutor,
CubeController cubeController,
CubeRegistry cubeRegistry) |
| Constructor and Description |
|---|
ChangesOnFilesystem(String cubeId,
DockerClientExecutor executor) |
CopyFromContainer(String cubeId,
DockerClientExecutor executor) |
CopyToContainer(String cubeId,
DockerClientExecutor executor) |
ExecuteProcessInContainer(String cubeId,
DockerClientExecutor executor) |
GetTop(String cubeId,
DockerClientExecutor executor) |
| Constructor and Description |
|---|
DockerCube(String id,
CubeContainer configuration,
DockerClientExecutor executor) |
| Modifier and Type | Method and Description |
|---|---|
static Binding |
BindingUtil.binding(CubeContainer cubeConfiguration,
DockerClientExecutor executor) |
static Binding |
BindingUtil.binding(DockerClientExecutor executor,
String cubeId) |
static boolean |
Ping.ping(DockerClientExecutor dockerClientExecutor,
String containerId,
String command,
int totalIterations,
long sleep,
TimeUnit timeUnit) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.