Skip to content

Store Property

Gavin Bunney edited this page Mar 3, 2011 · 2 revisions

Store Property

Provides the ability to store a given value into a property. It supports both dynamic properties and traditional ant properties.

Usage

storeProperty = [property : 'nameOfThePropertyToStoreTheValue', value : 'valueToStore' ]

Examples

storeProperty = [property : 'userName', value : 'admin']
Clone this wiki locally