l.b.i.b.IBugTaskDelta(Interface) : interface documentation

Part of lp.bugs.interfaces.bugtask View In Hierarchy

The change made to a bug task (e.g. in an edit screen).

If product is not None, the sourcepackagename must be None.

Likewise, if sourcepackagename is not None, product must be None.

Attribute bugtask The modified IBugTask.
Attribute target The change made to the IBugTarget for this task.
Attribute status The change made to the status for this task.
Attribute importance The change made to the importance of this task.
Attribute assignee The change made to the assignee of this task.
Attribute bugwatch The bugwatch which governs this task.
Attribute milestone The milestone for which this task is scheduled.
bugtask =
The modified IBugTask.
target =
The change made to the IBugTarget for this task.

The value is a dict like {'old' : IBugTarget, 'new' : IBugTarget}, or None, if no change was made to the target.

status =
The change made to the status for this task.

The value is a dict like {'old' : BugTaskStatus.FOO, 'new' : BugTaskStatus.BAR}, or None, if no change was made to the status.

importance =
The change made to the importance of this task.

The value is a dict like {'old' : BugTaskImportance.FOO, 'new' : BugTaskImportance.BAR}, or None, if no change was made to the importance.

assignee =
The change made to the assignee of this task.

The value is a dict like {'old' : IPerson, 'new' : IPerson}, or None, if no change was made to the assignee.

bugwatch =
The bugwatch which governs this task.
milestone =
The milestone for which this task is scheduled.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.