public class SystemPropertiesCubeSetter extends Object
| Constructor and Description |
|---|
SystemPropertiesCubeSetter() |
| Modifier and Type | Method and Description |
|---|---|
void |
createCubeSystemProperties(AfterStart afterStart,
CubeRegistry cubeRegistry) |
void |
createDockerHostProperty(org.jboss.arquillian.test.spi.event.suite.BeforeSuite beforeSuite,
DockerClientExecutor dockerClientExecutor) |
void |
removeCubeSystemProperties(AfterDestroy afterDestroy) |
void |
removeDockerHostProperty(org.jboss.arquillian.test.spi.event.suite.AfterSuite afterSuite) |
public void createDockerHostProperty(@Observes
org.jboss.arquillian.test.spi.event.suite.BeforeSuite beforeSuite,
DockerClientExecutor dockerClientExecutor)
public void removeDockerHostProperty(@Observes
org.jboss.arquillian.test.spi.event.suite.AfterSuite afterSuite)
public void createCubeSystemProperties(@Observes
AfterStart afterStart,
CubeRegistry cubeRegistry)
public void removeCubeSystemProperties(@Observes
AfterDestroy afterDestroy)
Copyright © 2018 JBoss by Red Hat. All rights reserved.