You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by sj...@apache.org on 2015/11/18 19:30:54 UTC

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

This closes #1022

Config supplied to SshTool's constructor


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

Branch: refs/heads/master
Commit: f271d5ccf73876ab0323c5c038dab79f1899565a
Parents: 3e40b2b 63afa0f
Author: Sam Corbett <sa...@cloudsoftcorp.com>
Authored: Wed Nov 18 18:28:50 2015 +0000
Committer: Sam Corbett <sa...@cloudsoftcorp.com>
Committed: Wed Nov 18 18:28:50 2015 +0000

----------------------------------------------------------------------
 .../location/ssh/SshMachineLocation.java        | 41 ++++++++++++++---
 .../ssh/SshMachineLocationSshToolTest.java      | 47 +++++++++++++++++---
 .../location/ssh/SshMachineLocationTest.java    |  4 +-
 .../core/internal/ssh/RecordingSshTool.java     |  7 +++
 .../brooklyn/entity/java/JavaOptsTest.java      |  4 +-
 .../entity/software/base/EntitySshToolTest.java |  8 +++-
 6 files changed, 92 insertions(+), 19 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/f271d5cc/core/src/main/java/org/apache/brooklyn/location/ssh/SshMachineLocation.java
----------------------------------------------------------------------