l.b.i.s.ISprintSpecification(Interface) : interface documentation

Part of lp.blueprints.interfaces.sprintspecification View In Hierarchy

A link between a Sprint and a Specification.
Attribute id The ID of this sprint/spec link. We expose this because there is no uniqueness of spec names across projects and of course distros, so there is no unique way to identify a sprintspec by spec name, because multiple specs at a sprint could have the same name.
Choice sprint Select the meeting or sprint at which you would like feature to be discussed or implemented. The meeting organisers will review and approve or decline this request.
Int specification Undocumented
Choice status Undocumented
Text whiteboard Any reasoning or rationale for your decision. Your changes will override the current text. Note that this is purely related to whether this spec is approved for the agenda of this meeting, not a commentary of the specification in general.
PublicPersonChoice registrant Undocumented
Datetime date_created The date this topic was nominated for the sprint agenda.
PublicPersonChoice decider Undocumented
Datetime date_decided The date this topic was reviewed and accepted or declined for the meeting agenda.
Attribute is_confirmed True if this spec is confirmed for the agenda of this sprint.
Attribute is_decided True if this spec has been accepted or declined for this sprint.
Method acceptBy Flag the sprint as being accepted by the decider.
Method declineBy Flag the sprint as being declined by the decider.
id =
The ID of this sprint/spec link. We expose this because there is no uniqueness of spec names across projects and of course distros, so there is no unique way to identify a sprintspec by spec name, because multiple specs at a sprint could have the same name.
sprint =
Select the meeting or sprint at which you would like feature to be discussed or implemented. The meeting organisers will review and approve or decline this request.
specification =
Undocumented
status =
Undocumented
whiteboard =
Any reasoning or rationale for your decision. Your changes will override the current text. Note that this is purely related to whether this spec is approved for the agenda of this meeting, not a commentary of the specification in general.
registrant =
Undocumented
date_created =
The date this topic was nominated for the sprint agenda.
decider =
Undocumented
date_decided =
The date this topic was reviewed and accepted or declined for the meeting agenda.
is_confirmed =
True if this spec is confirmed for the agenda of this sprint.
is_decided =
True if this spec has been accepted or declined for this sprint.
def acceptBy(decider):
Flag the sprint as being accepted by the decider.
def declineBy(decider):
Flag the sprint as being declined by the decider.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.