@@ -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 |
@@ -12,7 +12,6 @@ |
||
12 | 12 | |
13 | 13 | |
14 | 14 | use Chapi\BusinessCase\Comparison\JobComparisonInterface; |
15 | -use Chapi\Entity\JobEntityInterface; |
|
16 | 15 | use Chapi\Entity\Marathon\MarathonAppEntity; |
17 | 16 | use Chapi\Service\JobIndex\JobIndexServiceInterface; |
18 | 17 | use Chapi\Service\JobRepository\JobRepositoryInterface; |
@@ -12,8 +12,6 @@ |
||
12 | 12 | |
13 | 13 | use Chapi\Component\Cache\CacheInterface; |
14 | 14 | use Chapi\Component\RemoteClients\ApiClientInterface; |
15 | -use Chapi\Entity\Chronos\ChronosJobEntity; |
|
16 | -use Chapi\Entity\Marathon\MarathonAppEntity; |
|
17 | 15 | use Chapi\Service\JobValidator\JobValidatorServiceInterface; |
18 | 16 | use Psr\Log\LoggerInterface; |
19 | 17 | use Symfony\Component\Filesystem\Filesystem; |
@@ -13,9 +13,7 @@ |
||
13 | 13 | |
14 | 14 | use Chapi\Component\Comparison\DiffCompareInterface; |
15 | 15 | use Chapi\Entity\Chronos\ChronosJobEntity; |
16 | -use Chapi\Entity\Chronos\JobCollection; |
|
17 | 16 | use Chapi\Entity\JobEntityInterface; |
18 | -use Chapi\Entity\Marathon\AppEntity\PortDefinition; |
|
19 | 17 | use Chapi\Entity\Marathon\MarathonAppEntity; |
20 | 18 | use Chapi\Service\JobRepository\JobRepositoryInterface; |
21 | 19 |
@@ -11,12 +11,10 @@ |
||
11 | 11 | |
12 | 12 | use Chapi\Entity\JobEntityInterface; |
13 | 13 | use Chapi\Entity\Marathon\AppEntity\Container; |
14 | -use Chapi\Entity\Marathon\AppEntity\DockerPortMapping; |
|
15 | 14 | use Chapi\Entity\Marathon\AppEntity\HealthCheck; |
16 | 15 | use Chapi\Entity\Marathon\AppEntity\IpAddress; |
17 | 16 | use Chapi\Entity\Marathon\AppEntity\PortDefinition; |
18 | 17 | use Chapi\Entity\Marathon\AppEntity\UpgradeStrategy; |
19 | -use Symfony\Component\Config\Definition\Exception\Exception; |
|
20 | 18 | |
21 | 19 | class MarathonAppEntity implements JobEntityInterface |
22 | 20 | { |