|
|
|
@ -753,11 +753,11 @@ Raises:
|
|
|
|
|
|
|
|
|
|
#### **class [PresubmitApi](/recipes/recipe_modules/presubmit/api.py#11)([RecipeApi][recipe_engine/wkt/RecipeApi]):**
|
|
|
|
|
|
|
|
|
|
— **def [\_\_call\_\_](/recipes/recipe_modules/presubmit/api.py#27)(self, \*args, \*\*kwargs):**
|
|
|
|
|
— **def [\_\_call\_\_](/recipes/recipe_modules/presubmit/api.py#26)(self, \*args, \*\*kwargs):**
|
|
|
|
|
|
|
|
|
|
Return a presubmit step.
|
|
|
|
|
|
|
|
|
|
— **def [execute](/recipes/recipe_modules/presubmit/api.py#75)(self, bot_update_step):**
|
|
|
|
|
— **def [execute](/recipes/recipe_modules/presubmit/api.py#74)(self, bot_update_step):**
|
|
|
|
|
|
|
|
|
|
Runs presubmit and sets summary markdown if applicable.
|
|
|
|
|
|
|
|
|
@ -766,7 +766,7 @@ Args:
|
|
|
|
|
Returns:
|
|
|
|
|
a RawResult object, suitable for being returned from RunSteps.
|
|
|
|
|
|
|
|
|
|
— **def [prepare](/recipes/recipe_modules/presubmit/api.py#40)(self):**
|
|
|
|
|
— **def [prepare](/recipes/recipe_modules/presubmit/api.py#39)(self):**
|
|
|
|
|
|
|
|
|
|
Set up a presubmit run.
|
|
|
|
|
|
|
|
|
@ -781,7 +781,7 @@ This expects the gclient configuration to already have been set.
|
|
|
|
|
Returns:
|
|
|
|
|
the StepResult from the bot_update step.
|
|
|
|
|
|
|
|
|
|
  **@property**<br>— **def [presubmit\_support\_path](/recipes/recipe_modules/presubmit/api.py#23)(self):**
|
|
|
|
|
  **@property**<br>— **def [presubmit\_support\_path](/recipes/recipe_modules/presubmit/api.py#22)(self):**
|
|
|
|
|
### *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]
|
|
|
|
|