Part of lp.blueprints.interfaces.sprint View In Hierarchy
Known subclasses: lp.blueprints.interfaces.sprint.ISprint
ISprint attributes that anyone can view.| Int | id | Undocumented |
| Attribute | displayname | A pseudonym for the title. |
| PublicPersonChoice | owner | Undocumented |
| Datetime | datecreated | Undocumented |
| Attribute | attendees | The set of attendees at this sprint. |
| Attribute | attendances | The set of SprintAttendance records. |
| Method | specificationLinks | Return the SprintSpecification records matching the filter, |
| Method | getSpecificationLink | Return the specification link for this sprint that has the given |
| Method | isDriver | Returns True if and only if the specified user |
Inherited from IHasDrivers:
| Attribute | drivers | A list of drivers |
| Method | personHasDriverRights | Does the given person have launchpad.Driver rights on this object? |
Inherited from IHasSpecifications:
| Method | specifications | Specifications for this target. |
| Method | valid_specifications | Valid specifications for this target. |