Uses of Class
com.atlassian.bamboo.specs.api.model.plan.branches.BranchIntegrationProperties
-
Packages that use BranchIntegrationProperties Package Description com.atlassian.bamboo.specs.api.builders.plan.branches Automatic branch creation, integration and cleanup.com.atlassian.bamboo.specs.api.model.plan.branches 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 BranchIntegrationProperties Modifier and Type Method Description protected BranchIntegrationProperties
BranchIntegration. 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 BranchIntegrationProperties Modifier and Type Method Description @Nullable BranchIntegrationProperties
PlanBranchConfigurationProperties. getBranchIntegrationProperties()
@Nullable BranchIntegrationProperties
PlanBranchManagementProperties. getBranchIntegrationProperties()
Constructors in com.atlassian.bamboo.specs.api.model.plan.branches with parameters of type BranchIntegrationProperties Constructor Description PlanBranchConfigurationProperties(@NotNull BranchIntegrationProperties branchIntegration, boolean cleanupEnabled)
PlanBranchManagementProperties(CreatePlanBranchesProperties createPlanBranch, BranchCleanupProperties deletePlanBranch, PlanBranchManagementProperties.TriggeringOption triggeringOption, TriggerProperties defaultTrigger, PlanBranchManagementProperties.NotificationStrategy notificationStrategy, BranchIntegrationProperties branchIntegrationProperties, boolean issueLinkingEnabled)
-