YamlEntryHasValue
pl.allegro.tech.allwrite.recipes.yaml.YamlEntryHasValue¶
Precondition recipe that matches YAML entries at a given JSON path having a specific value.
Options:
| Name | Type | Required | Description |
|---|---|---|---|
key |
String |
Yes | JSON path expression to locate the entry. |
expectedValue |
String |
Yes | The value the entry must have to match. |