Uses of Class
com.atlassian.bamboo.specs.api.builders.repository.PlanRepositoryLink
-
Packages that use PlanRepositoryLink Package Description com.atlassian.bamboo.specs.api.builders.repository 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 PlanRepositoryLink Modifier and Type Method Description PlanRepositoryLinkPlanRepositoryLink. 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.PlanRepositoryLinkPlanRepositoryLink. localRepositoryDefinition(@NotNull VcsRepository<?,?> repositoryDefinition)Specifies a link to a plan-managed repository.PlanRepositoryLinkPlanRepositoryLink. projectRepository(@NotNull VcsRepository<?,?> repositoryDefinition)Specifies a link to existing project repository.
-