Uses of Class
com.atlassian.bamboo.specs.api.builders.repository.VcsRepository
-
Packages that use VcsRepository Package Description com.atlassian.bamboo.specs.api.builders.plan Plan, plan branches, stages and jobs.com.atlassian.bamboo.specs.api.builders.project Bamboo project (which is a container for plans).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.com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud Bitbucket Cloud repository type.com.atlassian.bamboo.specs.builders.repository.bitbucket.server Bitbucket Server repository type.com.atlassian.bamboo.specs.builders.repository.git Git repository type.com.atlassian.bamboo.specs.builders.repository.github GitHub repository type. -
-
Uses of VcsRepository in com.atlassian.bamboo.specs.api.builders.plan
Methods in com.atlassian.bamboo.specs.api.builders.plan with parameters of type VcsRepository Modifier and Type Method Description PlanPlan. 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 VcsRepository Modifier and Type Method Description ProjectProject. 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 VcsRepository Modifier and Type Class Description classVcsRepository<T extends VcsRepository<T,E>,E extends VcsRepositoryProperties>Represents a definition of VCS repository.Subclasses of VcsRepository in com.atlassian.bamboo.specs.api.builders.repository Modifier and Type Class Description classAnyVcsRepositoryRepresents a vcs repository of any type.Methods in com.atlassian.bamboo.specs.api.builders.repository with parameters of type VcsRepository 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.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. -
Uses of VcsRepository in com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud
Subclasses of VcsRepository in com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud Modifier and Type Class Description classBitbucketCloudRepositoryRepresents Bitbucket Cloud repository in Bamboo. -
Uses of VcsRepository in com.atlassian.bamboo.specs.builders.repository.bitbucket.server
Subclasses of VcsRepository in com.atlassian.bamboo.specs.builders.repository.bitbucket.server Modifier and Type Class Description classBitbucketServerRepositoryRepresents Bitbucket Server repository in Bamboo. -
Uses of VcsRepository in com.atlassian.bamboo.specs.builders.repository.git
Subclasses of VcsRepository in com.atlassian.bamboo.specs.builders.repository.git Modifier and Type Class Description classGitRepositoryRepresents a git repository in Bamboo. -
Uses of VcsRepository in com.atlassian.bamboo.specs.builders.repository.github
Subclasses of VcsRepository in com.atlassian.bamboo.specs.builders.repository.github Modifier and Type Class Description classGitHubRepositoryGitHub repository.
-