Part of lp.registry.interfaces.projectgroup View In Hierarchy
Known subclasses: lp.registry.interfaces.webservice.IProjectGroup
| Int | id | Undocumented |
| Attribute | displayname | Display name (deprecated) |
| TextLine | lastdoap | The last RDF fragment for this entity that we received and parsed, or generated. |
| Bool | enable_bugfiling_duplicate_search | Undocumented |
| Attribute | translatables | Products that are translatable in LP |
| Method | getProduct | Get a product with name name. |
| Method | getConfigurableProducts | Get all products that can be edited by user. |
| Method | has_translatable | Return a boolean showing the existance of translatables products. |
| Method | has_branches | Return a boolean showing the existance of products with branches. |
| Method | hasProducts | Returns True if a project has products associated with it, False |
| Method | getSeries | Return a ProjectGroupSeries object with name series_name. |
| Attribute | product_milestones | all the milestones for all the products. |
Inherited from ICanGetMilestonesDirectly:
| Method | getMilestone | Return a milestone with the given name for this object, or None. |
Inherited from IHasAppointedDriver:
| Choice | driver | Undocumented |
Inherited from IHasBranches:
| Method | getBranches | Returns all branches with the given lifecycle status. |
Inherited from IHasBugs:
| Method | searchTasks | Search the IBugTasks reported on this entity. |
| Method | getBugTaskWeightFunction | Return a function that is used to weight the bug tasks. |
Inherited from IHasDrivers:
| Attribute | drivers | A list of drivers |
| Method | personHasDriverRights | Does the given person have launchpad.Driver rights on this object? |
Inherited from IHasIcon:
| Attribute | icon | The 14x14 icon. |
Inherited from IHasLogo:
| Attribute | logo | The 64x64 logo. |
Inherited from IHasMergeProposals:
| Method | getMergeProposals | Returns all merge proposals of a given status. |
Inherited from IHasMilestones:
| Bool | has_milestones | Undocumented |
Inherited from IHasMugshot:
| Attribute | mugshot | The 192x192 mugshot. |
Inherited from IHasOwner:
| Attribute | owner | The object's owner, which is an IPerson. |
Inherited from IHasSpecifications:
| Method | specifications | Specifications for this target. |
| Method | valid_specifications | Valid specifications for this target. |
Inherited from IHasSprints:
| Attribute | coming_sprints | A list of up to 5 events currently on, or soon to be on, that are relevant to this context. |
| Attribute | sprints | All sprints relevant to this context. |
| Attribute | past_sprints | Sprints that occured in the past. |
Inherited from IMakesAnnouncements:
| Method | announce | Create a Announcement for this project. |
Inherited from IHasAnnouncements (via IMakesAnnouncements):
| Method | getAnnouncement | Return the requested announcement. |
| Method | getAnnouncements | Return a list of announcements visible to this user. |
Inherited from IKarmaContext:
| Method | getTopContributorsGroupedByCategory | Return a dict mapping categories to the top contributors (and their |
| Method | getTopContributors | Return the people with the highest amount of Karma, and their |
Inherited from IHasOfficialBugTags:
| Method | getUsedBugTagsWithOpenCounts | Return name and bug count of tags having open bugs. |
| Method | _getOfficialTagClause | Get the storm clause for finding this targets tags. |
Inherited from IServiceUsage:
| Choice | answers_usage | Where does this pillar have an Answers forum? |
| Choice | blueprints_usage | Where does this pillar host blueprints? |
| Choice | codehosting_usage | Where does this pillar host code? |
| Choice | bug_tracking_usage | Where does this pillar track bugs? |
| Bool | uses_launchpad | Undocumented |