Attribute | Description | Required |
message | the Message which gets displayed to the user during the build run. | No |
validargs | comma separated String containing valid input arguments. If set, input task will reject any input not defined here. Validargs are compared case sensitive. If you want 'a' and 'A' to be accepted you will need to define both arguments within validargs. | No |
addproperty | the name of a property to be created from input. Behaviour is equal to property task which means that existing properties cannot be overriden. | No |