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