<line-iterator>
Splits the specified STRING into lines (based on line feed character ASCII 10) and iterates over them, performing SUBTASKS once for each line in the collection.
| Name | XPath | Description | Reagent Type | Expected Type | Required |
|---|---|---|---|---|---|
| STRING | @string | Textual content that will be split into tokens based on REGEX. The default is the value of the 'Attributes.STRING' request attribute. | PHRASE | java.lang.String | No |
| SUBTASKS | * | The set of tasks that are children of this task. | NODE_LIST | java.util.List | No |
Analyzes a Subversion log file, specified by ${$1}, for modified files; writes the path of each modified file to the console once:
${groovy(new HashSet())}
${Attributes.OBJECT}