Uses of Class
org.openstreetmap.josm.tools.bugreport.BugReportQueue
-
Packages that use BugReportQueue Package Description org.openstreetmap.josm.tools.bugreport Provides core classes for the bug report system, allowing to save technical information used later in tickets on issue tracker. -
-
Uses of BugReportQueue in org.openstreetmap.josm.tools.bugreport
Fields in org.openstreetmap.josm.tools.bugreport declared as BugReportQueue Modifier and Type Field Description private static BugReportQueue
BugReportQueue. INSTANCE
Methods in org.openstreetmap.josm.tools.bugreport that return BugReportQueue Modifier and Type Method Description static BugReportQueue
BugReportQueue. getInstance()
Gets the global bug report queue
-