Uses of Class
org.qubership.integration.platform.runtime.catalog.service.RuntimeDeploymentService
Packages that use RuntimeDeploymentService
Package
Description
-
Uses of RuntimeDeploymentService in org.qubership.integration.platform.runtime.catalog.rest.v1.controller
Constructors in org.qubership.integration.platform.runtime.catalog.rest.v1.controller with parameters of type RuntimeDeploymentServiceModifierConstructorDescriptionDeploymentController(DeploymentService deploymentService, DeploymentMapper deploymentMapper, RuntimeDeploymentService runtimeDeploymentService) ElementValidationController(ElementValidationService elementValidationService, RuntimeDeploymentService runtimeDeploymentService, DeploymentMapper deploymentMapper) RuntimeDeploymentController(RuntimeDeploymentService runtimeDeploymentService) -
Uses of RuntimeDeploymentService in org.qubership.integration.platform.runtime.catalog.scheduler
Constructors in org.qubership.integration.platform.runtime.catalog.scheduler with parameters of type RuntimeDeploymentServiceModifierConstructorDescriptionTasksScheduler(org.qubership.integration.platform.catalog.consul.ConsulService consulService, RuntimeDeploymentService runtimeDeploymentService, org.qubership.integration.platform.catalog.service.ActionsLogService actionsLogService) -
Uses of RuntimeDeploymentService in org.qubership.integration.platform.runtime.catalog.service
Constructors in org.qubership.integration.platform.runtime.catalog.service with parameters of type RuntimeDeploymentServiceModifierConstructorDescriptionChainRolesService(ElementService elementService, DeploymentService deploymentService, RuntimeDeploymentService runtimeDeploymentService, ChainRolesMapper chainRolesMapper, ChainService chainService, org.qubership.integration.platform.catalog.persistence.configs.repository.chain.ElementRepository elementRepository, DeploymentMapper deploymentMapper, SnapshotService snapshotService, org.qubership.integration.platform.catalog.service.ActionsLogService actionLogger) LiveExchangesService(RuntimeDeploymentService runtimeDeploymentService, org.springframework.web.client.RestTemplate restTemplateMs, org.qubership.integration.platform.catalog.service.ActionsLogService actionLogger, DeploymentService deploymentService, ChainService chainService)