Uses of Class
org.gitlab4j.api.services.NotificationService.BranchesToBeNotified
| Package | Description |
|---|---|
| org.gitlab4j.api.services |
-
Uses of NotificationService.BranchesToBeNotified in org.gitlab4j.api.services
Methods in org.gitlab4j.api.services that return NotificationService.BranchesToBeNotified Modifier and Type Method Description NotificationService.BranchesToBeNotifiedEmailOnPushService. getBranchesToBeNotified()static NotificationService.BranchesToBeNotifiedNotificationService.BranchesToBeNotified. valueOf(String name)Returns the enum constant of this type with the specified name.static NotificationService.BranchesToBeNotified[]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.BranchesToBeNotified Modifier and Type Method Description voidEmailOnPushService. setBranchesToBeNotified(NotificationService.BranchesToBeNotified branchesToBeNotified)EmailOnPushServiceEmailOnPushService. withBranchesToBeNotified(NotificationService.BranchesToBeNotified branchesToBeNotified)