Uses of Interface
com.atlassian.bamboo.plan.branch.BranchIntegrationConfiguration
Packages that use BranchIntegrationConfiguration
Package
Description
-
Uses of BranchIntegrationConfiguration in com.atlassian.bamboo.build
Fields in com.atlassian.bamboo.build declared as BranchIntegrationConfigurationModifier and TypeFieldDescriptionprotected BranchIntegrationConfigurationDefaultBuildDefinition.branchIntegrationConfigurationMethods in com.atlassian.bamboo.build that return BranchIntegrationConfigurationModifier and TypeMethodDescription@NotNull BranchIntegrationConfigurationBuildDefinition.getBranchIntegrationConfiguration()Returns ChainBranch integration strategy settings, including the branch to merge with, and...@NotNull BranchIntegrationConfigurationDefaultBuildDefinition.getBranchIntegrationConfiguration()@Nullable BranchIntegrationConfigurationPartialBuildDefinition.getBranchIntegrationConfiguration()Methods in com.atlassian.bamboo.build with parameters of type BranchIntegrationConfigurationModifier and TypeMethodDescriptionvoidBuildDefinition.setBranchIntegrationConfiguration(BranchIntegrationConfiguration branchIntegrationConfiguration) voidDefaultBuildDefinition.setBranchIntegrationConfiguration(@Nullable BranchIntegrationConfiguration branchIntegrationConfiguration) -
Uses of BranchIntegrationConfiguration in com.atlassian.bamboo.configuration.external.exporters
Methods in com.atlassian.bamboo.configuration.external.exporters with parameters of type BranchIntegrationConfigurationModifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.api.builders.plan.branches.BranchIntegrationChainBranchExporter.exportBranchIntegrationConfiguration(@NotNull BranchIntegrationConfiguration branchIntegrationConfiguration, @NotNull PlanKey chainKey, @NotNull PlanBranchWorkflow planBranchWorkflow) Exports branch merging configuration to properties@NotNull com.atlassian.bamboo.specs.api.builders.plan.branches.BranchIntegrationChainBranchExporterImpl.exportBranchIntegrationConfiguration(@NotNull BranchIntegrationConfiguration branchIntegrationConfiguration, @NotNull PlanKey chainKey, @NotNull PlanBranchWorkflow planBranchWorkflow) -
Uses of BranchIntegrationConfiguration in com.atlassian.bamboo.plan.branch
Classes in com.atlassian.bamboo.plan.branch that implement BranchIntegrationConfigurationMethods in com.atlassian.bamboo.plan.branch that return BranchIntegrationConfigurationModifier and TypeMethodDescriptionBranchMonitoringConfiguration.getDefaultBranchIntegrationConfiguration()BranchMonitoringConfigurationImpl.getDefaultBranchIntegrationConfiguration()Methods in com.atlassian.bamboo.plan.branch with parameters of type BranchIntegrationConfigurationModifier and TypeMethodDescription@NotNull ImmutableChainBranchIntegrationService.getIntegrationPlan(@NotNull BranchIntegrationConfiguration integrationConfiguration) Deprecated.since 6.0.@NotNull ImmutableChainBranchIntegrationServiceImpl.getIntegrationPlan(@NotNull BranchIntegrationConfiguration integrationConfiguration) Deprecated.since 6.0.voidBranchMonitoringConfiguration.setDefaultBranchIntegrationConfiguration(BranchIntegrationConfiguration defaultBranchIntegrationConfiguration) voidBranchMonitoringConfigurationImpl.setDefaultBranchIntegrationConfiguration(BranchIntegrationConfiguration defaultBranchIntegrationConfiguration) Constructors in com.atlassian.bamboo.plan.branch with parameters of type BranchIntegrationConfigurationModifierConstructorDescriptionBranchIntegrationConfigurationImpl(BranchIntegrationConfiguration other, boolean isDefaultConfiguration) BranchIntegrationConfigurationImpl(BranchIntegrationConfiguration other, boolean isDefaultConfiguration, boolean pushEnabled)