Part of lp.code.interfaces.gitrule View In Hierarchy
Inherited from IGitRuleView:
| Int | id | Undocumented |
| Int | position | The position of this rule in its repository's rule order. |
| PublicPersonChoice | creator | The user who created this rule. |
| Datetime | date_created | The time when this rule was created. |
| Datetime | date_last_modified | The time when this rule was last modified. |
| Attribute | grants | The access grants for this rule. |
Inherited from IGitRuleEditableAttributes:
| TextLine | ref_pattern | The pattern of references matched by this rule. |
Inherited from IGitRuleEdit:
| Method | addGrant | Add an access grant to this rule. |
| Method | setGrants | Set the access grants for this rule. |
| Method | destroySelf | Delete this rule. |