Uses of Class
org.arquillian.cube.docker.impl.client.config.CustomAfterStartAction
Packages that use CustomAfterStartAction
Package
Description
-
Uses of CustomAfterStartAction in org.arquillian.cube.docker.impl.afterStart
Methods in org.arquillian.cube.docker.impl.afterStart with parameters of type CustomAfterStartActionModifier and TypeMethodDescriptionstatic final AfterStartActionAfterStartActionFactory.create(DockerClientExecutor dockerClientExecutor, CubeId containerId, CustomAfterStartAction afterStartStrategy) Constructors in org.arquillian.cube.docker.impl.afterStart with parameters of type CustomAfterStartActionModifierConstructorDescriptionCustomAfterStartActionInstantiator(CubeId containerId, DockerClientExecutor dockerClientExecutor, CustomAfterStartAction customAfterStartAction) -
Uses of CustomAfterStartAction in org.arquillian.cube.docker.impl.client.config
Methods in org.arquillian.cube.docker.impl.client.config that return CustomAfterStartActionMethods in org.arquillian.cube.docker.impl.client.config with parameters of type CustomAfterStartActionModifier and TypeMethodDescriptionvoidAfterStart.setCustomAfterStartAction(CustomAfterStartAction customAfterStartAction)