l.b.i.s.ISprintPublic(IHasOwner, IHasDrivers, IHasSpecifications, IHeadingContext) : interface documentation

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.
id =
Undocumented
displayname =
A pseudonym for the title.
owner =
Undocumented
datecreated =
Undocumented
attendees =
The set of attendees at this sprint.
attendances =
The set of SprintAttendance records.
def specificationLinks(status=None):
Return the SprintSpecification records matching the filter, quantity and sort given. The rules for filtering and sorting etc are the same as those for IHasSpecifications.specifications()
def getSpecificationLink(id):
Return the specification link for this sprint that has the given ID. We use the naked ID because there is no unique name for a spec outside of a single product or distro, and a sprint can cover multiple products and distros.
def isDriver(user):
Returns True if and only if the specified user is a driver of this sprint.

A driver for a sprint is either the person in the driver attribute, a person who is a member of a team in the driver attribute, or an administrator.

API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.