Part of lp.code.interfaces.gitactivity View In Hierarchy
| Method | logRuleAdded | Log that an access rule was added. |
| Method | logRuleChanged | Log that an access rule was changed. |
| Method | logRuleRemoved | Log that an access rule was removed. |
| Method | logRuleMoved | Log that an access rule was moved to a different position. |
| Method | logGrantAdded | Log that an access grant was added. |
| Method | logGrantChanged | Log that an access grant was changed. |
| Method | logGrantRemoved | Log that an access grant was removed. |
| Parameters | rule | The IGitRule that was added. |
| user | The IPerson who added it. | |
| Returns | The new IGitActivity. | |
| Parameters | old_rule | The IGitRule before the change. |
| new_rule | The IGitRule after the change. | |
| user | The IPerson who made the change. | |
| Returns | The new IGitActivity. | |
| Parameters | rule | The IGitRule that was removed. |
| user | The IPerson who removed it. | |
| Returns | The new IGitActivity. | |
| Parameters | rule | The IGitRule that was moved. |
| old_position | The old position in its repository's order. | |
| new_position | The new position in its repository's order. | |
| user | The IPerson who moved it. | |
| Returns | The new IGitActivity. | |
| Parameters | grant | The IGitRuleGrant that was added. |
| user | The IPerson who added it. | |
| Returns | The new IGitActivity. | |
| Parameters | old_grant | The IGitRuleGrant before the change. |
| new_grant | The IGitRuleGrant after the change. | |
| user | The IPerson who made the change. | |
| Returns | The new IGitActivity. | |
| Parameters | grant | The IGitRuleGrant that was removed. |
| user | The IPerson who removed it. | |
| Returns | The new IGitActivity. | |