2017-07-11 15:12:03 +02:00
|
|
|
# <step name>
|
|
|
|
|
|
|
|
## Description
|
2017-11-27 12:28:26 +02:00
|
|
|
Brief description.
|
2017-07-11 15:12:03 +02:00
|
|
|
|
|
|
|
## Prerequisites
|
|
|
|
* **<prerequisite>** - further description.
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
| parameter | mandatory | default | possible values |
|
|
|
|
| ---------------|-----------|-----------------------------------|--------------------|
|
|
|
|
| | | | |
|
|
|
|
|
2017-11-27 12:28:26 +02:00
|
|
|
* `<parameter>` - Detailed description of each parameter.
|
2017-07-11 15:12:03 +02:00
|
|
|
|
|
|
|
## Return value
|
|
|
|
none
|
|
|
|
|
|
|
|
## Side effects
|
|
|
|
none
|
|
|
|
|
|
|
|
## Exceptions
|
2017-11-27 12:28:26 +02:00
|
|
|
* `ExceptionType`
|
|
|
|
* List of cases when exception is thrown.
|
2017-07-11 15:12:03 +02:00
|
|
|
|
|
|
|
## Example
|
|
|
|
```groovy
|
|
|
|
|
|
|
|
```
|