Uses of Class
com.atlassian.bamboo.specs.api.model.plan.branches.BranchIntegrationProperties
Packages that use BranchIntegrationProperties
Package
Description
Automatic branch creation, integration and cleanup.
Automatic branch creation, integration and cleanup.
-
Uses of BranchIntegrationProperties in com.atlassian.bamboo.specs.api.builders.plan.branches
Methods in com.atlassian.bamboo.specs.api.builders.plan.branches that return BranchIntegrationPropertiesModifier and TypeMethodDescriptionprotected BranchIntegrationPropertiesBranchIntegration.build() -
Uses of BranchIntegrationProperties in com.atlassian.bamboo.specs.api.model.plan.branches
Methods in com.atlassian.bamboo.specs.api.model.plan.branches that return BranchIntegrationPropertiesModifier and TypeMethodDescription@Nullable BranchIntegrationPropertiesPlanBranchConfigurationProperties.getBranchIntegrationProperties()@Nullable BranchIntegrationPropertiesPlanBranchManagementProperties.getBranchIntegrationProperties()Constructors in com.atlassian.bamboo.specs.api.model.plan.branches with parameters of type BranchIntegrationPropertiesModifierConstructorDescriptionPlanBranchConfigurationProperties(@NotNull BranchIntegrationProperties branchIntegration, boolean cleanupEnabled) PlanBranchManagementProperties(CreatePlanBranchesProperties createPlanBranch, BranchCleanupProperties deletePlanBranch, PlanBranchManagementProperties.TriggeringOption triggeringOption, TriggerProperties defaultTrigger, PlanBranchManagementProperties.NotificationStrategy notificationStrategy, BranchIntegrationProperties branchIntegrationProperties, boolean issueLinkingEnabled)