Uses of Record Class
com.zetaplugins.zetacore.debug.data.DebugReport
Packages that use DebugReport
-
Uses of DebugReport in com.zetaplugins.zetacore.debug
Methods in com.zetaplugins.zetacore.debug that return DebugReportModifier and TypeMethodDescriptionstatic DebugReportReportDataCollector.collect(String modrinthId, JavaPlugin plugin, File pluginFile, Map<String, String> configs) Collects a debug report for the specified plugin.ReportDataCollector.collectReport()Methods in com.zetaplugins.zetacore.debug with parameters of type DebugReportModifier and TypeMethodDescriptionstatic voidReportFileWriter.writeJsonReportToFile(DebugReport report, File file) Writes the provided DebugReport to a file at the specified file.static voidReportFileWriter.writeTextReportToFile(DebugReport report, File file) Writes the provided DebugReport to a text file at the specified file. -
Uses of DebugReport in com.zetaplugins.zetacore.debug.uploader
Methods in com.zetaplugins.zetacore.debug.uploader with parameters of type DebugReportModifier and TypeMethodDescriptionMclogsReportUploader.uploadReport(DebugReport debugReport) static StringMclogsReportUploader.uploadReport(DebugReport debugReport, JavaPlugin plugin) static StringZetaDebugReportUploader.uploadReport(DebugReport debugReport, JavaPlugin plugin)