Interface ContainerHandle
-
- All Implemented Interfaces:
public interface ContainerHandle
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classContainerHandle.Companion
-
Method Summary
Modifier and Type Method Description abstract BooleanisRunning()abstract StringgetContainerId()abstract StringgetContainerName()abstract StringgetContainerImage()-
-
Method Detail
-
getContainerId
abstract String getContainerId()
-
getContainerName
abstract String getContainerName()
-
getContainerImage
abstract String getContainerImage()
-
-
-
-