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.BranchesToBeNotified
EmailOnPushService. getBranchesToBeNotified()
static NotificationService.BranchesToBeNotified
NotificationService.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 void
EmailOnPushService. setBranchesToBeNotified(NotificationService.BranchesToBeNotified branchesToBeNotified)
EmailOnPushService
EmailOnPushService. withBranchesToBeNotified(NotificationService.BranchesToBeNotified branchesToBeNotified)