Part of lp.bugs.model.bugsubscriptionfilter View In Hierarchy
| Method | delete | See IBugSubscriptionFilter. |
| Class Method | deleteMultiple | Undocumented |
| Method | isMuteAllowed | See IBugSubscriptionFilter. |
| Method | muted | Undocumented |
| Method | mute | See IBugSubscriptionFilter. |
| Method | unmute | See IBugSubscriptionFilter. |
| Method | _get_collection | Undocumented |
| Method | _set_collection | Undocumented |
| Method | _get_statuses | Undocumented |
| Method | _set_statuses | Undocumented |
| Method | _get_importances | Undocumented |
| Method | _set_importances | Undocumented |
| Method | _get_tags | Return a frozenset of tags to filter on. |
| Method | _set_tags | Update the tags to filter on. |
| Method | _get_information_types | Undocumented |
| Method | _set_information_types | Undocumented |
Inherited from StormBase:
| Method | __storm_invalidated__ | Flush cached properties. |
The tags can be qualified with a leading hyphen, and can be bundled in any iterable.
If they are passed within a searchbuilder.any or searchbuilder.all
object, the find_all_tags attribute will be updated to match.
Wildcard tags - * and -* - can be given too, and will update
include_any_tags and exclude_any_tags.