Uses of Class
org.qubership.integration.platform.variables.management.service.CommonVariablesService
Packages that use CommonVariablesService
Package
Description
-
Uses of CommonVariablesService in org.qubership.integration.platform.variables.management.rest.v1.controller
Constructors in org.qubership.integration.platform.variables.management.rest.v1.controller with parameters of type CommonVariablesServiceModifierConstructorDescriptionCommonVariablesController(CommonVariablesService commonVariablesService, CommonVariablesMapper commonVariablesMapper) -
Uses of CommonVariablesService in org.qubership.integration.platform.variables.management.rest.v2.controller
Constructors in org.qubership.integration.platform.variables.management.rest.v2.controller with parameters of type CommonVariablesServiceModifierConstructorDescriptionCommonVariablesControllerV2(CommonVariablesService commonVariablesService) -
Uses of CommonVariablesService in org.qubership.integration.platform.variables.management.service
Constructors in org.qubership.integration.platform.variables.management.service with parameters of type CommonVariablesServiceModifierConstructorDescriptionDefaultVariablesService(CommonVariablesService commonVariablesService, SecuredVariableService securedVariableService, ApplicationAutoConfiguration applicationConfiguration) SecuredVariableService(com.fasterxml.jackson.dataformat.yaml.YAMLMapper yamlMapper, com.fasterxml.jackson.databind.ObjectMapper objectMapper, KubeOperator operator, ActionsLogService actionLogger, String kubeSecretsLabel, String kubeSecretV2Name, DevModeUtil devModeUtil, CommonVariablesService commonVariablesService, com.fasterxml.jackson.databind.ObjectMapper objectMapperWithSorting)