Part of lp.bugs.interfaces.structuralsubscription View In Hierarchy
Known subclasses: lp.bugs.interfaces.webservice.IStructuralSubscriptionTarget
Modify-only parts.
| Method | addSubscription | Add a subscription for this structure. |
| Method | addBugSubscription | Add a bug subscription for this structure. |
| Method | addBugSubscriptionFilter | Add a bug subscription filter for this structure. |
| Method | removeBugSubscription | Remove a subscription to bugs from this structure. |
This method is used to create a new IStructuralSubscription
for the target.
| Returns | The new subscription. | |
| Unknown Field: subscriber | The IPerson who will be subscribed. If omitted, subscribed_by will be used. | |
| Unknown Field: subscribed_by | The IPerson creating the subscription. | |
This method is used to create a new IStructuralSubscription for the
target. This initially has a single filter which will allow all
notifications will be sent.
| Returns | The new bug subscription. | |
| Unknown Field: subscriber | The IPerson who will be subscribed. If omitted, subscribed_by will be used. | |
| Unknown Field: subscribed_by | The IPerson creating the subscription. | |
This method is used to create a new IBugSubscriptionFilter for the
target. It will initially allow all notifications to be sent.
| Returns | The new bug subscription filter. | |
| Unknown Field: subscriber | The IPerson who will be subscribed. If omitted, subscribed_by will be used. | |
| Unknown Field: subscribed_by | The IPerson creating the subscription. | |
This will delete all associated filters.
| Unknown Field: subscriber | The IPerson who will be unsubscribed. If omitted, unsubscribed_by will be used. | |
| Unknown Field: unsubscribed_by | The IPerson removing the subscription. | |