| Class | Description |
|---|---|
| BugzillaClient | |
| BugzillaIssueTracker |
An implementation of the
IssueTrackerService for the Bugzilla issue tracker. |
| IssuePriorityTranslatorUtil |
Bugzilla priority naming differs from the one offered by this API, and has been mapped like that:
BLOCKER - no bugzilla equivalent ,
CRITICAL - maps to URGENT,
MAJOR(3), // Bugzilla, maps to HIGH,
MINOR(2), // Bugzilla, maps to MEDIUM,
TRIVIAL(1), // Bugzilla, maps to LOW,
OPTIONAL(0), // Bugzilla, no equivalent.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.