|
| def | __init__ (self, committers=[], reviewers=[], contributors=[]) |
| |
| def | load_json (self) |
| |
| def | load_test_data (self, committers, reviewers, contributors) |
| |
| def | as_json (self) |
| |
| def | reformat_in_place (self) |
| |
| def | contributors (self) |
| |
| def | committers (self) |
| |
| def | reviewers (self) |
| |
| def | contributor_by_irc_nickname (self, irc_nickname) |
| |
| def | contributors_by_search_string (self, string) |
| |
| def | contributors_by_email_username (self, string) |
| |
| def | contributors_by_fuzzy_match (self, string) |
| |
| def | contributor_by_email (self, email) |
| |
| def | contributor_by_name (self, name) |
| |
| def | committer_by_email (self, email) |
| |
| def | committer_by_name (self, name) |
| |
| def | reviewer_by_email (self, email) |
| |
| def | reviewer_by_name (self, email) |
| |
◆ __init__()
| def webkitpy.common.config.committers.CommitterList.__init__ |
( |
|
self, |
|
|
|
committers = [], |
|
|
|
reviewers = [], |
|
|
|
contributors = [] |
|
) |
| |
◆ as_json()
| def webkitpy.common.config.committers.CommitterList.as_json |
( |
|
self | ) |
|
◆ committer_by_email()
| def webkitpy.common.config.committers.CommitterList.committer_by_email |
( |
|
self, |
|
|
|
email |
|
) |
| |
◆ committer_by_name()
| def webkitpy.common.config.committers.CommitterList.committer_by_name |
( |
|
self, |
|
|
|
name |
|
) |
| |
◆ committers()
| def webkitpy.common.config.committers.CommitterList.committers |
( |
|
self | ) |
|
◆ contributor_by_email()
| def webkitpy.common.config.committers.CommitterList.contributor_by_email |
( |
|
self, |
|
|
|
email |
|
) |
| |
◆ contributor_by_irc_nickname()
| def webkitpy.common.config.committers.CommitterList.contributor_by_irc_nickname |
( |
|
self, |
|
|
|
irc_nickname |
|
) |
| |
◆ contributor_by_name()
| def webkitpy.common.config.committers.CommitterList.contributor_by_name |
( |
|
self, |
|
|
|
name |
|
) |
| |
◆ contributors()
| def webkitpy.common.config.committers.CommitterList.contributors |
( |
|
self | ) |
|
◆ contributors_by_email_username()
| def webkitpy.common.config.committers.CommitterList.contributors_by_email_username |
( |
|
self, |
|
|
|
string |
|
) |
| |
◆ contributors_by_fuzzy_match()
| def webkitpy.common.config.committers.CommitterList.contributors_by_fuzzy_match |
( |
|
self, |
|
|
|
string |
|
) |
| |
◆ contributors_by_search_string()
| def webkitpy.common.config.committers.CommitterList.contributors_by_search_string |
( |
|
self, |
|
|
|
string |
|
) |
| |
◆ load_json()
| def webkitpy.common.config.committers.CommitterList.load_json |
( |
|
self | ) |
|
◆ load_test_data()
| def webkitpy.common.config.committers.CommitterList.load_test_data |
( |
|
self, |
|
|
|
committers, |
|
|
|
reviewers, |
|
|
|
contributors |
|
) |
| |
◆ reformat_in_place()
| def webkitpy.common.config.committers.CommitterList.reformat_in_place |
( |
|
self | ) |
|
◆ reviewer_by_email()
| def webkitpy.common.config.committers.CommitterList.reviewer_by_email |
( |
|
self, |
|
|
|
email |
|
) |
| |
◆ reviewer_by_name()
| def webkitpy.common.config.committers.CommitterList.reviewer_by_name |
( |
|
self, |
|
|
|
email |
|
) |
| |
◆ reviewers()
| def webkitpy.common.config.committers.CommitterList.reviewers |
( |
|
self | ) |
|
The documentation for this class was generated from the following file: