PHP Class Piwik\Plugins\TestRunner\Commands\TestsRunOnAws

Inheritance: extends Piwik\Plugin\ConsoleCommand
Show file Open project: piwik/piwik

Public Methods

Method Description
isEnabled ( )

Protected Methods

Method Description
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Private Methods

Method Description
buildFinishedMessage ( $testSuite, $host )
getCurrentGitHash ( )
getPatchFile ( Symfony\Component\Console\Input\InputInterface $input )
getTestSuite ( Symfony\Component\Console\Input\InputInterface $input )
launchInstance ( Symfony\Component\Console\Output\OutputInterface $output, $useOneInstancePerTestSuite, Piwik\Plugins\TestRunner\Aws\Config $awsConfig, $testSuite )

Method Details

configure() protected method

protected configure ( )

execute() protected method

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

isEnabled() public method

public isEnabled ( )