Uses of Class
com.atlassian.bamboo.specs.api.builders.repository.PlanRepositoryLink
Packages that use PlanRepositoryLink
Package
Description
Generic plan-local and linked source code repositories as well as change detection settings, see also com.atlassian.bamboo.specs.builders.repository for specific repository types.
-
Uses of PlanRepositoryLink in com.atlassian.bamboo.specs.api.builders.repository
Methods in com.atlassian.bamboo.specs.api.builders.repository that return PlanRepositoryLinkModifier and TypeMethodDescriptionPlanRepositoryLink.globalRepository(@NotNull VcsRepository<?, ?> repositoryDefinition) Specifies a link to existing global repository.static PlanRepositoryLinkPlanRepositoryLink.linkToGlobalRepository(@NotNull VcsRepository<?, ?> globalRepository) Specifies a link to existing global repository.static PlanRepositoryLinkPlanRepositoryLink.linkToGlobalRepository(@NotNull VcsRepositoryIdentifier globalRepository) Specifies a link to existing global repository.static PlanRepositoryLinkPlanRepositoryLink.linkToProjectRepository(@NotNull VcsRepositoryIdentifier projectRepository) Specifies a link to existing project repository.PlanRepositoryLink.localRepositoryDefinition(@NotNull VcsRepository<?, ?> repositoryDefinition) Specifies a link to a plan-managed repository.PlanRepositoryLink.projectRepository(@NotNull VcsRepository<?, ?> repositoryDefinition) Specifies a link to existing project repository.