@ -502,7 +502,7 @@ DEPRECATED. Consider using gerrit.get_change_description instead.
Module for polling a git repository using the Gitiles web interface.
— **def [commit\_log ](/recipes/recipe_modules/gitiles/api.py# 97 )(self, url, commit, step_name=None, attempts=None):**
— **def [commit\_log ](/recipes/recipe_modules/gitiles/api.py# 102 )(self, url, commit, step_name=None, attempts=None):**
Returns: (dict) the Gitiles commit log structure for a given commit.
@ -512,7 +512,7 @@ Args:
step_name (str): If not None, override the step name.
attempts (int): Number of times to try the request before failing.
— **def [download\_file ](/recipes/recipe_modules/gitiles/api.py#11 3 )(self, repository_url, file_path, branch='master', step_name=None, attempts=None, \*\*kwargs):**
— **def [download\_file ](/recipes/recipe_modules/gitiles/api.py#11 8 )(self, repository_url, file_path, branch='master', step_name=None, attempts=None, \*\*kwargs):**
Downloads raw file content from a Gitiles repository.
@ -526,7 +526,7 @@ Args:
Returns:
Raw file content.
— **def [log ](/recipes/recipe_modules/gitiles/api.py#5 1 )(self, url, ref, limit=0, cursor=None, step_name=None, attempts=None, \*\*kwargs):**
— **def [log ](/recipes/recipe_modules/gitiles/api.py#5 6 )(self, url, ref, limit=0, cursor=None, step_name=None, attempts=None, \*\*kwargs):**
Returns the most recent commits under the given ref with properties.
@ -549,7 +549,7 @@ Returns:
Cursor can be used for subsequent calls to log for paging. If None,
signals that there are no more commits to fetch.
— **def [refs ](/recipes/recipe_modules/gitiles/api.py# 39 )(self, url, step_name='refs', attempts=None):**
— **def [refs ](/recipes/recipe_modules/gitiles/api.py# 44 )(self, url, step_name='refs', attempts=None):**
Returns a list of refs in the remote repository.
### *recipe_modules* / [gsutil ](/recipes/recipe_modules/gsutil )
@ -800,9 +800,9 @@ like checkout or compile), and some of these tests have failed.
— **def [RunSteps ](/recipes/recipe_modules/git_cl/examples/full.py#17 )(api):**
### *recipes* / [gitiles:examples/full ](/recipes/recipe_modules/gitiles/examples/full.py )
[DEPS ](/recipes/recipe_modules/gitiles/examples/full.py#5 ): [gitiles ](#recipe_modules-gitiles ), [recipe\_engine/properties][recipe_engine/recipe_modules/properties]
[DEPS ](/recipes/recipe_modules/gitiles/examples/full.py#5 ): [gitiles ](#recipe_modules-gitiles ), [recipe\_engine/json][recipe_engine/recipe_modules/json], [recipe\_engine/ properties][recipe_engine/recipe_modules/properties]
— **def [RunSteps ](/recipes/recipe_modules/gitiles/examples/full.py#1 1 )(api):**
— **def [RunSteps ](/recipes/recipe_modules/gitiles/examples/full.py#1 2 )(api):**
### *recipes* / [gsutil:examples/full ](/recipes/recipe_modules/gsutil/examples/full.py )
[DEPS ](/recipes/recipe_modules/gsutil/examples/full.py#5 ): [gsutil ](#recipe_modules-gsutil ), [recipe\_engine/path][recipe_engine/recipe_modules/path]