Uses of Class
com.atlassian.bamboo.chains.branches.BranchNotificationStrategy
-
Packages that use BranchNotificationStrategy Package Description com.atlassian.bamboo.chains.branches com.atlassian.bamboo.plan.branch com.atlassian.bamboo.ww2.actions.branch -
-
Uses of BranchNotificationStrategy in com.atlassian.bamboo.chains.branches
Methods in com.atlassian.bamboo.chains.branches that return BranchNotificationStrategy Modifier and Type Method Description static @NotNull BranchNotificationStrategy
BranchNotificationStrategy. fromKey(@NotNull String key)
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
BranchNotificationStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static BranchNotificationStrategy[]
BranchNotificationStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BranchNotificationStrategy in com.atlassian.bamboo.plan.branch
Methods in com.atlassian.bamboo.plan.branch that return BranchNotificationStrategy Modifier and Type Method Description BranchNotificationStrategy
BranchMonitoringConfiguration. getDefaultBranchNotificationStrategy()
BranchNotificationStrategy
BranchMonitoringConfigurationImpl. getDefaultBranchNotificationStrategy()
BranchNotificationStrategy
BranchSpecificConfiguration. getNotificationStrategy()
Methods in com.atlassian.bamboo.plan.branch with parameters of type BranchNotificationStrategy Modifier and Type Method Description void
BranchMonitoringConfiguration. setDefaultBranchNotificationStrategy(BranchNotificationStrategy branchNotificationStrategy)
void
BranchMonitoringConfigurationImpl. setDefaultBranchNotificationStrategy(BranchNotificationStrategy defaultBranchNotificationStrategy)
void
BranchSpecificConfiguration. setNotificationStrategy(BranchNotificationStrategy notificationStrategy)
-
Uses of BranchNotificationStrategy in com.atlassian.bamboo.ww2.actions.branch
Methods in com.atlassian.bamboo.ww2.actions.branch that return types with arguments of type BranchNotificationStrategy Modifier and Type Method Description List<BranchNotificationStrategy>
ConfigureBranches. getNotificationStrategies()
List<BranchNotificationStrategy>
EditChainBranchNotifications. getNotificationStrategies()
-