@@ -11,8 +11,8 @@ |
||
| 11 | 11 | |
| 12 | 12 | use Chapi\Component\Comparison\DiffCompareInterface; |
| 13 | 13 | use Chapi\Component\DatePeriod\DatePeriodFactoryInterface; |
| 14 | -use Chapi\Entity\Chronos\JobCollection; |
|
| 15 | 14 | use Chapi\Entity\Chronos\ChronosJobEntity; |
| 15 | +use Chapi\Entity\Chronos\JobCollection; |
|
| 16 | 16 | use Chapi\Entity\JobEntityInterface; |
| 17 | 17 | use Chapi\Service\JobRepository\JobRepositoryInterface; |
| 18 | 18 | use Psr\Log\LoggerInterface; |
@@ -15,8 +15,6 @@ |
||
| 15 | 15 | use Chapi\Entity\Chronos\ChronosJobEntity; |
| 16 | 16 | use Chapi\Entity\Chronos\JobCollection; |
| 17 | 17 | use Chapi\Entity\JobEntityInterface; |
| 18 | -use Chapi\Entity\Marathon\AppEntity\FetchUrl; |
|
| 19 | -use Chapi\Entity\Marathon\AppEntity\PortDefinition; |
|
| 20 | 18 | use Chapi\Entity\Marathon\MarathonAppEntity; |
| 21 | 19 | use Chapi\Service\JobRepository\JobRepositoryInterface; |
| 22 | 20 | |
@@ -11,7 +11,6 @@ |
||
| 11 | 11 | |
| 12 | 12 | use Chapi\Entity\Chronos\ChronosJobEntity; |
| 13 | 13 | use Chapi\Entity\JobEntityInterface; |
| 14 | -use Chapi\Entity\Marathon\MarathonAppEntity; |
|
| 15 | 14 | use Chapi\Service\JobRepository\JobRepositoryInterface; |
| 16 | 15 | use Symfony\Component\Console\Helper\Table; |
| 17 | 16 | use Symfony\Component\Console\Input\InputOption; |
@@ -11,8 +11,8 @@ |
||
| 11 | 11 | namespace Chapi\Component\RemoteClients; |
| 12 | 12 | |
| 13 | 13 | |
| 14 | -use Chapi\Component\RemoteClients\ApiClientInterface; |
|
| 15 | 14 | use Chapi\Component\Http\HttpClientInterface; |
| 15 | +use Chapi\Component\RemoteClients\ApiClientInterface; |
|
| 16 | 16 | use Chapi\Entity\Chronos\ChronosJobEntity; |
| 17 | 17 | use Chapi\Entity\JobEntityInterface; |
| 18 | 18 | use Chapi\Exception\ApiClientException; |
@@ -9,13 +9,11 @@ |
||
| 9 | 9 | |
| 10 | 10 | namespace Chapi\Entity\Marathon; |
| 11 | 11 | |
| 12 | -use Chapi\Entity\Marathon\AppEntity; |
|
| 13 | 12 | use Chapi\Entity\Marathon\AppEntity\Container; |
| 14 | 13 | use Chapi\Entity\Marathon\AppEntity\FetchUrl; |
| 15 | 14 | use Chapi\Entity\Marathon\AppEntity\HealthCheck; |
| 16 | 15 | use Chapi\Entity\Marathon\AppEntity\PortDefinition; |
| 17 | 16 | use Chapi\Entity\Marathon\AppEntity\UpgradeStrategy; |
| 18 | -use SebastianBergmann\Comparator\ExceptionComparatorTest; |
|
| 19 | 17 | |
| 20 | 18 | class AppSubEntityFactory implements AppSubEntityFactoryInterface |
| 21 | 19 | { |
@@ -11,7 +11,6 @@ |
||
| 11 | 11 | |
| 12 | 12 | use Chapi\Component\Cache\CacheInterface; |
| 13 | 13 | use Chapi\Component\RemoteClients\ApiClientInterface; |
| 14 | -use Chapi\Entity\Chronos\ChronosJobEntity; |
|
| 15 | 14 | use Chapi\Entity\JobEntityInterface; |
| 16 | 15 | use Chapi\Entity\Marathon\MarathonAppEntity; |
| 17 | 16 | use Chapi\Service\JobValidator\JobValidatorServiceInterface; |
@@ -10,7 +10,6 @@ |
||
| 10 | 10 | namespace Chapi\Service\JobValidator\PropertyValidator; |
| 11 | 11 | |
| 12 | 12 | |
| 13 | -use Chapi\Entity\Chronos\JobEntity; |
|
| 14 | 13 | use Chapi\Entity\JobEntityInterface; |
| 15 | 14 | use Chapi\Service\JobValidator\PropertyValidatorInterface; |
| 16 | 15 | |
@@ -10,7 +10,6 @@ |
||
| 10 | 10 | |
| 11 | 11 | namespace Chapi\Service\JobValidator\PropertyValidator; |
| 12 | 12 | |
| 13 | -use Chapi\Entity\Chronos\JobEntity; |
|
| 14 | 13 | use Chapi\Entity\JobEntityInterface; |
| 15 | 14 | use Chapi\Service\JobValidator\PropertyValidatorInterface; |
| 16 | 15 | |
@@ -11,7 +11,6 @@ |
||
| 11 | 11 | |
| 12 | 12 | |
| 13 | 13 | use Chapi\Component\DatePeriod\DatePeriodFactoryInterface; |
| 14 | -use Chapi\Entity\Chronos\JobEntity; |
|
| 15 | 14 | use Chapi\Entity\JobEntityInterface; |
| 16 | 15 | use Chapi\Service\JobValidator\PropertyValidatorInterface; |
| 17 | 16 | |