Uses of Class
org.qubership.integration.platform.runtime.catalog.service.DeploymentService
Packages that use DeploymentService
Package
Description
-
Uses of DeploymentService 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 DeploymentServiceModifierConstructorDescriptionBulkDeploymentController(DeploymentService deploymentService) DeploymentController(DeploymentService deploymentService, DeploymentMapper deploymentMapper, RuntimeDeploymentService runtimeDeploymentService) -
Uses of DeploymentService in org.qubership.integration.platform.runtime.catalog.service
Constructors in org.qubership.integration.platform.runtime.catalog.service with parameters of type DeploymentServiceModifierConstructorDescriptionChainRolesService(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) ChainService(org.qubership.integration.platform.catalog.persistence.configs.repository.chain.ChainRepository chainRepository, ElementService elementService, DeploymentService deploymentService, org.qubership.integration.platform.catalog.service.ActionsLogService actionLogger) ElementValidationService(DeploymentService deploymentService) EngineService(KubeOperator operator, DeploymentService deploymentService, org.qubership.integration.platform.catalog.util.DevModeUtil devModeUtil, EngineDomainUtils domainUtils) EventService(DeploymentService deploymentService, EngineService engineService, DeploymentMapper deploymentMapper, EngineMapper engineMapper, org.springframework.data.domain.AuditorAware<org.qubership.integration.platform.catalog.persistence.configs.entity.User> auditor) LiveExchangesService(RuntimeDeploymentService runtimeDeploymentService, org.springframework.web.client.RestTemplate restTemplateMs, org.qubership.integration.platform.catalog.service.ActionsLogService actionLogger, DeploymentService deploymentService, ChainService chainService) SnapshotService(SnapshotRepository snapshotRepository, org.qubership.integration.platform.catalog.persistence.configs.repository.chain.ElementRepository elementRepository, ElementService elementService, XmlBuilder xmlBuilder, ChainService chainService, org.qubership.integration.platform.catalog.persistence.configs.repository.chain.DependencyRepository dependencyRepository, DeploymentService deploymentService, SnapshotService self, org.qubership.integration.platform.catalog.service.ActionsLogService actionLogger, ElementPropertiesVerificationService elementPropertiesVerificationService, MaskedFieldsService maskedFieldsService, org.qubership.integration.platform.catalog.persistence.TransactionHandler transactionHandler, org.qubership.integration.platform.catalog.persistence.configs.repository.chain.SnapshotLabelsRepository snapshotLabelsRepository) -
Uses of DeploymentService in org.qubership.integration.platform.runtime.catalog.service.exportimport
Constructors in org.qubership.integration.platform.runtime.catalog.service.exportimport with parameters of type DeploymentServiceModifierConstructorDescriptionChainImportService(com.fasterxml.jackson.dataformat.yaml.YAMLMapper yamlMapper, org.springframework.transaction.support.TransactionTemplate transactionTemplate, List<ChainImportFileMigration> chainImportFileMigrations, ChainService chainService, FolderService folderService, SnapshotService snapshotService, DeploymentService deploymentService, EngineService engineService, ChainExternalEntityMapper chainExternalEntityMapper, ImportSessionService importProgressService, org.qubership.integration.platform.catalog.service.ActionsLogService actionsLogService, DependencyService dependencyService, ElementService elementService, MaskedFieldsService maskedFieldsService, org.qubership.integration.platform.catalog.service.difference.ChainDifferenceService chainDifferenceService, ImportInstructionsService importInstructionsService) ImportService(ChainExternalEntityMapper chainExternalEntityMapper, com.fasterxml.jackson.dataformat.yaml.YAMLMapper yamlMapper, com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.qubership.integration.platform.catalog.service.ActionsLogService actionLogger, List<ChainImportFileMigration> importFileMigrations, DeploymentService deploymentService, SnapshotService snapshotService, EngineService engineService, ChainService chainService, FolderService folderService, org.qubership.integration.platform.catalog.persistence.configs.repository.chain.ChainRepository chainRepository, ImportSessionService importProgressService, ChainImportService chainImportService, org.springframework.transaction.support.TransactionTemplate transactionTemplate) Deprecated. -
Uses of DeploymentService in org.qubership.integration.platform.runtime.catalog.service.exportimport.instructions
Constructors in org.qubership.integration.platform.runtime.catalog.service.exportimport.instructions with parameters of type DeploymentServiceModifierConstructorDescriptionImportInstructionsService(String instructionsFileName, org.qubership.integration.platform.catalog.persistence.configs.repository.instructions.ImportInstructionsRepository importInstructionsRepository, org.qubership.integration.platform.catalog.mapping.exportimport.instructions.GeneralInstructionsMapper generalInstructionsMapper, org.qubership.integration.platform.catalog.mapping.exportimport.instructions.ServiceInstructionsMapper serviceInstructionsMapper, ChainService chainService, DeploymentService deploymentService, SystemService systemService, SpecificationGroupService specificationGroupService, SystemModelService systemModelService, CommonVariablesImportService commonVariablesImportService, org.qubership.integration.platform.catalog.mapping.exportimport.instructions.CommonVariablesInstructionsMapper commonVariablesInstructionsMapper, org.qubership.integration.platform.catalog.validation.EntityValidator entityValidator, org.qubership.integration.platform.catalog.service.ActionsLogService actionsLogService)