Uses of Class
com.atlassian.bamboo.specs.api.builders.repository.VcsRepositoryIdentifier
Packages that use VcsRepositoryIdentifier
Package
Description
Plan, plan branches, stages and jobs.
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.
Build triggers.
-
Uses of VcsRepositoryIdentifier in com.atlassian.bamboo.specs.api.builders.plan
Methods in com.atlassian.bamboo.specs.api.builders.plan with parameters of type VcsRepositoryIdentifierModifier and TypeMethodDescriptionPlan.linkedRepositories(@NotNull VcsRepositoryIdentifier... repositories) Deprecated. -
Uses of VcsRepositoryIdentifier in com.atlassian.bamboo.specs.api.builders.repository
Methods in com.atlassian.bamboo.specs.api.builders.repository that return VcsRepositoryIdentifierModifier and TypeMethodDescription@NotNull VcsRepositoryIdentifierVcsRepository.getIdentifier()Returns identifier for this object.References repository by name.References repository by oid.References repository by oid.Methods in com.atlassian.bamboo.specs.api.builders.repository with parameters of type VcsRepositoryIdentifierModifier and TypeMethodDescriptionstatic 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. -
Uses of VcsRepositoryIdentifier in com.atlassian.bamboo.specs.api.builders.trigger
Methods in com.atlassian.bamboo.specs.api.builders.trigger with parameters of type VcsRepositoryIdentifierModifier and TypeMethodDescriptionRepositoryBasedTrigger.selectedTriggeringRepositories(@NotNull VcsRepositoryIdentifier... triggeringRepositories) Adds the source repository for the trigger.
Plan.linkedRepositories(String...)