Uses of Class
com.atlassian.bamboo.plan.branch.BranchIntegrationPointImpl
Packages that use BranchIntegrationPointImpl
-
Uses of BranchIntegrationPointImpl in com.atlassian.bamboo.plan.branch
Methods in com.atlassian.bamboo.plan.branch that return BranchIntegrationPointImplModifier and TypeMethodDescriptionstatic @NotNull BranchIntegrationPointImplBranchIntegrationPointImpl.forOldIntegrationPointWithNewPlanKey(BranchIntegrationPoint integrationPoint, @Nullable PlanKey planKey) Creates an integration point for a given old integration point with overwritten plan key.static @NotNull BranchIntegrationPointImplBranchIntegrationPointImpl.forPlanBranch(@NotNull PlanKey branchKey) Creates an integration point for a given plan branch.static @NotNull BranchIntegrationPointImplBranchIntegrationPointImpl.forVcsReference(@NotNull String vcsReference) Creates an integration point for the given VCS reference.