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 2014/12/23 16:13:12 UTC

[6/6] incubator-brooklyn git commit: This closes #358

This closes #358


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

Branch: refs/heads/master
Commit: 4a5072e52a790eeb73a4f8e789c2cb6e54c6c682
Parents: 2cfe938 63483f8
Author: Aled Sage <al...@gmail.com>
Authored: Tue Dec 23 15:12:46 2014 +0000
Committer: Aled Sage <al...@gmail.com>
Committed: Tue Dec 23 15:12:46 2014 +0000

----------------------------------------------------------------------
 .../internal/BrooklynFeatureEnablement.java     |  10 +
 .../util/internal/ssh/ShellAbstractTool.java    | 167 +++++++++++++-
 .../brooklyn/util/internal/ssh/ShellTool.java   |  11 +-
 .../util/internal/ssh/sshj/SshjTool.java        | 216 +++++++++++++++++--
 .../internal/ssh/ShellToolAbstractTest.java     |   5 +-
 .../sshj/SshjToolAsyncStubIntegrationTest.java  | 169 +++++++++++++++
 .../ssh/sshj/SshjToolIntegrationTest.java       |  95 ++++++++
 .../java/JavaSoftwareProcessSshDriver.java      |   7 +-
 8 files changed, 648 insertions(+), 32 deletions(-)
----------------------------------------------------------------------