Uses of Interface
com.atlassian.bamboo.vcs.configuration.service.VcsRepositoryConfigurationService
-
-
Uses of VcsRepositoryConfigurationService in com.atlassian.bamboo.configuration.repository
Fields in com.atlassian.bamboo.configuration.repository declared as VcsRepositoryConfigurationService Modifier and Type Field Description protected VcsRepositoryConfigurationService
AbstractRepositoryAction. vcsRepositoryConfigurationService
Constructors in com.atlassian.bamboo.configuration.repository with parameters of type VcsRepositoryConfigurationService Constructor Description VcsConfigurationHelperImpl(VcsViewerUIConfigBean vcsViewerUIConfigBean, com.atlassian.struts.TextProvider textProvider, BambooPermissionManager bambooPermissionManager, RepositoryDefinitionManager repositoryDefinitionManager, VcsRepositoryConfigurationService vcsRepositoryConfigurationService, VcsBambooSpecsConfigurator vcsBambooSpecsConfigurator)
-
Uses of VcsRepositoryConfigurationService in com.atlassian.bamboo.plugins.rest.resource
Constructors in com.atlassian.bamboo.plugins.rest.resource with parameters of type VcsRepositoryConfigurationService Constructor Description RepositoryResource(com.atlassian.sal.api.ApplicationProperties applicationProperties, CachedPlanManager cachedPlanManager, VcsRepositoryManager vcsRepositoryManager, RepositoryDefinitionManager repositoryDefinitionManager, BambooPermissionManager bambooPermissionManager, CustomVariableContext customVariableContext, ValidationService validationService, ValidationFunctionFactory validationFunctionFactory, com.atlassian.sal.api.message.I18nResolver i18nResolver, VcsConfigurationHelper vcsConfigurationHelper, VcsRepositoryConfigurationService vcsRepositoryConfigurationService, RssPermissionManager rssPermissionManager, FeatureManager featureManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, RssDetectionService rssDetectionService, BambooSpecsManager bambooSpecsManager, com.atlassian.event.api.EventPublisher eventPublisher, SpecsConsumerFactory specsConsumerFactory, EnvironmentService environmentService, ProjectManager projectManager, AdministrationConfigurationAccessor administrationConfigurationAccessor)
-
Uses of VcsRepositoryConfigurationService in com.atlassian.bamboo.plugins.stash.rest.resource
Constructors in com.atlassian.bamboo.plugins.stash.rest.resource with parameters of type VcsRepositoryConfigurationService Constructor Description RepositoryResource(com.atlassian.applinks.api.ApplicationLinkService applicationLinkService, com.atlassian.sal.api.ApplicationProperties applicationProperties, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, CustomVariableContext customVariableContext, VcsRepositoryConfigurationService repositoryConfigurationService, VcsRepositoryManager vcsRepositoryManager, VcsBambooSpecsConfigurator vcsBambooSpecsConfigurator, VcsConfigurationHelper vcsConfigurationHelper, com.atlassian.sal.api.message.I18nResolver i18nResolver)
StashBulkActionsResource(com.atlassian.sal.api.ApplicationProperties applicationProperties, BitbucketSeverMirrorHelper mirrorHelper, BambooPermissionManager permissionManager, PlanManager planManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, RepositoryDefinitionManager repositoryDefinitionManager, VcsRepositoryConfigurationService vcsRepositoryConfigurationService, AdministrationConfigurationAccessor administrationConfigurationAccessor, ProjectManager projectManager, StashClientProvider stashClientProvider)
-
Uses of VcsRepositoryConfigurationService in com.atlassian.bamboo.plugins.testutils.repository
Constructors in com.atlassian.bamboo.plugins.testutils.repository with parameters of type VcsRepositoryConfigurationService Constructor Description RepositoryTestServiceImpl(RepositoryDefinitionManager repositoryDefinitionManager, VcsRepositoryManager vcsRepositoryManager, VcsRepositoryConfigurationService vcsRepositoryConfigurationService, RssPermissionManager rssPermissionManager, ProjectManager projectManager)
-
Uses of VcsRepositoryConfigurationService in com.atlassian.bamboo.vcs.configuration.service
Classes in com.atlassian.bamboo.vcs.configuration.service that implement VcsRepositoryConfigurationService Modifier and Type Class Description class
VcsRepositoryConfigurationServiceImpl
-
Uses of VcsRepositoryConfigurationService in com.atlassian.bamboo.ww2.actions
Fields in com.atlassian.bamboo.ww2.actions declared as VcsRepositoryConfigurationService Modifier and Type Field Description protected VcsRepositoryConfigurationService
PlanActionSupport. vcsRepositoryConfigurationService
Methods in com.atlassian.bamboo.ww2.actions with parameters of type VcsRepositoryConfigurationService Modifier and Type Method Description void
PlanActionSupport. setVcsRepositoryConfigurationService(VcsRepositoryConfigurationService vcsRepositoryConfigurationService)
-
Uses of VcsRepositoryConfigurationService in com.atlassian.bamboo.ww2.actions.admin
Fields in com.atlassian.bamboo.ww2.actions.admin declared as VcsRepositoryConfigurationService Modifier and Type Field Description protected VcsRepositoryConfigurationService
ImportMavenPlanAction. vcsRepositoryConfigurationService
-
Uses of VcsRepositoryConfigurationService in com.atlassian.bamboo.ww2.actions.build.admin.create
Fields in com.atlassian.bamboo.ww2.actions.build.admin.create declared as VcsRepositoryConfigurationService Modifier and Type Field Description protected VcsRepositoryConfigurationService
CreateChainRepository. vcsRepositoryConfigurationService
-