Uses of Interface
org.qubership.atp.environments.service.direct.ProjectService
Packages that use ProjectService
Package
Description
-
Uses of ProjectService in org.qubership.atp.environments.config
Methods in org.qubership.atp.environments.config with parameters of type ProjectServiceModifier and TypeMethodDescriptionKafkaNotificationConfiguration.projectEventListener(ProjectService projectService) Creates project event listener. -
Uses of ProjectService in org.qubership.atp.environments.mapper
Constructors in org.qubership.atp.environments.mapper with parameters of type ProjectServiceModifierConstructorDescriptionEnvironmentVersioningMapper(EnvironmentCategoryService environmentCategoryService, ProjectService projectService, SystemService systemService) EnvironmentVersioningMapper constructor. -
Uses of ProjectService in org.qubership.atp.environments.service.direct.impl
Classes in org.qubership.atp.environments.service.direct.impl that implement ProjectService -
Uses of ProjectService in org.qubership.atp.environments.service.notification
Constructors in org.qubership.atp.environments.service.notification with parameters of type ProjectService -
Uses of ProjectService in org.qubership.atp.environments.service.rest.server
Constructors in org.qubership.atp.environments.service.rest.server with parameters of type ProjectServiceModifierConstructorDescriptionCatalogController(ProjectService projectService) ProjectController(ProjectService projectService, EnvironmentService environmentService, SystemService systemService) ProjectController constructor.