Class NativeGitProvider.NativeCommandException

    • Constructor Detail

      • NativeCommandException

        public NativeCommandException​(int exitCode,
                                      String command,
                                      File directory,
                                      String stdout,
                                      String stderr)
    • Method Detail

      • getExitCode

        public int getExitCode()
      • getCommand

        public String getCommand()
      • getDirectory

        public File getDirectory()
      • getStdout

        public String getStdout()
      • getStderr

        public String getStderr()