Bug 415013 - [api] allow commit template variables to take arguments
Summary: [api] allow commit template variables to take arguments
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 3.10   Edit
Assignee: Sam Davis CLA
QA Contact:
URL:
Whiteboard:
Keywords: noteworthy
Depends on:
Blocks:
 
Reported: 2013-08-13 21:25 EDT by Sam Davis CLA
Modified: 2013-11-04 13:15 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Davis CLA 2013-08-13 21:25:18 EDT
Integrators should be able to define commit template variables that take arguments such as the attribute to provide or a format string.
Comment 1 Sam Davis CLA 2013-08-16 18:06:46 EDT
A @protected String[] arguments@ field has been added to AbstractCommitTemplateVariable. Arguments passed to a variable using the syntax @${variable("arg1", "arg2")}@ will be put into this array for use by the concrete subclass.