Uses of Interface
org.qubership.atp.environments.service.direct.EnvironmentService
Packages that use EnvironmentService
Package
Description
-
Uses of EnvironmentService in org.qubership.atp.environments.service.direct.impl
Classes in org.qubership.atp.environments.service.direct.impl that implement EnvironmentServiceConstructors in org.qubership.atp.environments.service.direct.impl with parameters of type EnvironmentServiceModifierConstructorDescriptionProjectServiceImpl(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 EnvironmentService in org.qubership.atp.environments.service.rest.server
Constructors in org.qubership.atp.environments.service.rest.server with parameters of type EnvironmentServiceModifierConstructorDescriptionEnvironmentController(EnvironmentService service, SystemService systemService, ConcurrentModificationService concurrentModificationService, ContextRepository contextRepository) Constructor.ProjectController(ProjectService projectService, EnvironmentService environmentService, SystemService systemService) ProjectController constructor.ToolController(EnvironmentService service, SystemService systemService, ConcurrentModificationService concurrentModificationService, ContextRepository contextRepository) Constructor.