Part of lp.blueprints.browser.person_upcomingwork View In Hierarchy
This class wraps a BugTask or a SpecificationWorkItem to provide a common API so that the template doesn't have to worry about what kind of work item it's dealing with.
| Method | __init__ | Undocumented |
| Class Method | from_bugtask | Undocumented |
| Class Method | from_workitem | Undocumented |
| Method | milestone | Undocumented |
| Method | actual_workitem | Return the actual work item that we are wrapping. |
| Method | is_complete | Undocumented |