Package | Description |
---|---|
org.gitlab4j.api.services |
Modifier and Type | Method and Description |
---|---|
NotificationService.BranchesToBeNotified |
SlackService.getBranchesToBeNotified() |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
SlackService.setBranchesToBeNotified(NotificationService.BranchesToBeNotified branchesToBeNotified) |
void |
EmailOnPushService.setBranchesToBeNotified(NotificationService.BranchesToBeNotified branchesToBeNotified) |
SlackService |
SlackService.withBranchesToBeNotified(NotificationService.BranchesToBeNotified branchesToBeNotified) |
EmailOnPushService |
EmailOnPushService.withBranchesToBeNotified(NotificationService.BranchesToBeNotified branchesToBeNotified) |
Copyright © 2022. All rights reserved.