GitHub user mattyb149 opened a pull request:

    https://github.com/apache/nifi/pull/1045

    NIFI-1458: Added ScriptedReportingTask

    I refactored AbstractScriptProcessor into ScriptUtils, so the functionality 
could be shared between scripting processors and scripting reporting tasks. I 
admit the use of ScriptUtils is not pure OO (public members, e.g.) but I wanted 
to keep the spirit of what the processors did when this was part of its parent 
class (since we don't have traits or multiple inheritance).

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mattyb149/nifi NIFI-1458

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi/pull/1045.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1045
    
----
commit cd5a523b41cbe81a602e4d0f10df38b6a58a6779
Author: Matt Burgess <mattyb...@apache.org>
Date:   2016-09-22T14:13:40Z

    NIFI-1458: Added ScriptedReportingTask

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to