Uses of Class
org.qubership.integration.platform.runtime.catalog.service.EnvironmentService
Packages that use EnvironmentService
Package
Description
-
Uses of EnvironmentService in org.qubership.integration.platform.runtime.catalog.service
Fields in org.qubership.integration.platform.runtime.catalog.service declared as EnvironmentServiceModifier and TypeFieldDescriptionprotected final EnvironmentServiceElementService.environmentServiceConstructors in org.qubership.integration.platform.runtime.catalog.service with parameters of type EnvironmentServiceModifierConstructorDescriptionElementService(org.qubership.integration.platform.catalog.persistence.configs.repository.chain.ElementRepository elementRepository, org.springframework.data.auditing.AuditingHandler jpaAuditingHandler, EnvironmentService environmentService) -
Uses of EnvironmentService in org.qubership.integration.platform.runtime.catalog.service.deployment
Constructors in org.qubership.integration.platform.runtime.catalog.service.deployment with parameters of type EnvironmentServiceModifierConstructorDescriptionDeploymentBuilderService(ChainService chainService, SnapshotService snapshotService, org.qubership.integration.platform.catalog.util.ElementUtils elementUtils, ElementPropertiesBuilderFactory elementPropertiesBuilderFactory, org.qubership.integration.platform.catalog.service.library.LibraryElementsService libraryService, DeploymentRouteMapper deploymentRouteMapper, SystemService systemService, EnvironmentService environmentService) -
Uses of EnvironmentService in org.qubership.integration.platform.runtime.catalog.service.exportimport
Constructors in org.qubership.integration.platform.runtime.catalog.service.exportimport with parameters of type EnvironmentServiceModifierConstructorDescriptionSystemExportImportService(org.springframework.transaction.support.TransactionTemplate transactionTemplate, SystemService systemService, EnvironmentService environmentService, SystemModelService systemModelService, com.fasterxml.jackson.dataformat.yaml.YAMLMapper yamlExportImportMapper, org.qubership.integration.platform.catalog.service.ActionsLogService actionLogger, org.springframework.data.auditing.AuditingHandler jpaAuditingHandler, ServiceSerializer serviceSerializer, ServiceDeserializer serviceDeserializer, ImportSessionService importProgressService, ImportInstructionsService importInstructionsService)