Uses of Class
org.qubership.atp.environments.repo.impl.ContextRepository
Packages that use ContextRepository
Package
Description
-
Uses of ContextRepository in org.qubership.atp.environments.db
Constructors in org.qubership.atp.environments.db with parameters of type ContextRepositoryModifierConstructorDescriptionAppConfiguration(ContextRepository repo, MetricService metricService) ContextInterceptor(ContextRepository repo, MetricService metricService) -
Uses of ContextRepository in org.qubership.atp.environments.repo.impl
Constructors in org.qubership.atp.environments.repo.impl with parameters of type ContextRepositoryModifierConstructorDescriptionEnvironmentRepositoryImpl(com.querydsl.sql.SQLQueryFactory queryFactory, javax.inject.Provider<ProjectRepositoryImpl> projectRepo, javax.inject.Provider<SystemRepositoryImpl> systemRepo, javax.inject.Provider<ConnectionRepositoryImpl> connectionRepo, javax.inject.Provider<SystemCategoryRepositoryImpl> systemCategoryRepo, CommitEntityService<Environment> commitEntityService, KafkaService kafkaService, ContextRepository contextRepository, EnvironmentMapper mapper) TODO Make javadoc documentation for this method.ProjectRepositoryImpl(com.querydsl.sql.SQLQueryFactory queryFactory, javax.inject.Provider<EnvironmentRepositoryImpl> environmentRepo, javax.inject.Provider<SystemRepositoryImpl> systemRepo, ContextRepository repository, KafkaService kafkaService) Constructor of ProjectRepository.SystemRepositoryImpl(com.querydsl.sql.SQLQueryFactory queryFactory, javax.inject.Provider<EnvironmentRepositoryImpl> environmentRepo, javax.inject.Provider<SystemCategoryRepositoryImpl> systemCategoryRepo, javax.inject.Provider<ConnectionRepositoryImpl> connectionRepo, CommitEntityService<System> commitSystemService, CommitEntityService<Environment> commitEnvironmentService, KafkaService kafkaService, org.springframework.cache.CacheManager cacheManager, ContextRepository contextRepository) TODO Make javadoc documentation for this method. -
Uses of ContextRepository in org.qubership.atp.environments.service.direct.impl
Constructors in org.qubership.atp.environments.service.direct.impl with parameters of type ContextRepositoryModifierConstructorDescriptionProjectServiceImpl(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 ContextRepository in org.qubership.atp.environments.service.rest.server
Constructors in org.qubership.atp.environments.service.rest.server with parameters of type ContextRepositoryModifierConstructorDescriptionEnvironmentController(EnvironmentService service, SystemService systemService, ConcurrentModificationService concurrentModificationService, ContextRepository contextRepository) Constructor.SystemController(SystemService systemService, ConcurrentModificationService concurrentModificationService, ContextRepository contextRepository) Constructor.ToolController(EnvironmentService service, SystemService systemService, ConcurrentModificationService concurrentModificationService, ContextRepository contextRepository) Constructor.