Uses of Enum Class
org.aoju.bus.gitlab.services.NotificationService.BranchesToBeNotified
Packages that use NotificationService.BranchesToBeNotified
-
Uses of NotificationService.BranchesToBeNotified in org.aoju.bus.gitlab.services
Methods in org.aoju.bus.gitlab.services that return NotificationService.BranchesToBeNotifiedModifier and TypeMethodDescriptionEmailOnPushService.getBranchesToBeNotified()SlackService.getBranchesToBeNotified()Returns the enum constant of this class with the specified name.NotificationService.BranchesToBeNotified.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.aoju.bus.gitlab.services with parameters of type NotificationService.BranchesToBeNotifiedModifier and TypeMethodDescriptionvoidEmailOnPushService.setBranchesToBeNotified(NotificationService.BranchesToBeNotified branchesToBeNotified) voidSlackService.setBranchesToBeNotified(NotificationService.BranchesToBeNotified branchesToBeNotified) EmailOnPushService.withBranchesToBeNotified(NotificationService.BranchesToBeNotified branchesToBeNotified) SlackService.withBranchesToBeNotified(NotificationService.BranchesToBeNotified branchesToBeNotified)