This closes #822
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/e85d2648 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/e85d2648 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/e85d2648 Branch: refs/heads/master Commit: e85d26485f8e62d3ba97d57bf16b6f3434b616cf Parents: c9f7b0d 0a71cf5 Author: Duncan Godwin <[email protected]> Authored: Sat Sep 16 09:14:04 2017 +0100 Committer: Duncan Godwin <[email protected]> Committed: Sat Sep 16 09:14:04 2017 +0100 ---------------------------------------------------------------------- .../action/AbstractScheduledEffectorPolicy.java | 258 +++++++++++++++++++ .../policy/action/PeriodicEffectorPolicy.java | 117 +++++++++ .../policy/action/ScheduledEffectorPolicy.java | 99 +++++++ policy/src/main/resources/catalog.bom | 15 ++ .../action/PeriodicEffectorPolicyTest.java | 96 +++++++ .../action/ScheduledEffectorPolicyTest.java | 112 ++++++++ 6 files changed, 697 insertions(+) ----------------------------------------------------------------------
