Josh Wills created CRUNCH-253:
---------------------------------
Summary: Make the API calls for adding SourceTargets to ParallelDoOptions and
GroupingOptions consistent
Key: CRUNCH-253
URL: https://issues.apache.org/jira/browse/CRUNCH-253
Project: Crunch
Issue Type: Improvement
Components: Core
Reporter: Josh Wills
Assignee: Josh Wills
Fix For: 0.8.0
Small change to the APIs of GroupingOptions and ParallelDoOptions to make them consistent
with one another, with each of them having two methods on their respective Builders:
1) sourceTargets(SourceTarget<?>... st)
2) sourceTargets(Collection<SourceTarget<?>> st)
for adding new SourceTarget dependencies.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|