Class DefaultInvocationResult

    • Method Detail

      • getExitCode

        public int getExitCode()

        Getter for the field exitCode.

        Specified by:
        getExitCode in interface InvocationResult
        Returns:
        a int.
      • getExecutionException

        public org.apache.maven.shared.utils.cli.CommandLineException getExecutionException()

        Getter for the field executionException.

        Specified by:
        getExecutionException in interface InvocationResult
        Returns:
        a CommandLineException object.