Uses of Enum Class
com.atlassian.bamboo.specs.api.model.plan.branches.PlanBranchManagementProperties.NotificationStrategy
Packages that use PlanBranchManagementProperties.NotificationStrategy
Package
Description
Automatic branch creation, integration and cleanup.
-
Uses of PlanBranchManagementProperties.NotificationStrategy in com.atlassian.bamboo.specs.api.model.plan.branches
Methods in com.atlassian.bamboo.specs.api.model.plan.branches that return PlanBranchManagementProperties.NotificationStrategyModifier and TypeMethodDescriptionPlanBranchManagementProperties.getNotificationStrategy()Returns the enum constant of this class with the specified name.PlanBranchManagementProperties.NotificationStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.atlassian.bamboo.specs.api.model.plan.branches with parameters of type PlanBranchManagementProperties.NotificationStrategyModifierConstructorDescriptionPlanBranchManagementProperties(CreatePlanBranchesProperties createPlanBranch, BranchCleanupProperties deletePlanBranch, PlanBranchManagementProperties.TriggeringOption triggeringOption, TriggerProperties defaultTrigger, PlanBranchManagementProperties.NotificationStrategy notificationStrategy, BranchIntegrationProperties branchIntegrationProperties, boolean issueLinkingEnabled)