Lines Matching refs:change
290 """Presubmit checks for the change on upload."""
304 self._issue = input_api.change.issue
350 'If this change affects a client API, please add a summary line '
355 def PostUploadHook(gerrit, change, output_api):
362 if not change.issue:
369 if change.author_email.endswith(suffix):
375 for affected_file in change.AffectedFiles():
385 footers = change.GitFootersFromDescription()
388 # If the change includes only doc changes then add No-Try: true in the
392 change.AddDescriptionFooter('No-Try', 'true')
395 'This change has only doc changes. Automatically added '
401 change.FullDescriptionText(), change.issue)
407 """Presubmit checks for the change on commit."""