![tanhengyeow](/assets/img/avatar_default.png)
Adds support for extended choice parameters with regards to default groovy scripts. Change-Id: I9d2a61013f041e7b81a80b5618781dbefeace329 Story: #2001931 Task: #14461
79 lines
3.2 KiB
XML
79 lines
3.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<properties>
|
|
<hudson.model.ParametersDefinitionProperty>
|
|
<parameterDefinitions>
|
|
<com.cwctravel.hudson.plugins.extended__choice__parameter.ExtendedChoiceParameterDefinition>
|
|
<name>OPTIONS</name>
|
|
<description>Available options</description>
|
|
<value>foo|bar|select</value>
|
|
<visibleItemCount>2</visibleItemCount>
|
|
<multiSelectDelimiter>|</multiSelectDelimiter>
|
|
<quoteValue>true</quoteValue>
|
|
<defaultValue>foo</defaultValue>
|
|
<descriptionPropertyValue/>
|
|
<type>PT_MULTI_SELECT</type>
|
|
<propertyFile>/home/foo/property.prop</propertyFile>
|
|
<propertyKey>key</propertyKey>
|
|
<defaultPropertyFile>/home/property.prop</defaultPropertyFile>
|
|
<defaultPropertyKey>fookey</defaultPropertyKey>
|
|
<descriptionPropertyFile/>
|
|
<descriptionPropertyKey/>
|
|
<groovyScript/>
|
|
<groovyClasspath/>
|
|
<defaultGroovyScript/>
|
|
<defaultGroovyClasspath/>
|
|
<descriptionGroovyScript/>
|
|
<descriptionGroovyClasspath/>
|
|
</com.cwctravel.hudson.plugins.extended__choice__parameter.ExtendedChoiceParameterDefinition>
|
|
<com.cwctravel.hudson.plugins.extended__choice__parameter.ExtendedChoiceParameterDefinition>
|
|
<name>OPTIONS_CHECKBOX</name>
|
|
<description/>
|
|
<value>OptionA,OptionB,OptionC</value>
|
|
<visibleItemCount>2</visibleItemCount>
|
|
<multiSelectDelimiter>,</multiSelectDelimiter>
|
|
<quoteValue>false</quoteValue>
|
|
<defaultValue/>
|
|
<descriptionPropertyValue/>
|
|
<type>PT_CHECKBOX</type>
|
|
<propertyFile/>
|
|
<propertyKey/>
|
|
<defaultPropertyFile/>
|
|
<defaultPropertyKey/>
|
|
<descriptionPropertyFile/>
|
|
<descriptionPropertyKey/>
|
|
<groovyScript/>
|
|
<groovyClasspath/>
|
|
<defaultGroovyScript/>
|
|
<defaultGroovyClasspath/>
|
|
<descriptionGroovyScript/>
|
|
<descriptionGroovyClasspath/>
|
|
</com.cwctravel.hudson.plugins.extended__choice__parameter.ExtendedChoiceParameterDefinition>
|
|
<com.cwctravel.hudson.plugins.extended__choice__parameter.ExtendedChoiceParameterDefinition>
|
|
<name>MULTISELECTOPTIONS</name>
|
|
<description>Available options</description>
|
|
<value>foo|bar|select</value>
|
|
<visibleItemCount>2</visibleItemCount>
|
|
<multiSelectDelimiter>|</multiSelectDelimiter>
|
|
<quoteValue>true</quoteValue>
|
|
<defaultValue>foo</defaultValue>
|
|
<descriptionPropertyValue/>
|
|
<type>PT_MULTI_SELECT</type>
|
|
<propertyFile/>
|
|
<propertyKey>key</propertyKey>
|
|
<defaultPropertyFile/>
|
|
<defaultPropertyKey/>
|
|
<descriptionPropertyFile/>
|
|
<descriptionPropertyKey/>
|
|
<groovyScript/>
|
|
<groovyClasspath/>
|
|
<defaultGroovyScript/>
|
|
<defaultGroovyClasspath/>
|
|
<descriptionGroovyScript/>
|
|
<descriptionGroovyClasspath/>
|
|
</com.cwctravel.hudson.plugins.extended__choice__parameter.ExtendedChoiceParameterDefinition>
|
|
</parameterDefinitions>
|
|
</hudson.model.ParametersDefinitionProperty>
|
|
</properties>
|
|
</project>
|