Uses of Class
com.atlassian.bamboo.specs.api.builders.repository.VcsRepository
Packages that use VcsRepository
Package
Description
Plan, plan branches, stages and jobs.
Bamboo project (which is a container for plans).
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 VcsRepository in com.atlassian.bamboo.specs.api.builders.plan
Methods in com.atlassian.bamboo.specs.api.builders.plan with parameters of type VcsRepositoryModifier and TypeMethodDescriptionPlan.planRepositories(@NotNull VcsRepository<?, ?>... repositories) Adds local repositories to this plan. -
Uses of VcsRepository in com.atlassian.bamboo.specs.api.builders.project
Methods in com.atlassian.bamboo.specs.api.builders.project with parameters of type VcsRepositoryModifier and TypeMethodDescriptionProject.repositories(@NotNull VcsRepository<?, ?>... repositories) Adds project repositories. -
Uses of VcsRepository in com.atlassian.bamboo.specs.api.builders.repository
Classes in com.atlassian.bamboo.specs.api.builders.repository with type parameters of type VcsRepositoryModifier and TypeClassDescriptionclassVcsRepository<T extends VcsRepository<T,E>, E extends VcsRepositoryProperties> Represents a definition of VCS repository.Subclasses of VcsRepository in com.atlassian.bamboo.specs.api.builders.repositoryModifier and TypeClassDescriptionfinal classRepresents a vcs repository of any type.Methods in com.atlassian.bamboo.specs.api.builders.repository with parameters of type VcsRepositoryModifier 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.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.