summaryrefslogtreecommitdiffstats
path: root/tests/parameters/fixtures/extended-choice-param-minimal-groovy.yaml
blob: 555a0e770c9fe4edd835724b78864e45ab4e2535 (plain)
1
2
3
4
5
6
7
parameters:
  - extended-choice:
      name: OPTIONS
      description: "Available options"
      type: 'PT_CHECKBOX'
      groovy-script: "return 'value1, value2, value3'"
      classpath: ''