Package org.arquillian.cube
Interface CubeController
public interface CubeController
- Author:
- Stefan Miklosovic
-
Method Summary
Modifier and TypeMethodDescriptionchangesOnFilesystem(String cubeId) changesOnFilesystem(CubeID cubeId) voidcopyFileDirectoryFromContainer(String cubeId, String from, String to) voidcopyFileDirectoryFromContainer(CubeID cubeId, String from, String to) voidcopyLog(String cubeId, boolean follow, boolean stdout, boolean stderr, boolean timestamps, int tail, OutputStream outputStream) voidcopyLog(CubeID cubeId, boolean follow, boolean stdout, boolean stderr, boolean timestamps, int tail, OutputStream outputStream) voidvoidvoidvoidvoidvoidvoidvoid
-
Method Details
-
create
-
create
-
start
-
start
-
stop
-
stop
-
destroy
-
destroy
-
copyFileDirectoryFromContainer
-
copyFileDirectoryFromContainer
-
changesOnFilesystem
-
changesOnFilesystem
-
top
-
top
-
copyLog
void copyLog(String cubeId, boolean follow, boolean stdout, boolean stderr, boolean timestamps, int tail, OutputStream outputStream) -
copyLog
void copyLog(CubeID cubeId, boolean follow, boolean stdout, boolean stderr, boolean timestamps, int tail, OutputStream outputStream)
-