@@ -2,8 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Fabrica\Tools\Plugin\Util\TestResultParsers; |
| 4 | 4 | |
| 5 | -use Fabrica\Tools\Builder; |
|
| 6 | 5 | use Fabrica\Helper\Xml; |
| 6 | +use Fabrica\Tools\Builder; |
|
| 7 | 7 | |
| 8 | 8 | /** |
| 9 | 9 | * Class Codeception |
@@ -3,11 +3,11 @@ |
||
| 3 | 3 | namespace Fabrica\Tools\Store; |
| 4 | 4 | |
| 5 | 5 | use Exception; |
| 6 | +use Fabrica\Tools\Store; |
|
| 6 | 7 | use PDO; |
| 7 | 8 | use PHPCensor\Database; |
| 8 | 9 | use PHPCensor\Exception\HttpException; |
| 9 | 10 | use PHPCensor\Model\BuildError; |
| 10 | -use Fabrica\Tools\Store; |
|
| 11 | 11 | |
| 12 | 12 | class BuildErrorStore extends Store |
| 13 | 13 | { |
@@ -12,8 +12,8 @@ |
||
| 12 | 12 | |
| 13 | 13 | namespace Fabrica\Bundle\CoreBundle\Command; |
| 14 | 14 | |
| 15 | -use Symfony\Component\Console\Input\InputInterface; |
|
| 16 | 15 | use Symfony\Component\Console\Input\InputArgument; |
| 16 | +use Symfony\Component\Console\Input\InputInterface; |
|
| 17 | 17 | use Symfony\Component\Console\Input\InputOption; |
| 18 | 18 | use Symfony\Component\Console\Output\OutputInterface; |
| 19 | 19 | |
@@ -2,8 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Fabrica\Tools\Plugin; |
| 4 | 4 | |
| 5 | -use Fabrica\Tools\Builder; |
|
| 6 | 5 | use Fabrica\Models\Infra\Ci\Build; |
| 6 | +use Fabrica\Tools\Builder; |
|
| 7 | 7 | use Fabrica\Tools\Plugin; |
| 8 | 8 | |
| 9 | 9 | /** |
@@ -2,8 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Fabrica\Tools\Plugin; |
| 4 | 4 | |
| 5 | -use Fabrica\Tools\Builder; |
|
| 6 | 5 | use Fabrica\Models\Infra\Ci\Build; |
| 6 | +use Fabrica\Tools\Builder; |
|
| 7 | 7 | use Fabrica\Tools\Plugin; |
| 8 | 8 | |
| 9 | 9 | /** |
@@ -2,8 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Fabrica\Tools\Plugin; |
| 4 | 4 | |
| 5 | -use Fabrica\Tools\Builder; |
|
| 6 | 5 | use Fabrica\Models\Infra\Ci\Build; |
| 6 | +use Fabrica\Tools\Builder; |
|
| 7 | 7 | use Fabrica\Tools\Plugin; |
| 8 | 8 | |
| 9 | 9 | /** |
@@ -2,10 +2,10 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Fabrica\Tools\Plugin; |
| 4 | 4 | |
| 5 | -use Fabrica\Tools; |
|
| 6 | -use Fabrica\Tools\Builder; |
|
| 7 | 5 | use Fabrica\Models\Infra\Ci\Build; |
| 8 | 6 | use Fabrica\Models\Infra\Ci\BuildError; |
| 7 | +use Fabrica\Tools; |
|
| 8 | +use Fabrica\Tools\Builder; |
|
| 9 | 9 | use Fabrica\Tools\Plugin; |
| 10 | 10 | |
| 11 | 11 | /** |
@@ -5,15 +5,13 @@ |
||
| 5 | 5 | |
| 6 | 6 | namespace Fabrica\Tasks; |
| 7 | 7 | |
| 8 | -use Fabrica\Tools\Databases\Mysql\Mysql as MysqlTool; |
|
| 9 | -use Integrations\Models\Token; |
|
| 10 | -use Integrations\Connectors\Sentry\Sentry; |
|
| 11 | -use Integrations\Connectors\Sentry\Import as SentryImport; |
|
| 12 | -use Integrations\Connectors\Jira\Jira; |
|
| 13 | -use Integrations\Connectors\Jira\Import as JiraImport; |
|
| 14 | 8 | use Integrations\Connectors\Gitlab\Gitlab; |
| 15 | 9 | use Integrations\Connectors\Gitlab\Import as GitlabImport; |
| 16 | -use Log; |
|
| 10 | +use Integrations\Connectors\Jira\Import as JiraImport; |
|
| 11 | +use Integrations\Connectors\Jira\Jira; |
|
| 12 | +use Integrations\Connectors\Sentry\Import as SentryImport; |
|
| 13 | +use Integrations\Connectors\Sentry\Sentry; |
|
| 14 | +use Integrations\Models\Token; |
|
| 17 | 15 | use Operador\Contracts\ActionInterface; |
| 18 | 16 | |
| 19 | 17 | use Finder\Actions\Action as ActionBase; |