Uses of Interface
com.atlassian.bamboo.plan.branch.BranchIntegrationPoint
-
Packages that use BranchIntegrationPoint Package Description com.atlassian.bamboo.plan.branch -
-
Uses of BranchIntegrationPoint in com.atlassian.bamboo.plan.branch
Classes in com.atlassian.bamboo.plan.branch that implement BranchIntegrationPoint Modifier and Type Class Description class
BranchIntegrationPointImpl
Methods in com.atlassian.bamboo.plan.branch that return BranchIntegrationPoint Modifier and Type Method Description static @Nullable BranchIntegrationPoint
BranchIntegrationPointImpl. changeDetectionIntegrationPointForChain(@NotNull ImmutableChain chain)
Finds the best possible branch integration point for change detection, according to chain branch configuration.@NotNull BranchIntegrationPoint
BranchIntegrationConfiguration. getIntegrationPoint()
@NotNull BranchIntegrationPoint
BranchIntegrationConfigurationImpl. getIntegrationPoint()
Methods in com.atlassian.bamboo.plan.branch with parameters of type BranchIntegrationPoint 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.@NotNull PlanRepositoryDefinition
BranchIntegrationService. getIntegrationRepository(@NotNull ImmutablePlan plan, @NotNull BranchIntegrationPoint branchIntegrationPoint)
Get repository configured as integration point for arbitrary defined integration point (vcs branch or plan)@NotNull PlanRepositoryDefinition
BranchIntegrationServiceImpl. getIntegrationRepository(@NotNull ImmutablePlan plan, @NotNull BranchIntegrationPoint branchIntegrationPoint)
void
BranchIntegrationConfigurationImpl. setBranchIntegrationPoint(@NotNull BranchIntegrationPoint branchIntegrationPoint)
Constructors in com.atlassian.bamboo.plan.branch with parameters of type BranchIntegrationPoint Constructor Description BranchIntegrationConfigurationImpl(boolean enabled, BranchIntegrationStrategy strategy, BranchIntegrationPoint branchIntegrationPoint, boolean pushEnabled, boolean isDefaultConfiguration)
-