ErrorReporter
A report submitter that opens a pre-filled issue creation form on Randomness' GitHub repository.
This class pertains to reports of exceptions that are not caught by the plugin and end up being shown to the user as a notification by IntelliJ.
Constructors
ErrorReporter
Link copied to clipboard
fun ErrorReporter()
Content copied to clipboard
Types
Functions
changeReporterAccount
Link copied to clipboard
getIssueUrl
Link copied to clipboard
fun getIssueUrl(events: Array<out IdeaLoggingEvent>, additionalInfo: String?): String
Content copied to clipboard
getPluginDescriptor
Link copied to clipboard
getPrivacyNoticeText
Link copied to clipboard
getReportActionText
Link copied to clipboard
getReporterAccount
Link copied to clipboard
setPluginDescriptor
Link copied to clipboard
open override fun setPluginDescriptor(@NotNull() p0: @NotNull() PluginDescriptor)
Content copied to clipboard
submit
Link copied to clipboard
@ApiStatus.ScheduledForRemoval(inVersion = 2021.3)
Content copied to clipboard
open override fun submit(events: Array<IdeaLoggingEvent>, additionalInfo: String?, parentComponent: Component, consumer: Consumer<in SubmittedReportInfo>): Boolean
Content copied to clipboard
Sources
jvm source
Link copied to clipboard