Uses of Class
org.qubership.integration.platform.variables.management.consul.ConsulService
Packages that use ConsulService
Package
Description
-
Uses of ConsulService in org.qubership.integration.platform.variables.management.service
Constructors in org.qubership.integration.platform.variables.management.service with parameters of type ConsulServiceModifierConstructorDescriptionCommonVariablesService(ActionsLogService actionLogger, com.fasterxml.jackson.dataformat.yaml.YAMLMapper yamlImportExportMapper, SecuredVariableService securedVariableService, ConsulService consulService, ImportInstructionsService importInstructionsService) -
Uses of ConsulService in org.qubership.integration.platform.variables.management.service.exportimport.instructions
Constructors in org.qubership.integration.platform.variables.management.service.exportimport.instructions with parameters of type ConsulServiceModifierConstructorDescriptionImportInstructionsService(com.fasterxml.jackson.dataformat.yaml.YAMLMapper yamlMapper, ImportInstructionsRepository importInstructionsRepository, ImportInstructionsMapper importInstructionsMapper, ConsulService consulService, ImportInstructionsFilterSpecificationBuilder importInstructionsFilterSpecificationBuilder, EntityValidator entityValidator, ActionsLogService actionsLogService)