Step creates a pipeline step.
| Name | Type | Description | Notes |
|---|---|---|---|
| annotations | java.util.List<String> | Annotations added to the request when the step is run. | [optional] |
| condition | String | A condition expression to determine if the step should be run. This is a filter expression much like the query filter expression, but it acts upon the pipeline variables. For example, to only run the step if the pipeline `q` variable is not empty, set this to `q != ''`. | [optional] |
| description | String | Description for the step. Overrides the default description. | [optional] |
| id | String | ID of the step template. | |
| params | Map<String, PipelineStepParamBinding> | Bindings for the step parameters. | [optional] |
| title | String | Title for the step. Overrides the default title. | [optional] |