Uses of Enum Class
com.atlassian.bamboo.chains.branches.BranchNotificationStrategy
Package
Description
-
Uses of BranchNotificationStrategy in com.atlassian.bamboo.chains.branches
Modifier and TypeMethodDescriptionstatic @NotNull BranchNotificationStrategy
static @NotNull BranchNotificationStrategy
BranchNotificationStrategy.fromSpecsConstant
(com.atlassian.bamboo.specs.api.model.plan.branches.PlanBranchManagementProperties.NotificationStrategy exportConstant) Converts the given Bamboo Specs constant to an instance of this enum.static BranchNotificationStrategy
Returns the enum constant of this class with the specified name.static BranchNotificationStrategy[]
BranchNotificationStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BranchNotificationStrategy in com.atlassian.bamboo.plan.branch
Modifier and TypeMethodDescriptionBranchMonitoringConfiguration.getDefaultBranchNotificationStrategy()
BranchMonitoringConfigurationImpl.getDefaultBranchNotificationStrategy()
BranchSpecificConfiguration.getNotificationStrategy()
Modifier and TypeMethodDescriptionvoid
BranchMonitoringConfiguration.setDefaultBranchNotificationStrategy
(BranchNotificationStrategy branchNotificationStrategy) void
BranchMonitoringConfigurationImpl.setDefaultBranchNotificationStrategy
(BranchNotificationStrategy defaultBranchNotificationStrategy) void
BranchSpecificConfiguration.setNotificationStrategy
(BranchNotificationStrategy notificationStrategy) -
Uses of BranchNotificationStrategy in com.atlassian.bamboo.ww2.actions.branch
Modifier and TypeMethodDescriptionConfigureBranches.getNotificationStrategies()
EditChainBranchNotifications.getNotificationStrategies()