@ -14,7 +14,7 @@
* [gsutil ](#recipe_modules-gsutil ) (Python3 ✅)
* [gsutil ](#recipe_modules-gsutil ) (Python3 ✅)
* [osx_sdk ](#recipe_modules-osx_sdk ) (Python3 ✅) — The `osx_sdk` module provides safe functions to access a semi-hermetic XCode installation.
* [osx_sdk ](#recipe_modules-osx_sdk ) (Python3 ✅) — The `osx_sdk` module provides safe functions to access a semi-hermetic XCode installation.
* [presubmit ](#recipe_modules-presubmit ) (Python3 ✅)
* [presubmit ](#recipe_modules-presubmit ) (Python3 ✅)
* [tryserver ](#recipe_modules-tryserver )
* [tryserver ](#recipe_modules-tryserver ) (Python3 ✅)
* [windows_sdk ](#recipe_modules-windows_sdk ) (Python3 ✅) — The `windows_sdk` module provides safe functions to access a hermetic Microsoft Visual Studio installation.
* [windows_sdk ](#recipe_modules-windows_sdk ) (Python3 ✅) — The `windows_sdk` module provides safe functions to access a hermetic Microsoft Visual Studio installation.
**[Recipes](#Recipes)**
**[Recipes](#Recipes)**
@ -39,10 +39,10 @@
* [presubmit:examples/full ](#recipes-presubmit_examples_full ) (Python3 ✅)
* [presubmit:examples/full ](#recipes-presubmit_examples_full ) (Python3 ✅)
* [presubmit:tests/execute ](#recipes-presubmit_tests_execute ) (Python3 ✅)
* [presubmit:tests/execute ](#recipes-presubmit_tests_execute ) (Python3 ✅)
* [presubmit:tests/prepare ](#recipes-presubmit_tests_prepare ) (Python3 ✅)
* [presubmit:tests/prepare ](#recipes-presubmit_tests_prepare ) (Python3 ✅)
* [tryserver:examples/full ](#recipes-tryserver_examples_full )
* [tryserver:examples/full ](#recipes-tryserver_examples_full ) (Python3 ✅)
* [tryserver:tests/gerrit_change_fetch_ref_timeout ](#recipes-tryserver_tests_gerrit_change_fetch_ref_timeout )
* [tryserver:tests/gerrit_change_fetch_ref_timeout ](#recipes-tryserver_tests_gerrit_change_fetch_ref_timeout ) (Python3 ✅)
* [tryserver:tests/gerrit_change_owner ](#recipes-tryserver_tests_gerrit_change_owner )
* [tryserver:tests/gerrit_change_owner ](#recipes-tryserver_tests_gerrit_change_owner ) (Python3 ✅)
* [tryserver:tests/gerrit_change_target_ref ](#recipes-tryserver_tests_gerrit_change_target_ref )
* [tryserver:tests/gerrit_change_target_ref ](#recipes-tryserver_tests_gerrit_change_target_ref ) (Python3 ✅)
* [windows_sdk:examples/full ](#recipes-windows_sdk_examples_full ) (Python3 ✅)
* [windows_sdk:examples/full ](#recipes-windows_sdk_examples_full ) (Python3 ✅)
## Recipe Modules
## Recipe Modules
@ -863,9 +863,9 @@ Returns:
  ** @property **< br > — **def [presubmit\_support\_path ](/recipes/recipe_modules/presubmit/api.py#24 )(self):**
  ** @property **< br > — **def [presubmit\_support\_path ](/recipes/recipe_modules/presubmit/api.py#24 )(self):**
### *recipe_modules* / [tryserver ](/recipes/recipe_modules/tryserver )
### *recipe_modules* / [tryserver ](/recipes/recipe_modules/tryserver )
[DEPS ](/recipes/recipe_modules/tryserver/__init__.py# 5 ): [gerrit ](#recipe_modules-gerrit ), [git ](#recipe_modules-git ), [git\_cl ](#recipe_modules-git_cl ), [recipe\_engine/buildbucket][recipe_engine/recipe_modules/buildbucket], [recipe\_engine/context][recipe_engine/recipe_modules/context], [recipe\_engine/json][recipe_engine/recipe_modules/json], [recipe\_engine/path][recipe_engine/recipe_modules/path], [recipe\_engine/platform][recipe_engine/recipe_modules/platform], [recipe\_engine/properties][recipe_engine/recipe_modules/properties], [recipe\_engine/python][recipe_engine/recipe_modules/python], [recipe\_engine/raw\_io][recipe_engine/recipe_modules/raw_io], [recipe\_engine/step][recipe_engine/recipe_modules/step]
[DEPS ](/recipes/recipe_modules/tryserver/__init__.py# 7 ): [gerrit ](#recipe_modules-gerrit ), [git ](#recipe_modules-git ), [git\_cl ](#recipe_modules-git_cl ), [recipe\_engine/buildbucket][recipe_engine/recipe_modules/buildbucket], [recipe\_engine/context][recipe_engine/recipe_modules/context], [recipe\_engine/json][recipe_engine/recipe_modules/json], [recipe\_engine/path][recipe_engine/recipe_modules/path], [recipe\_engine/platform][recipe_engine/recipe_modules/platform], [recipe\_engine/properties][recipe_engine/recipe_modules/properties], [recipe\_engine/python][recipe_engine/recipe_modules/python], [recipe\_engine/raw\_io][recipe_engine/recipe_modules/raw_io], [recipe\_engine/step][recipe_engine/recipe_modules/step]
PYTHON_VERSION_COMPATIBILITY: PY2
PYTHON_VERSION_COMPATIBILITY: PY2+3
#### **class [TryserverApi ](/recipes/recipe_modules/tryserver/api.py#27 )([RecipeApi][recipe_engine/wkt/RecipeApi]):**
#### **class [TryserverApi ](/recipes/recipe_modules/tryserver/api.py#27 )([RecipeApi][recipe_engine/wkt/RecipeApi]):**
@ -1206,32 +1206,32 @@ PYTHON_VERSION_COMPATIBILITY: PY2+3
— **def [RunSteps ](/recipes/recipe_modules/presubmit/tests/prepare.py#28 )(api, patch_project, patch_repository_url):**
— **def [RunSteps ](/recipes/recipe_modules/presubmit/tests/prepare.py#28 )(api, patch_project, patch_repository_url):**
### *recipes* / [tryserver:examples/full ](/recipes/recipe_modules/tryserver/examples/full.py )
### *recipes* / [tryserver:examples/full ](/recipes/recipe_modules/tryserver/examples/full.py )
[DEPS ](/recipes/recipe_modules/tryserver/examples/full.py# 5 ): [gerrit ](#recipe_modules-gerrit ), [tryserver ](#recipe_modules-tryserver ), [recipe\_engine/buildbucket][recipe_engine/recipe_modules/buildbucket], [recipe\_engine/json][recipe_engine/recipe_modules/json], [recipe\_engine/path][recipe_engine/recipe_modules/path], [recipe\_engine/platform][recipe_engine/recipe_modules/platform], [recipe\_engine/properties][recipe_engine/recipe_modules/properties], [recipe\_engine/python][recipe_engine/recipe_modules/python], [recipe\_engine/raw\_io][recipe_engine/recipe_modules/raw_io], [recipe\_engine/step][recipe_engine/recipe_modules/step]
[DEPS ](/recipes/recipe_modules/tryserver/examples/full.py# 7 ): [gerrit ](#recipe_modules-gerrit ), [tryserver ](#recipe_modules-tryserver ), [recipe\_engine/buildbucket][recipe_engine/recipe_modules/buildbucket], [recipe\_engine/json][recipe_engine/recipe_modules/json], [recipe\_engine/path][recipe_engine/recipe_modules/path], [recipe\_engine/platform][recipe_engine/recipe_modules/platform], [recipe\_engine/properties][recipe_engine/recipe_modules/properties], [recipe\_engine/python][recipe_engine/recipe_modules/python], [recipe\_engine/raw\_io][recipe_engine/recipe_modules/raw_io], [recipe\_engine/step][recipe_engine/recipe_modules/step]
PYTHON_VERSION_COMPATIBILITY: PY2
PYTHON_VERSION_COMPATIBILITY: PY2+3
— **def [RunSteps ](/recipes/recipe_modules/tryserver/examples/full.py#2 1 )(api):**
— **def [RunSteps ](/recipes/recipe_modules/tryserver/examples/full.py#2 3 )(api):**
### *recipes* / [tryserver:tests/gerrit\_change\_fetch\_ref\_timeout ](/recipes/recipe_modules/tryserver/tests/gerrit_change_fetch_ref_timeout.py )
### *recipes* / [tryserver:tests/gerrit\_change\_fetch\_ref\_timeout ](/recipes/recipe_modules/tryserver/tests/gerrit_change_fetch_ref_timeout.py )
[DEPS ](/recipes/recipe_modules/tryserver/tests/gerrit_change_fetch_ref_timeout.py# 7 ): [gerrit ](#recipe_modules-gerrit ), [tryserver ](#recipe_modules-tryserver ), [recipe\_engine/buildbucket][recipe_engine/recipe_modules/buildbucket], [recipe\_engine/properties][recipe_engine/recipe_modules/properties]
[DEPS ](/recipes/recipe_modules/tryserver/tests/gerrit_change_fetch_ref_timeout.py# 9 ): [gerrit ](#recipe_modules-gerrit ), [tryserver ](#recipe_modules-tryserver ), [recipe\_engine/buildbucket][recipe_engine/recipe_modules/buildbucket], [recipe\_engine/properties][recipe_engine/recipe_modules/properties]
PYTHON_VERSION_COMPATIBILITY: PY2
PYTHON_VERSION_COMPATIBILITY: PY2+3
— **def [RunSteps ](/recipes/recipe_modules/tryserver/tests/gerrit_change_fetch_ref_timeout.py#1 5 )(api):**
— **def [RunSteps ](/recipes/recipe_modules/tryserver/tests/gerrit_change_fetch_ref_timeout.py#1 7 )(api):**
### *recipes* / [tryserver:tests/gerrit\_change\_owner ](/recipes/recipe_modules/tryserver/tests/gerrit_change_owner.py )
### *recipes* / [tryserver:tests/gerrit\_change\_owner ](/recipes/recipe_modules/tryserver/tests/gerrit_change_owner.py )
[DEPS ](/recipes/recipe_modules/tryserver/tests/gerrit_change_owner.py# 7 ): [gerrit ](#recipe_modules-gerrit ), [tryserver ](#recipe_modules-tryserver ), [recipe\_engine/buildbucket][recipe_engine/recipe_modules/buildbucket]
[DEPS ](/recipes/recipe_modules/tryserver/tests/gerrit_change_owner.py# 9 ): [gerrit ](#recipe_modules-gerrit ), [tryserver ](#recipe_modules-tryserver ), [recipe\_engine/buildbucket][recipe_engine/recipe_modules/buildbucket]
PYTHON_VERSION_COMPATIBILITY: PY2
PYTHON_VERSION_COMPATIBILITY: PY2+3
— **def [RunSteps ](/recipes/recipe_modules/tryserver/tests/gerrit_change_owner.py#1 4 )(api):**
— **def [RunSteps ](/recipes/recipe_modules/tryserver/tests/gerrit_change_owner.py#1 6 )(api):**
### *recipes* / [tryserver:tests/gerrit\_change\_target\_ref ](/recipes/recipe_modules/tryserver/tests/gerrit_change_target_ref.py )
### *recipes* / [tryserver:tests/gerrit\_change\_target\_ref ](/recipes/recipe_modules/tryserver/tests/gerrit_change_target_ref.py )
[DEPS ](/recipes/recipe_modules/tryserver/tests/gerrit_change_target_ref.py# 7 ): [gerrit ](#recipe_modules-gerrit ), [tryserver ](#recipe_modules-tryserver ), [recipe\_engine/buildbucket][recipe_engine/recipe_modules/buildbucket], [recipe\_engine/properties][recipe_engine/recipe_modules/properties], [recipe\_engine/step][recipe_engine/recipe_modules/step]
[DEPS ](/recipes/recipe_modules/tryserver/tests/gerrit_change_target_ref.py# 9 ): [gerrit ](#recipe_modules-gerrit ), [tryserver ](#recipe_modules-tryserver ), [recipe\_engine/buildbucket][recipe_engine/recipe_modules/buildbucket], [recipe\_engine/properties][recipe_engine/recipe_modules/properties], [recipe\_engine/step][recipe_engine/recipe_modules/step]
PYTHON_VERSION_COMPATIBILITY: PY2
PYTHON_VERSION_COMPATIBILITY: PY2+3
— **def [RunSteps ](/recipes/recipe_modules/tryserver/tests/gerrit_change_target_ref.py#1 6 )(api):**
— **def [RunSteps ](/recipes/recipe_modules/tryserver/tests/gerrit_change_target_ref.py#1 8 )(api):**
### *recipes* / [windows\_sdk:examples/full ](/recipes/recipe_modules/windows_sdk/examples/full.py )
### *recipes* / [windows\_sdk:examples/full ](/recipes/recipe_modules/windows_sdk/examples/full.py )
[DEPS ](/recipes/recipe_modules/windows_sdk/examples/full.py#7 ): [windows\_sdk ](#recipe_modules-windows_sdk ), [recipe\_engine/platform][recipe_engine/recipe_modules/platform], [recipe\_engine/properties][recipe_engine/recipe_modules/properties], [recipe\_engine/step][recipe_engine/recipe_modules/step]
[DEPS ](/recipes/recipe_modules/windows_sdk/examples/full.py#7 ): [windows\_sdk ](#recipe_modules-windows_sdk ), [recipe\_engine/platform][recipe_engine/recipe_modules/platform], [recipe\_engine/properties][recipe_engine/recipe_modules/properties], [recipe\_engine/step][recipe_engine/recipe_modules/step]