Merge "Adding an explanation of action types to the API docs"

This commit is contained in:
Zuul 2018-11-16 07:01:23 +00:00 committed by Gerrit Code Review
commit f990b57944
1 changed files with 7 additions and 2 deletions

View File

@ -51,8 +51,13 @@ Request
| actions.plugin | string | plug-in name. Default workflow executes | No | Yes |
| | | plug-ins in an alphabetical order | | |
+-------------------+----------------------+--------------------------------------------+-------------+-----------+
| actions.type | string | Default workflow support types: | No | Yes |
| | | 'pre', 'host' or 'post' | | |
| actions.type | string | Type of the workflow. Possible values are: | No | Yes |
| | | | | |
| | | * pre: executed before the host type | | |
| | | actions | | |
| | | * host: executed for every host | | |
| | | * post: executed after the host type | | |
| | | actions | | |
+-------------------+----------------------+--------------------------------------------+-------------+-----------+
| actions.metadata | dictionary | Metadata; hints to plug-ins | No | Yes |
+-------------------+----------------------+--------------------------------------------+-------------+-----------+