Interface BugReportSender.BugReportSendingHandler

    • Method Detail

      • sendingBugReport

        String sendingBugReport​(String bugUrl,
                                String statusText)
        Called when a bug is sent to JOSM bugtracker.
        Parameters:
        bugUrl - URL to visit to effectively submit the bug report to JOSM website
        statusText - the status text being sent
        Returns:
        null for success or a string in case of an error
      • failed

        void failed​(String errorMessage,
                    String statusText)
        Called when a bug failed to be sent to JOSM bugtracker.
        Parameters:
        errorMessage - the error message
        statusText - the status text being sent