| 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.
|
| Modifier and Type | Field and Description |
|---|---|
private BugReportQueue.BugReportHandler |
BugReportQueue.bugReportHandler |
static BugReportQueue.BugReportHandler |
BugReportQueue.FALLBACK_BUGREPORT_HANDLER
The fallback bug report handler if none is set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BugReportQueue.setBugReportHandler(BugReportQueue.BugReportHandler bugReportHandler)
Sets the
BugReportQueue.BugReportHandler for this queue. |