l.c.i.g.IGitActivitySet(Interface) : interface documentation

Part of lp.code.interfaces.gitactivity View In Hierarchy

Utilities for managing Git repository activity log entries.
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.
def logRuleAdded(rule, user):
Log that an access rule was added.
ParametersruleThe IGitRule that was added.
userThe IPerson who added it.
ReturnsThe new IGitActivity.
def logRuleChanged(old_rule, new_rule, user):
Log that an access rule was changed.
Parametersold_ruleThe IGitRule before the change.
new_ruleThe IGitRule after the change.
userThe IPerson who made the change.
ReturnsThe new IGitActivity.
def logRuleRemoved(rule, user):
Log that an access rule was removed.
ParametersruleThe IGitRule that was removed.
userThe IPerson who removed it.
ReturnsThe new IGitActivity.
def logRuleMoved(rule, old_position, new_position, user):
Log that an access rule was moved to a different position.
ParametersruleThe IGitRule that was moved.
old_positionThe old position in its repository's order.
new_positionThe new position in its repository's order.
userThe IPerson who moved it.
ReturnsThe new IGitActivity.
def logGrantAdded(grant, user):
Log that an access grant was added.
ParametersgrantThe IGitRuleGrant that was added.
userThe IPerson who added it.
ReturnsThe new IGitActivity.
def logGrantChanged(old_grant, new_grant, user):
Log that an access grant was changed.
Parametersold_grantThe IGitRuleGrant before the change.
new_grantThe IGitRuleGrant after the change.
userThe IPerson who made the change.
ReturnsThe new IGitActivity.
def logGrantRemoved(grant, user):
Log that an access grant was removed.
ParametersgrantThe IGitRuleGrant that was removed.
userThe IPerson who removed it.
ReturnsThe new IGitActivity.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.