Uses of Class
org.arquillian.cube.docker.impl.client.config.CustomBeforeStopAction
Packages that use CustomBeforeStopAction
Package
Description
-
Uses of CustomBeforeStopAction in org.arquillian.cube.docker.impl.beforeStop
Methods in org.arquillian.cube.docker.impl.beforeStop with parameters of type CustomBeforeStopActionModifier and TypeMethodDescriptionstatic final BeforeStopActionBeforeStopActionFactory.create(DockerClientExecutor dockerClientExecutor, CubeId containerId, CustomBeforeStopAction beforeStopStrategy) Constructors in org.arquillian.cube.docker.impl.beforeStop with parameters of type CustomBeforeStopActionModifierConstructorDescriptionCustomBeforeStopActionInstantiator(CubeId containerId, DockerClientExecutor dockerClientExecutor, CustomBeforeStopAction customBeforeStopAction) -
Uses of CustomBeforeStopAction in org.arquillian.cube.docker.impl.client.config
Methods in org.arquillian.cube.docker.impl.client.config that return CustomBeforeStopActionMethods in org.arquillian.cube.docker.impl.client.config with parameters of type CustomBeforeStopActionModifier and TypeMethodDescriptionvoidBeforeStop.setCustomBeforeStopAction(CustomBeforeStopAction customBeforeStopAction)