Class IssuePriorityTranslatorUtil
- java.lang.Object
-
- org.jboss.set.aphrodite.issue.trackers.bugzilla.IssuePriorityTranslatorUtil
-
public final class IssuePriorityTranslatorUtil extends Object
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.
This utility class is designed to handle all logic related to such translation (and nothing else).
- Author:
- Romain Pelisse
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jboss.set.aphrodite.domain.IssuePrioritytranslateFromBugzilla(String priority)
-
-
-
Method Detail
-
translateFromBugzilla
public static org.jboss.set.aphrodite.domain.IssuePriority translateFromBugzilla(String priority)
-
-