[Nostromo] Refactor Runtime methods.

This commit is contained in:
Andrés Montañez
2017-01-11 22:22:21 -03:00
parent 7493e3cfae
commit b095cd0bb8
24 changed files with 75 additions and 108 deletions
@@ -8,11 +8,10 @@
* file that was distributed with this source code.
*/
namespace Mage\Deploy\Strategy\Releases;
namespace Mage\Deploy\Strategy;
use Mage\Runtime\Exception\RuntimeException;
use Mage\Runtime\Runtime;
use Mage\Deploy\Strategy\StrategyInterface;
/**
* Strategy for Deployment with Releases, using TarGz and SCP
@@ -8,11 +8,10 @@
* file that was distributed with this source code.
*/
namespace Mage\Deploy\Strategy\Rsync;
namespace Mage\Deploy\Strategy;
use Mage\Runtime\Exception\RuntimeException;
use Mage\Runtime\Runtime;
use Mage\Deploy\Strategy\StrategyInterface;
/**
* Strategy for Deployment with Rsync