2017-07-11 15:12:03 +02:00
|
|
|
# <step name>
|
|
|
|
|
|
|
|
## Description
|
2018-11-06 14:50:09 +02:00
|
|
|
|
2017-11-27 12:28:26 +02:00
|
|
|
Brief description.
|
2017-07-11 15:12:03 +02:00
|
|
|
|
|
|
|
## Prerequisites
|
2018-11-06 14:50:09 +02:00
|
|
|
|
2017-07-11 15:12:03 +02:00
|
|
|
* **<prerequisite>** - further description.
|
|
|
|
|
|
|
|
## Parameters
|
2018-11-06 14:50:09 +02:00
|
|
|
|
2017-07-11 15:12:03 +02:00
|
|
|
| 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
|
|
|
|
2018-03-06 14:43:53 +02:00
|
|
|
## Step configuration
|
2018-11-06 14:50:09 +02:00
|
|
|
|
2018-03-06 14:43:53 +02:00
|
|
|
The following parameters can also be specified as step parameters using the global configuration file:
|
|
|
|
|
|
|
|
* `<parameter>`
|
|
|
|
|
2017-07-11 15:12:03 +02:00
|
|
|
## Return value
|
2018-11-06 14:50:09 +02:00
|
|
|
|
2017-07-11 15:12:03 +02:00
|
|
|
none
|
|
|
|
|
|
|
|
## Side effects
|
2018-11-06 14:50:09 +02:00
|
|
|
|
2017-07-11 15:12:03 +02:00
|
|
|
none
|
|
|
|
|
|
|
|
## Exceptions
|
2018-11-06 14:50:09 +02:00
|
|
|
|
2017-11-27 12:28:26 +02:00
|
|
|
* `ExceptionType`
|
2018-11-06 14:50:09 +02:00
|
|
|
* List of cases when exception is thrown.
|
2017-07-11 15:12:03 +02:00
|
|
|
|
|
|
|
## Example
|
2018-11-06 14:50:09 +02:00
|
|
|
|
2017-07-11 15:12:03 +02:00
|
|
|
```groovy
|
|
|
|
|
|
|
|
```
|