Uses of Class
com.atlassian.bamboo.specs.api.builders.repository.VcsRepositoryIdentifier
-
Packages that use VcsRepositoryIdentifier Package Description com.atlassian.bamboo.specs.api.builders.plan Plan, plan branches, stages and jobs.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.api.builders.trigger 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 VcsRepositoryIdentifier Modifier and Type Method Description PlanPlan. linkedRepositories(@NotNull VcsRepositoryIdentifier... repositories)Deprecated.since 6.2, usePlan.linkedRepositories(String...) -
Uses of VcsRepositoryIdentifier in com.atlassian.bamboo.specs.api.builders.repository
Methods in com.atlassian.bamboo.specs.api.builders.repository that return VcsRepositoryIdentifier Modifier and Type Method Description @NotNull VcsRepositoryIdentifierVcsRepository. getIdentifier()Returns identifier for this object.VcsRepositoryIdentifierVcsRepositoryIdentifier. name(@NotNull String name)References repository by name.VcsRepositoryIdentifierVcsRepositoryIdentifier. oid(@NotNull BambooOid oid)References repository by oid.VcsRepositoryIdentifierVcsRepositoryIdentifier. oid(@NotNull String oid)References repository by oid.Methods in com.atlassian.bamboo.specs.api.builders.repository with parameters of type VcsRepositoryIdentifier Modifier and Type Method Description 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. -
Uses of VcsRepositoryIdentifier in com.atlassian.bamboo.specs.api.builders.trigger
Methods in com.atlassian.bamboo.specs.api.builders.trigger with parameters of type VcsRepositoryIdentifier Modifier and Type Method Description TRepositoryBasedTrigger. selectedTriggeringRepositories(@NotNull VcsRepositoryIdentifier... triggeringRepositories)Adds the source repository for the trigger.
-