Package io.fabric8.maven.docker.model
Class ExecDetails
- java.lang.Object
-
- io.fabric8.maven.docker.model.ExecDetails
-
public class ExecDetails extends Object
Model class holding details of the result of an exec command on a running container.
-
-
Constructor Summary
Constructors Constructor Description ExecDetails(com.google.gson.JsonObject json)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getArguments()StringgetEntryPoint()IntegergetExitCode()booleanisRunning()
-