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.com.atlassian.bamboo.specs.builders.task Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script. -
-
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 java.lang.String name)References repository by name.VcsRepositoryIdentifierVcsRepositoryIdentifier. oid(@NotNull BambooOid oid)References repository by oid.VcsRepositoryIdentifierVcsRepositoryIdentifier. oid(@NotNull java.lang.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. -
Uses of VcsRepositoryIdentifier in com.atlassian.bamboo.specs.builders.task
Methods in com.atlassian.bamboo.specs.builders.task with parameters of type VcsRepositoryIdentifier Modifier and Type Method Description VcsCheckoutTaskVcsCheckoutTask. addCheckoutOfRepository(@NotNull VcsRepositoryIdentifier repositoryIdentifier)Adds checkout request for one of plan's repositories into the build directory.TBaseVcsTask. repository(@NotNull VcsRepositoryIdentifier repositoryIdentifier)Sets the repository for this task.BuildWarningParserTaskBuildWarningParserTask. repository(@NotNull VcsRepositoryIdentifier repositoryIdentifier)Sets the repository for this task.CheckoutItemCheckoutItem. repository(@NotNull VcsRepositoryIdentifier repositoryIdentifier)Sets this checkout request for a particular repository.
-