Part of lp.blueprints.interfaces.webservice View In Hierarchy
| Method | empty_list | Return an empty set - only exists to keep lazr.restful happy. |
| Attribute | displayname | Displayname |
| Attribute | title | Title |
| Attribute | coming_sprints | The next 5 sprints in the system. |
| Method | specificationCount | The total number of blueprints in Launchpad |
| Method | getStatusCountsForProductSeries | Return the status counts for blueprints in a series. |
| Method | getByURL | Return the specification with the given url. |
| Method | getByName | Return the specification with the given name for the given pillar. |
| Method | new | Create a new specification. |
| Method | getDependencyDict | Return a dictionary mapping specifications to their dependencies. |
| Method | get | Return the ISpecification with the given spec_id. |
Inherited from IHasSpecifications:
| Method | specifications | Specifications for this target. |
| Method | valid_specifications | Valid specifications for this target. |
Both the nominated and scheduled blueprints are included in the count.
| Parameters | product_series | ProductSeries object. |
| Returns | A list of tuples containing (status, count). | |
The results are ordered by descending priority, ascending dependency name, and id.
| Parameters | specifications | a sequence of the ISpecification to look up. |