Part of canonical.launchpad.interfaces.launchpad View In Hierarchy
Known implementations: canonical.launchpad.webapp.launchbag.LaunchBag
| Method | add | Stick the object into the correct attribute of the ILaunchBag, |
| Method | clear | Empty the bag |
| Method | setLogin | Set the login to the given value. |
| Method | setDeveloper | Set the developer flag. |
Inherited from ILaunchBag:
| Attribute | person | IPerson, or None |
| Attribute | project | IProjectGroup, or None |
| Attribute | product | IProduct, or None |
| Attribute | distribution | IDistribution, or None |
| Attribute | distroseries | IDistroSeries, or None |
| Attribute | distroarchseries | IDistroArchSeries, or None |
| Attribute | sourcepackage | ISourcepackage, or None |
| Attribute | sourcepackagereleasepublishing | ISourcepackageReleasePublishing, or None |
| Attribute | bug | IBug, or None |
| Attribute | bugtask | IBugTask, or None |
| Attribute | account | Currently authenticated IAccount, or None |
| Attribute | user | Currently authenticated IPerson, or None |
| Attribute | login | The login used by the authenticated person, or None |
| Attribute | time_zone | The user's time zone |
| Bool | developer | Undocumented |