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