Class ExecDetails


  • public class ExecDetails
    extends Object
    Model class holding details of the result of an exec command on a running container.
    • Constructor Detail

      • ExecDetails

        public ExecDetails​(com.google.gson.JsonObject json)
    • Method Detail

      • isRunning

        public boolean isRunning()
      • getExitCode

        public Integer getExitCode()
      • getEntryPoint

        public String getEntryPoint()
      • getArguments

        public String[] getArguments()