This closes #797
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/d961de34 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/d961de34 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/d961de34 Branch: refs/heads/master Commit: d961de3400072c8ff5da2f128976ba50b73b7f06 Parents: 9b27d0d c43b378 Author: Duncan Godwin <[email protected]> Authored: Tue Aug 15 10:45:20 2017 +0100 Committer: Duncan Godwin <[email protected]> Committed: Tue Aug 15 10:45:20 2017 +0100 ---------------------------------------------------------------------- .../camp/brooklyn/SshCommandSensorYamlTest.java | 46 +++++++ .../core/sensor/http/HttpRequestSensor.java | 6 + .../core/sensor/ssh/SshCommandSensor.java | 9 ++ .../brooklyn/feed/http/JsonFunctions.java | 3 +- .../core/sensor/http/HttpRequestSensorTest.java | 29 ++++ .../brooklyn/feed/http/JsonFunctionsTest.java | 20 ++- .../entity/java/JmxAttributeSensor.java | 11 +- .../entity/java/JmxAttributeSensorTest.java | 134 +++++++++++++++++++ .../core/sensor/windows/WinRmCommandSensor.java | 26 ++-- .../feed/windows/WinRmCommandSensorTest.java | 33 +++++ 10 files changed, 305 insertions(+), 12 deletions(-) ----------------------------------------------------------------------
