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 2016/02/16 18:40:59 UTC

[09/11] brooklyn-server git commit: This closes #26

This closes #26

Adds pre- and post- customize commands


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

Branch: refs/heads/master
Commit: 67a347db90886259047f4fc623f51a8a0c1e0077
Parents: 495b1d3 cef7f46
Author: Sam Corbett <sa...@cloudsoftcorp.com>
Authored: Tue Feb 16 17:19:44 2016 +0000
Committer: Sam Corbett <sa...@cloudsoftcorp.com>
Committed: Tue Feb 16 17:19:44 2016 +0000

----------------------------------------------------------------------
 .../core/entity/BrooklynConfigKeys.java         |  4 +++
 .../base/AbstractSoftwareProcessDriver.java     | 16 +++++++++--
 .../base/AbstractSoftwareProcessSshDriver.java  | 18 ++++++++++--
 .../AbstractSoftwareProcessWinRmDriver.java     | 30 ++++++++++++++++----
 .../entity/software/base/SoftwareProcess.java   |  6 ++++
 .../software/base/VanillaWindowsProcess.java    |  6 ++++
 ...SoftwareProcessSshDriverIntegrationTest.java | 22 ++++++++++++++
 ...laWindowsProcessWinrmExitStatusLiveTest.java |  4 +++
 8 files changed, 97 insertions(+), 9 deletions(-)
----------------------------------------------------------------------