Uses of Interface
org.qubership.atp.environments.service.direct.SystemService
Packages that use SystemService
Package
Description
-
Uses of SystemService in org.qubership.atp.environments.mapper
Constructors in org.qubership.atp.environments.mapper with parameters of type SystemServiceModifierConstructorDescriptionEnvironmentVersioningMapper(EnvironmentCategoryService environmentCategoryService, ProjectService projectService, SystemService systemService) EnvironmentVersioningMapper constructor. -
Uses of SystemService in org.qubership.atp.environments.service.direct.impl
Classes in org.qubership.atp.environments.service.direct.impl that implement SystemServiceConstructors in org.qubership.atp.environments.service.direct.impl with parameters of type SystemServiceModifierConstructorDescriptionEnvironmentServiceImpl(EnvironmentRepositoryImpl environmentRepository, SystemRepositoryImpl systemRepository, ConnectionRepositoryImpl connectionRepository, SystemService systemService, SystemCategoryRepositoryImpl systemCategoryRepository, DateTimeUtil dateTimeUtil, org.qubership.atp.auth.springbootstarter.ssl.Provider<org.qubership.atp.auth.springbootstarter.entities.UserInfo> userInfoProvider, ProjectAccessService projectAccessService, org.springframework.cache.CacheManager cacheManager, ValidationStrategyFactory validationStrategyFactory) Class constructor.ProjectServiceImpl(ProjectRepositoryImpl projectRepository, EnvironmentRepositoryImpl environmentRepository, EnvironmentService environmentService, SystemService systemService, ConnectionService connectionService, DateTimeUtil dateTimeUtil, ContextRepository contextRepo, org.qubership.atp.auth.springbootstarter.ssl.Provider<org.qubership.atp.auth.springbootstarter.entities.UserInfo> userInfoProvider, org.qubership.atp.auth.springbootstarter.security.permissions.PolicyEnforcement policyEnforcement, ProjectAccessService projectAccessService) TODO Make javadoc documentation for this method. -
Uses of SystemService in org.qubership.atp.environments.service.rest.server
Constructors in org.qubership.atp.environments.service.rest.server with parameters of type SystemServiceModifierConstructorDescriptionEnvironmentController(EnvironmentService service, SystemService systemService, ConcurrentModificationService concurrentModificationService, ContextRepository contextRepository) Constructor.ProjectController(ProjectService projectService, EnvironmentService environmentService, SystemService systemService) ProjectController constructor.SystemController(SystemService systemService, ConcurrentModificationService concurrentModificationService, ContextRepository contextRepository) Constructor.ToolController(EnvironmentService service, SystemService systemService, ConcurrentModificationService concurrentModificationService, ContextRepository contextRepository) Constructor. -
Uses of SystemService in org.qubership.atp.environments.service.websocket
Constructors in org.qubership.atp.environments.service.websocket with parameters of type SystemServiceModifierConstructorDescriptionWebSocketSystemHealthCheckService(SystemService systemService, HealthcheckFeignClient hcFeignClient) Creates service which calls ATP Healthcheck and receives server statuses.