Class ArtifactLauncher.LaunchResult

    • Field Detail

      • statusCode

        final int statusCode
      • output

        final byte[] output
      • stderror

        final byte[] stderror
    • Constructor Detail

      • LaunchResult

        public LaunchResult​(int statusCode,
                            byte[] output,
                            byte[] stderror)
    • Method Detail

      • getStatusCode

        public int getStatusCode()
      • getOutput

        public byte[] getOutput()
      • getStderror

        public byte[] getStderror()