Uses of Interface
com.atlassian.bamboo.vcs.configuration.service.RawRepositoryConfigurationXmlConverter
-
Packages that use RawRepositoryConfigurationXmlConverter Package Description com.atlassian.bamboo.plan.branch com.atlassian.bamboo.repository com.atlassian.bamboo.vcs.configuration.service -
-
Uses of RawRepositoryConfigurationXmlConverter in com.atlassian.bamboo.plan.branch
Constructors in com.atlassian.bamboo.plan.branch with parameters of type RawRepositoryConfigurationXmlConverter Constructor Description LightweightBranchCreationServiceImpl(CachedPlanManager cachedPlanManager, ChainBranchCreationService chainBranchCreationService, CustomVariableContext customVariableContext, ErrorHandler errorHandler, JiraBranchLinkingService jiraBranchLinkingService, PlanManager planManager, RawRepositoryConfigurationXmlConverter rawRepositoryConfigurationXmlConverter, RepositoryDefinitionManager repositoryDefinitionManager, VcsBranchManager vcsBranchManager, VcsRepositoryManager vcsRepositoryManager, TriggerTypeManager triggerTypeManager, com.atlassian.event.api.EventPublisher eventPublisher)
-
Uses of RawRepositoryConfigurationXmlConverter in com.atlassian.bamboo.repository
Constructors in com.atlassian.bamboo.repository with parameters of type RawRepositoryConfigurationXmlConverter Constructor Description EncryptedRepositoryDefinitionAccessorImpl(RawRepositoryConfigurationXmlConverter rawRepositoryConfigurationXmlConverter, RepositoryDefinitionDao repositoryDefinitionDao)
RepositoryDefinitionManagerImpl(RepositoryDefinitionDao repositoryDefinitionDao, PlanRepositoryLinkDao planRepositoryLinkDao, RawRepositoryConfigurationXmlConverter rawRepositoryConfigurationXmlConverter, RssRepositoryPermissionDao rssRepositoryPermissionDao)
-
Uses of RawRepositoryConfigurationXmlConverter in com.atlassian.bamboo.vcs.configuration.service
Classes in com.atlassian.bamboo.vcs.configuration.service that implement RawRepositoryConfigurationXmlConverter Modifier and Type Class Description class
RawRepositoryConfigurationXmlConverterImpl
Constructors in com.atlassian.bamboo.vcs.configuration.service with parameters of type RawRepositoryConfigurationXmlConverter Constructor Description VcsRepositoryConfigurationServiceImpl(RepositoryDefinitionManager repositoryDefinitionManager, AuditLogService auditLogService, HibernateMutableAclService aclService, RawRepositoryConfigurationXmlConverter rawRepositoryConfigurationXmlConverter, ScopedExclusionService scopedExclusionService, TriggerConfigurationService triggerConfigurationService, TaskConfigurationService taskConfigurationService, ChainBranchManager chainBranchManager, EnvironmentTaskService environmentTaskService, BuildDefinitionManager buildDefinitionManager, com.atlassian.event.api.EventPublisher eventPublisher, BranchCreationFacade branchCreationFacade, VcsRepositoryManager vcsRepositoryManager, TransactionAndHibernateTemplate hibernateTemplate)
-