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 DebugReport
Collects a debug report for the specified plugin.ReportDataCollector.collectReport()
Methods in com.zetaplugins.zetacore.debug with parameters of type DebugReportModifier and TypeMethodDescriptionstatic void
ReportFileWriter.writeJsonReportToFile
(DebugReport report, File file) Writes the provided DebugReport to a file at the specified file.static void
ReportFileWriter.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 String
MclogsReportUploader.uploadReport
(DebugReport debugReport, JavaPlugin plugin)