...
First, you will need to create an empty collection (ArrayList<ChecklistItem
) that will contain the new items.
Code Block | ||
---|---|---|
| ||
def ArrayList<ChecklistItem> newChecklistValue = new ArrayList<ChecklistItem>(); |
...
...
First, you will need to create an empty collection (ArrayList<ChecklistItem
) that will contain the new items.
Code Block | ||
---|---|---|
| ||
def ArrayList<ChecklistItem> newChecklistValue = new ArrayList<ChecklistItem>(); |
...