Uses of Interface
com.atlassian.bamboo.vcs.module.VcsRepositoryManager
-
-
Uses of VcsRepositoryManager in com.atlassian.bamboo.analytics.basedata.collector.generator
Constructors in com.atlassian.bamboo.analytics.basedata.collector.generator with parameters of type VcsRepositoryManager Constructor Description RepositoriesWithWebhookEventProducer(CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VcsRepositoryManager vcsRepositoryManager)
-
Uses of VcsRepositoryManager in com.atlassian.bamboo.build
Constructors in com.atlassian.bamboo.build with parameters of type VcsRepositoryManager Constructor Description BuildDetectionActionFactoryImpl(BuildNumberGeneratorService buildNumberGenerator, ChangeDetectionManager changeDetectionManager, TriggerManager triggerManager, ErrorUpdateHandler errorUpdateHandler, BuildLoggerManager buildLoggerManager, VariableDefinitionManager variableDefinitionManager, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, ResultsSummaryManager resultsSummaryManager, BranchIntegrationService branchIntegrationService, BuildContextBuilderFactory buildContextBuilderFactory, ResultsSummaryVariableAccessor resultsSummaryVariableAccessor, CustomVariableContext customVariableContext, VcsRepositoryManager vcsRepositoryManager)
-
Uses of VcsRepositoryManager in com.atlassian.bamboo.build.context
Constructors in com.atlassian.bamboo.build.context with parameters of type VcsRepositoryManager Constructor Description BuildContextBuilderImpl(@NotNull BranchIntegrationService branchIntegrationService, @NotNull VariableDefinitionManager variableDefinitionManager, @NotNull CredentialsAccessor credentialsAccessor, @NotNull StorageTagService storageTagService, @NotNull VcsRepositoryManager vcsRepositoryManager, @NotNull SecureTokenService secureTokenService, @NotNull com.atlassian.plugin.PluginAccessor pluginAccessor)
-
Uses of VcsRepositoryManager in com.atlassian.bamboo.build.creation
Methods in com.atlassian.bamboo.build.creation with parameters of type VcsRepositoryManager Modifier and Type Method Description static Map<Long,String>
RepositoryConfigHelper. getRepositoriesForWorkingDirSelection(@NotNull ImmutableJob job, @NotNull VcsRepositoryManager vcsRepositoryManager)
Deprecated.Scans checkout tasks for repositories that define their source directory.Constructors in com.atlassian.bamboo.build.creation with parameters of type VcsRepositoryManager Constructor Description JobCreationServiceImpl(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, com.atlassian.event.api.EventPublisher eventPublisher, PlanValidationService planValidationService, AuditLogService auditLogService, BuildDefinitionConverter buildDefinitionConverter, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager, VariableDefinitionManager variableDefinitionManager, RepositoryDefinitionManager repositoryDefinitionManager, TaskConfigurationService taskConfigurationService, NotificationManager notificationManager, BranchCommitInformationManager branchCommitInformationManager, VcsBranchManager vcsBranchManager, TriggerConfigurationService triggerConfigurationService, ChainBranchManager chainBranchManager, BuildNumberGeneratorService buildNumberGeneratorService, VcsRepositoryManager vcsRepositoryManager, DockerPipelineValidationService dockerPipelineValidationService, TaskManager taskManager, TransactionAndHibernateTemplate hibernateTemplate)
-
Uses of VcsRepositoryManager in com.atlassian.bamboo.chains
Constructors in com.atlassian.bamboo.chains with parameters of type VcsRepositoryManager Constructor Description ChainExecutionManagerImpl(PlanStatePersisterService planStatePersisterService, JobExecutionManager buildContextExecutor, ChainStateFactory chainStateFactory, BuildContextFactory buildContextFactory, com.atlassian.event.api.EventPublisher eventPublisher, ChainPluginSupport chainPluginSupport, ErrorUpdateHandler errorUpdateHandler, AuthorCreatorService authorCreatorService, ResultsSummaryManager resultsSummaryManager, BuildDirectoryManager buildDirectoryManager, VcsBranchIntegrationHelper branchIntegrationHelper, CustomVariableContext customVariableContext, PlanExecutionLockService planExecutionLockService, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, CachedPlanManager cachedPlanManager, VcsRepositoryManager vcsRepositoryManager, StorageTagService storageTagService, PlanBranchPullRequestService planBranchPullRequestService, StorageLocationService storageLocationService, ServerBuildLoggerManager buildLoggerManager, DeploymentVersionService deploymentVersionService, ChainStatePersister chainStatePersister)
-
Uses of VcsRepositoryManager in com.atlassian.bamboo.configuration.external
Constructors in com.atlassian.bamboo.configuration.external with parameters of type VcsRepositoryManager Constructor Description RssDetectionServiceImpl(@NotNull AdministrationConfigurationAccessor administrationConfigurationAccessor, @NotNull AuthorCreatorService authorCreatorService, @NotNull BambooSpecsManager bambooSpecsManager, @NotNull CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, @NotNull CustomVariableContext customVariableContext, @NotNull ExtendedAuthorManager extendedAuthorManager, @NotNull FeatureManager featureManager, @NotNull I18nBeanFactory i18nBeanFactory, @NotNull RepositoryStoredSpecsService repositoryStoredSpecsService, @NotNull SpecsConsumerFactory specsConsumerFactory, @NotNull VcsRepositoryManager vcsRepositoryManager)
-
Uses of VcsRepositoryManager in com.atlassian.bamboo.configuration.external.yaml
Constructors in com.atlassian.bamboo.configuration.external.yaml with parameters of type VcsRepositoryManager Constructor Description BambooYamlParserImpl(BambooYamlVersion1Converter bambooYamlVersion1Converter, BambooYamlOverrider bambooYamlOverrider, I18nBeanFactory i18nBeanFactory, com.atlassian.plugin.PluginAccessor pluginAccessor, TaskManager taskManager, VcsRepositoryManager repositoryManager, CustomEnvironmentPluginExportHelper customEnvironmentPluginExportHelper)
-
Uses of VcsRepositoryManager in com.atlassian.bamboo.configuration.external.yaml.export
Constructors in com.atlassian.bamboo.configuration.external.yaml.export with parameters of type VcsRepositoryManager Constructor Description YamlEmitterImpl(CachedPlanManager cachedPlanManager, com.atlassian.plugin.PluginAccessor pluginAccessor, TaskDefinitionExportHelper taskDefinitionExporterHelper, TriggerDefinitionExportHelper triggerDefinitionExportHelper, VcsRepositoryManager repositoryManager, CustomEnvironmentPluginExportHelper customEnvironmentPluginExportHelper, RepositoryExporter repositoryExporter)
-
Uses of VcsRepositoryManager in com.atlassian.bamboo.configuration.repository
Fields in com.atlassian.bamboo.configuration.repository declared as VcsRepositoryManager Modifier and Type Field Description protected VcsRepositoryManager
AbstractRepositoryAction. vcsRepositoryManager
Constructors in com.atlassian.bamboo.configuration.repository with parameters of type VcsRepositoryManager Constructor Description VcsUIConfigBean(VcsRepositoryManager vcsRepositoryManager, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, ProjectManager projectManager, TemplateRenderer templateRenderer, com.atlassian.struts.TextProvider textProvider, VcsViewerUIConfigBean vcsViewerUIConfigBean, VcsConfigurationHelper vcsConfigurationHelper, VcsBambooSpecsConfigurator vcsBambooSpecsConfigurator)
-
Uses of VcsRepositoryManager in com.atlassian.bamboo.credentials
Methods in com.atlassian.bamboo.credentials with parameters of type VcsRepositoryManager Modifier and Type Method Description static Iterable<CredentialsData>
Credentials. getAllSharedCredentials(@NotNull Iterable<? extends VcsRepositoryData> repositories, @NotNull VcsRepositoryManager vcsRepositoryManager, @NotNull CredentialsAccessor credentialsAccessor)
-
Uses of VcsRepositoryManager in com.atlassian.bamboo.deployments.versions.service
Constructors in com.atlassian.bamboo.deployments.versions.service with parameters of type VcsRepositoryManager Constructor Description DeploymentVersionServiceImpl(@NotNull DeploymentProjectDao deploymentProjectDao, @NotNull DeploymentVersionDao deploymentVersionDao, @NotNull ResultsSummaryManager resultsSummaryManager, @NotNull DeploymentVersionChainResultDataCollector deploymentVersionChainResultDataCollector, @NotNull com.opensymphony.xwork2.TextProvider textProvider, @NotNull EnvironmentService environmentService, @NotNull BambooUserManager bambooUserService, @NotNull VariableDefinitionManager variableDefinitionManager, @NotNull VariableDefinitionFactory variableDefinitionFactory, @NotNull CustomVariableContext customVariableContext, @NotNull com.atlassian.event.api.EventPublisher eventPublisher, @NotNull CachedPlanManager cachedPlanManager, @NotNull ScopedExclusionService scopedExclusionService, @NotNull ResultsSummaryVariableAccessor resultsSummaryVariableAccessor, @NotNull RepositoryDefinitionManager repositoryDefinitionManager, @NotNull VcsRepositoryManager vcsRepositoryManager, @NotNull BambooCachingPermissionManagerFacadeFactory bambooCachingPermissionManagerFacadeFactory, @NotNull ArtifactLinkManager artifactLinkManager, @NotNull AuditLogService auditLogService)
-
Uses of VcsRepositoryManager in com.atlassian.bamboo.plan.branch
Methods in com.atlassian.bamboo.plan.branch with parameters of type VcsRepositoryManager Modifier and Type Method Description void
BranchExpiryJob. setVcsRepositoryManager(VcsRepositoryManager vcsRepositoryManager)
Constructors in com.atlassian.bamboo.plan.branch with parameters of type VcsRepositoryManager Constructor Description BranchCommitInformationManagerImpl(BranchCommitInformationDao branchCommitInformationDao, ExtendedAuthorManager extendedAuthorManager, AuthorCreatorService authorCreatorService, JiraBranchLinkingService jiraBranchLinkingService, VcsRepositoryManager vcsRepositoryManager)
BranchCreationFacadeImpl(BranchDetectionService branchDetectionService, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, CustomVariableContext customVariableContext, ErrorHandler errorHandler, LightweightBranchCreationService branchCreationService, com.atlassian.struts.TextProvider textProvider, VcsRepositoryManager vcsRepositoryManager)
BranchDetectionServiceImpl(com.atlassian.bandana.BandanaManager bandanaManager, CachedPlanManager cachedPlanManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, ChainBranchManager chainBranchManager, CustomVariableContext customVariableContext, ErrorHandler errorHandler, org.springframework.orm.hibernate5.HibernateTemplate hibernateTemplate, LightweightBranchCreationService lightweightBranchCreationService, RepositoryCachingFacade repositoryCachingFacade, ScopedExclusionService scopedExclusionService, VcsBranchManager vcsBranchManager, VcsRepositoryManager vcsRepositoryManager, PlanBranchPullRequestService planBranchPullRequestService)
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 VcsRepositoryManager in com.atlassian.bamboo.plan.cache
Constructors in com.atlassian.bamboo.plan.cache with parameters of type VcsRepositoryManager Constructor Description ImmutablePlanCacheServiceImpl(@NotNull ImmutablePlanManager immutablePlanManager, @NotNull PlanDao planDao, @NotNull com.atlassian.config.db.HibernateConfig hibernateConfig, @NotNull CustomVariableContext customVariableContext, @NotNull BuildResultsSummaryDao buildResultsSummaryDao, @NotNull VcsRepositoryManager vcsRepositoryManager, @NotNull BambooClusterSettings bambooClusterSettings, @NotNull ChainBranchManager chainBranchManager)
-
Uses of VcsRepositoryManager in com.atlassian.bamboo.plan.cache.index
Constructors in com.atlassian.bamboo.plan.cache.index with parameters of type VcsRepositoryManager Constructor Description PlanCacheIndicesImpl(VcsRepositoryManager vcsRepositoryManager, ImmutablePlanCacheService immutablePlanCacheService)
PlanRepositoryIndexer(VcsRepositoryManager vcsRepositoryManager)
-
Uses of VcsRepositoryManager in com.atlassian.bamboo.plan.pullrequest
Constructors in com.atlassian.bamboo.plan.pullrequest with parameters of type VcsRepositoryManager Constructor Description PullRequestDetectionServiceImpl(CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext, ErrorHandler errorHandler, org.springframework.orm.hibernate5.HibernateTemplate hibernateTemplate, RepositoryCachingFacade repositoryCachingFacade, ScopedExclusionService scopedExclusionService, VcsPullRequestService vcsPullRequestService, VcsRepositoryManager vcsRepositoryManager)
-
Uses of VcsRepositoryManager in com.atlassian.bamboo.plugins.bitbucket.events
Constructors in com.atlassian.bamboo.plugins.bitbucket.events with parameters of type VcsRepositoryManager Constructor Description RepositoryFinder(CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VcsRepositoryManager vcsRepositoryManager)
-
Uses of VcsRepositoryManager in com.atlassian.bamboo.plugins.bitbucket.v2
Methods in com.atlassian.bamboo.plugins.bitbucket.v2 with parameters of type VcsRepositoryManager Modifier and Type Method Description void
AbstractBitbucketCloudExecutor. setVcsRepositoryManager(VcsRepositoryManager vcsRepositoryManager)
Deprecated.since 6.8 use constructor injection or annotation injection -
Uses of VcsRepositoryManager in com.atlassian.bamboo.plugins.github
Fields in com.atlassian.bamboo.plugins.github declared as VcsRepositoryManager Modifier and Type Field Description protected VcsRepositoryManager
AbstractGitHubExecutor. vcsRepositoryManager
Constructors in com.atlassian.bamboo.plugins.github with parameters of type VcsRepositoryManager Constructor Description AbstractGitHubExecutor(VcsRepositoryManager vcsRepositoryManager)
GitHubBambooSpecsHandler(VcsRepositoryManager vcsRepositoryManager)
GitHubBranchDetector(VcsRepositoryManager vcsRepositoryManager)
GitHubChangeDetector(VcsRepositoryManager vcsRepositoryManager)
GitHubConnectionTester(VcsRepositoryManager vcsRepositoryManager)
GitHubTagsHandler(VcsRepositoryManager vcsRepositoryManager)
GitHubVariableGenerator(VcsRepositoryManager vcsRepositoryManager)
GitHubWorkingCopyManager(VcsRepositoryManager vcsRepositoryManager, CapabilityContext capabilityContext)
-
Uses of VcsRepositoryManager in com.atlassian.bamboo.plugins.rest.build
Constructors in com.atlassian.bamboo.plugins.rest.build with parameters of type VcsRepositoryManager Constructor Description PlanResource(BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, BranchCreationFacade branchCreationFacade, CachedPlanManager cachedPlanManager, PlanManager planManager, LabelManager labelManager, PlanRestService planRestService, VariableDefinitionManager variableDefinitionManager, JiraIssueManager jiraIssueManager, JiraApplinksService jiraApplinksService, com.atlassian.event.api.EventPublisher eventPublisher, ArtifactDefinitionManager artifactDefinitionManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TestsManager testsManager, TestQuarantineManager testQuarantineManager, VcsRepositoryManager vcsRepositoryManager, DeletionService deletionService, RssDetectionService rssDetectionService, ChainBranchManager chainBranchManager, BuildDefinitionManager buildDefinitionManager, SpecsConsumerFactory specsConsumerFactory, SpecsExporter specsExporter)
-
Uses of VcsRepositoryManager in com.atlassian.bamboo.plugins.rest.resource
Constructors in com.atlassian.bamboo.plugins.rest.resource with parameters of type VcsRepositoryManager Constructor Description ProjectResource(com.atlassian.sal.api.ApplicationProperties applicationProperties, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, CachedPlanManager cachedPlanManager, FeatureManager featureManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, LabelManager labelManager, ProjectManager projectManager, PlanRestService planRestService, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, RssPermissionManager rssPermissionManager, ProjectConfigurationService projectConfigurationService, SpecsExporter specsExporter, VariableDefinitionManager variableDefinitionManager, VariableConfigurationService variableConfigurationService, CredentialsManager credentialsManager, PaginatedDataCollector paginatedDataCollector, VcsRepositoryManager vcsRepositoryManager, LinkService linkService, SharedCredentialConversionFunction sharedCredentialConversionFunction)
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 VcsRepositoryManager in com.atlassian.bamboo.plugins.stash.rest.resource
Constructors in com.atlassian.bamboo.plugins.stash.rest.resource with parameters of type VcsRepositoryManager 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)
-
Uses of VcsRepositoryManager in com.atlassian.bamboo.plugins.stash.v2
Fields in com.atlassian.bamboo.plugins.stash.v2 declared as VcsRepositoryManager Modifier and Type Field Description protected VcsRepositoryManager
AbstractBitbucketServerExecutor. vcsRepositoryManager
-
Uses of VcsRepositoryManager in com.atlassian.bamboo.plugins.testutils.repository
Constructors in com.atlassian.bamboo.plugins.testutils.repository with parameters of type VcsRepositoryManager Constructor Description RepositoryTestServiceImpl(RepositoryDefinitionManager repositoryDefinitionManager, VcsRepositoryManager vcsRepositoryManager, VcsRepositoryConfigurationService vcsRepositoryConfigurationService, RssPermissionManager rssPermissionManager, ProjectManager projectManager)
-
Uses of VcsRepositoryManager in com.atlassian.bamboo.plugins.testutils.rest.resource.repository
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.repository with parameters of type VcsRepositoryManager Constructor Description RepositoryResource(BambooUserManager bambooUserManager, RepositoryTestService repositoryTestService, RepositoryDefinitionManager repositoryDefinitionManager, VcsPullRequestService pullRequestService, VcsRepositoryManager vcsRepositoryManager, PlanManager planManager, ResultsSummaryManager resultsSummaryManager, BuildResultWarningSummaryManager buildResultWarningSummaryManager, BranchDetectionService branchDetectionService, BambooSpecsManager bambooSpecsManager, ProjectManager projectManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager)
-
Uses of VcsRepositoryManager in com.atlassian.bamboo.plugins.vcs.task
Constructors in com.atlassian.bamboo.plugins.vcs.task with parameters of type VcsRepositoryManager Constructor Description VcsCheckoutTask(VcsBranchIntegrationHelper branchIntegrationHelper, VcsRepositoryManager vcsRepositoryManager)
-
Uses of VcsRepositoryManager in com.atlassian.bamboo.plugins.vcs.task.export
Fields in com.atlassian.bamboo.plugins.vcs.task.export declared as VcsRepositoryManager Modifier and Type Field Description protected VcsRepositoryManager
AbstractVcsTaskExporter. vcsRepositoryManager
Constructors in com.atlassian.bamboo.plugins.vcs.task.export with parameters of type VcsRepositoryManager Constructor Description AbstractVcsTaskExporter(@NotNull RepositoryDefinitionManager repositoryDefinitionManager, @NotNull VcsRepositoryManager vcsRepositoryManager, @NotNull ProjectManager projectManager)
VcsBranchTaskExporter(@NotNull RepositoryDefinitionManager repositoryDefinitionManager, @NotNull VcsRepositoryManager vcsRepositoryManager, @NotNull ProjectManager projectManager)
VcsCheckoutTaskExporter(@NotNull RepositoryDefinitionManager repositoryDefinitionManager, @NotNull VcsRepositoryManager vcsRepositoryManager, @NotNull BambooPermissionManager bambooPermissionManager, @NotNull ProjectManager projectManager)
VcsCommitTaskExporter(@NotNull RepositoryDefinitionManager repositoryDefinitionManager, @NotNull VcsRepositoryManager vcsRepositoryManager, @NotNull ProjectManager projectManager)
VcsPushTaskExporter(@NotNull RepositoryDefinitionManager repositoryDefinitionManager, @NotNull VcsRepositoryManager vcsRepositoryManager, @NotNull ProjectManager projectManager)
VcsTagTaskExporter(@NotNull RepositoryDefinitionManager repositoryDefinitionManager, @NotNull VcsRepositoryManager vcsRepositoryManager, @NotNull ProjectManager projectManager)
-
Uses of VcsRepositoryManager in com.atlassian.bamboo.resultsummary
Methods in com.atlassian.bamboo.resultsummary with parameters of type VcsRepositoryManager Modifier and Type Method Description void
BuildResultsSummaryManagerImpl. setVcsRepositoryManager(VcsRepositoryManager vcsRepositoryManager)
-
Uses of VcsRepositoryManager in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type VcsRepositoryManager Modifier and Type Field Description static Supplier<VcsRepositoryManager>
ComponentAccessor. VCS_REPOSITORY_MANAGER
Deprecated. -
Uses of VcsRepositoryManager in com.atlassian.bamboo.tag.service
Constructors in com.atlassian.bamboo.tag.service with parameters of type VcsRepositoryManager Constructor Description TagDetectionServiceImpl(VcsRepositoryManager vcsRepositoryManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VcsTagDao vcsTagDao, CustomVariableContext customVariableContext, CachedPlanManager cachedPlanManager, NonBlockingPlanExecutionService nonBlockingPlanExecutionService, TagBuildActionFactoryImpl tagBuildActionFactory)
-
Uses of VcsRepositoryManager in com.atlassian.bamboo.task
Constructors in com.atlassian.bamboo.task with parameters of type VcsRepositoryManager Constructor Description TaskContextImpl(Map<String,String> substitutedConfiguration, TaskExecutionContext taskExecutionContext, RuntimeTaskDefinition taskDefinition, VcsRepositoryManager vcsRepositoryManager)
TaskManagerImpl(com.atlassian.plugin.PluginAccessor pluginAccessor, CapabilitySetManager capabilitySetManager, ElasticAccountBean elasticAccountBean, VcsRepositoryManager vcsRepositoryManager)
-
Uses of VcsRepositoryManager in com.atlassian.bamboo.task.repository
Fields in com.atlassian.bamboo.task.repository declared as VcsRepositoryManager Modifier and Type Field Description protected VcsRepositoryManager
AbstractRepositoryAwareTaskConfigurator. vcsRepositoryManager
Methods in com.atlassian.bamboo.task.repository with parameters of type VcsRepositoryManager Modifier and Type Method Description void
AbstractRepositoryAwareTaskConfigurator. setVcsRepositoryManager(VcsRepositoryManager vcsRepositoryManager)
-
Uses of VcsRepositoryManager in com.atlassian.bamboo.utils
Methods in com.atlassian.bamboo.utils with parameters of type VcsRepositoryManager Modifier and Type Method Description static Optional<VcsBuildWarningsUpdater>
BambooRepositoryUtils. getRepositoryBuildWarningUpdater(Long repositoryId, VcsRepositoryManager vcsRepositoryManager, RepositoryDefinitionManager repositoryDefinitionManager, org.apache.log4j.Logger log)
-
Uses of VcsRepositoryManager in com.atlassian.bamboo.v2.build.task
Methods in com.atlassian.bamboo.v2.build.task with parameters of type VcsRepositoryManager Modifier and Type Method Description void
InitializeBuild. setVcsRepositoryManager(VcsRepositoryManager vcsRepositoryManager)
-
Uses of VcsRepositoryManager in com.atlassian.bamboo.v2.trigger
Fields in com.atlassian.bamboo.v2.trigger declared as VcsRepositoryManager Modifier and Type Field Description protected VcsRepositoryManager
AbstractDependentDetectionAction. vcsRepositoryManager
Constructors in com.atlassian.bamboo.v2.trigger with parameters of type VcsRepositoryManager Constructor Description AbstractDependentDetectionAction(ImmutableChain chain, ImmutableChain parentChain, BuildContext completedBuildContext, ErrorUpdateHandler errorUpdateHandler, TriggerManager triggerManager, ChangeDetectionManager changeDetectionManager, BuildNumberGeneratorService buildNumberGeneratorService, BuildLoggerManager buildLoggerManager, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, BuildContextBuilderFactory buildContextBuilderFactory, CustomVariableContext customVariableContext, VcsRepositoryManager vcsRepositoryManager)
ContinuedBuildDetectionAction(ImmutableChain chain, @NotNull PlanExecutionConfig planExecutionConfig, com.atlassian.user.User user, TriggerReason triggerReason, Map<String,String> params, Map<String,String> variables, ErrorUpdateHandler errorUpdateHandler, ResultsSummaryManager resultsSummaryManager, TriggerManager triggerManager, BranchIntegrationService branchIntegrationService, BuildContextBuilderFactory buildContextBuilderFactory, ResultsSummaryVariableAccessor resultsSummaryVariableAccessor, VcsRepositoryManager vcsRepositoryManager)
DefaultChangeDetectionManager(BuildContextFactory buildContextFactory, BuildLoggerManager buildLoggerManager, com.opensymphony.xwork2.TextProvider textProvider, VariableDefinitionManager variableDefinitionManager, CustomVariableContext customVariableContext, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, BranchCommitInformationManager branchCommitInformationManager, BranchIntegrationService branchIntegrationService, ChainBranchManager chainBranchManager, RepositoryCachingFacade repositoryCachingFacade, VcsRepositoryManager vcsRepositoryManager, AdministrationConfigurationAccessor administrationConfigurationAccessor)
DependentBuildDetectionAction(ImmutableChain chain, ImmutableChain parentChain, BuildContext completedBuildContext, ErrorUpdateHandler errorUpdateHandler, TriggerManager triggerManager, ChangeDetectionManager changeDetectionManager, BuildNumberGeneratorService buildNumberGeneratorService, BuildLoggerManager buildLoggerManager, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, BuildContextBuilderFactory buildContextBuilderFactory, CustomVariableContext customVariableContext, VcsRepositoryManager vcsRepositoryManager)
-
Uses of VcsRepositoryManager in com.atlassian.bamboo.variable
Methods in com.atlassian.bamboo.variable with parameters of type VcsRepositoryManager Modifier and Type Method Description static void
BuiltInVariableHelper. createRepositoryVariables(@NotNull Map<String,VariableDefinitionContext> variables, @NotNull ResultsSummary resultsSummary, @NotNull VariableType variableType, @NotNull RepositoryDefinitionManager repositoryDefinitionManager, @NotNull VcsRepositoryManager vcsRepositoryManager)
static void
BuiltInVariableHelper. createRepositoryVariables(@NotNull Map<String,VariableDefinitionContext> variables, @NotNull List<PlanRepositoryDefinition> repositoryDefinitions, @NotNull BuildChanges buildChanges, @NotNull VariableType variableType, @NotNull VcsRepositoryManager vcsRepositoryManager)
-
Uses of VcsRepositoryManager in com.atlassian.bamboo.variable.substitutor
Methods in com.atlassian.bamboo.variable.substitutor with parameters of type VcsRepositoryManager Modifier and Type Method Description void
VariableSubstitutorFactoryImpl. setVcsRepositoryManager(VcsRepositoryManager vcsRepositoryManager)
Constructors in com.atlassian.bamboo.variable.substitutor with parameters of type VcsRepositoryManager Constructor Description VariableSubstitutorImpl(@NotNull BuildLoggerManager buildLoggerManager, @Nullable CapabilityContext capabilityContext, @NotNull AgentContext agentContext, @NotNull BuildDirectoryManager buildDirectoryManager, @NotNull BambooUrl bambooUrl, @Nullable VariableDefinitionManager variableDefinitionManager, @NotNull VcsRepositoryManager vcsRepositoryManager)
VariableSubstitutorImpl(@NotNull ImmutablePlan immutablePlan, @NotNull BuildLoggerManager buildLoggerManager, @Nullable CapabilityContext capabilityContext, @NotNull AgentContext agentContext, @NotNull BuildDirectoryManager buildDirectoryManager, @NotNull BambooUrl bambooUrl, @NotNull VariableDefinitionManager variableDefinitionManager, @NotNull VcsRepositoryManager vcsRepositoryManager)
VariableSubstitutorImpl(@NotNull CommonContext commonContext, @NotNull BuildLoggerManager buildLoggerManager, @Nullable CapabilityContext capabilityContext, @NotNull AgentContext agentContext, @NotNull BuildDirectoryManager buildDirectoryManager, @NotNull BambooUrl bambooUrl, @NotNull CustomVariableContext customVariableContext, @NotNull VcsRepositoryManager vcsRepositoryManager)
VariableSubstitutorImpl(@NotNull Map<String,VariableDefinitionContext> variablesContextMap, @NotNull BuildLoggerManager buildLoggerManager, @Nullable CapabilityContext capabilityContext, @NotNull AgentContext agentContext, @NotNull BuildDirectoryManager buildDirectoryManager, @NotNull BambooUrl bambooUrl, @NotNull VcsRepositoryManager vcsRepositoryManager)
-
Uses of VcsRepositoryManager in com.atlassian.bamboo.vcs.configuration.service
Constructors in com.atlassian.bamboo.vcs.configuration.service with parameters of type VcsRepositoryManager 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)
-
Uses of VcsRepositoryManager in com.atlassian.bamboo.vcs.module
Classes in com.atlassian.bamboo.vcs.module that implement VcsRepositoryManager Modifier and Type Class Description class
VcsRepositoryManagerImpl
-
Uses of VcsRepositoryManager in com.atlassian.bamboo.vcsversion
Methods in com.atlassian.bamboo.vcsversion with parameters of type VcsRepositoryManager Modifier and Type Method Description void
VCSVersionReader. setVcsRepositoryManager(VcsRepositoryManager vcsRepositoryManager)
-
Uses of VcsRepositoryManager in com.atlassian.bamboo.webwork
Methods in com.atlassian.bamboo.webwork with parameters of type VcsRepositoryManager Modifier and Type Method Description void
StarterAction. setVcsRepositoryManager(VcsRepositoryManager vcsRepositoryManager)
Constructors in com.atlassian.bamboo.webwork with parameters of type VcsRepositoryManager Constructor Description SpecsOnboardingDialog(@Nullable Long specsRepositoryId, @Nullable String buildProjectKey, @NotNull AdministrationConfigurationAccessor administrationConfigurationAccessor, @NotNull RepositoryDefinitionManager repositoryDefinitionManager, @NotNull VcsRepositoryManager vcsRepositoryManager)
-
Uses of VcsRepositoryManager in com.atlassian.bamboo.ww2.actions.admin
Fields in com.atlassian.bamboo.ww2.actions.admin declared as VcsRepositoryManager Modifier and Type Field Description protected VcsRepositoryManager
ImportMavenPlanAction. vcsRepositoryManager
-
Uses of VcsRepositoryManager in com.atlassian.bamboo.ww2.actions.build.admin.config.repository
Fields in com.atlassian.bamboo.ww2.actions.build.admin.config.repository declared as VcsRepositoryManager Modifier and Type Field Description protected VcsRepositoryManager
ConfigureRepository. vcsRepositoryManager
-
Uses of VcsRepositoryManager in com.atlassian.bamboo.ww2.actions.build.admin.config.task
Fields in com.atlassian.bamboo.ww2.actions.build.admin.config.task declared as VcsRepositoryManager Modifier and Type Field Description protected VcsRepositoryManager
ConfigureBuildTasks. vcsRepositoryManager
-