You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by al...@apache.org on 2015/09/21 15:38:00 UTC

[2/2] incubator-brooklyn git commit: This closes #906

This closes #906


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/032c5330
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/032c5330
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/032c5330

Branch: refs/heads/master
Commit: 032c53309e5d084a7754512e37f6010cee5e24af
Parents: 10c6576 b6bc247
Author: Aled Sage <al...@gmail.com>
Authored: Mon Sep 21 14:37:42 2015 +0100
Committer: Aled Sage <al...@gmail.com>
Committed: Mon Sep 21 14:37:42 2015 +0100

----------------------------------------------------------------------
 .../AbstractSoftwareProcessWinRmDriver.java     |  98 +++++++--
 .../base/VanillaWindowsProcessWinRmDriver.java  |  33 ++-
 .../lifecycle/NativeWindowsScriptRunner.java    |  29 +++
 .../base/lifecycle/WinRmExecuteHelper.java      | 217 +++++++++++++++++++
 .../AbstractSoftwareProcessStreamsTest.java     |   8 +-
 .../DoNothingWinRmSoftwareProcessDriver.java    |  68 ++++++
 ...laSoftwareProcessStreamsIntegrationTest.java | 107 ++-------
 ...nillaWindowsProcessWinrmStreamsLiveTest.java |  42 ++--
 .../base/lifecycle/ScriptHelperUnitTest.java    | 146 +++++++++++++
 .../lifecycle/WinRmExecuteHelperUnitTest.java   |  62 ++++++
 10 files changed, 669 insertions(+), 141 deletions(-)
----------------------------------------------------------------------