Package | Description |
---|---|
org.gitlab4j.api | |
org.gitlab4j.api.services |
Modifier and Type | Method and Description |
---|---|
EmailOnPushService |
ServicesApi.getEmailOnPushService(Object projectIdOrPath)
Get Emails on push service settings for a project.
|
EmailOnPushService |
ServicesApi.updateEmailOnPushService(Object projectIdOrPath,
EmailOnPushService emailsOnPush)
Updates the EmailsOnPush service settings for a project.
|
Modifier and Type | Method and Description |
---|---|
EmailOnPushService |
ServicesApi.updateEmailOnPushService(Object projectIdOrPath,
EmailOnPushService emailsOnPush)
Updates the EmailsOnPush service settings for a project.
|
Modifier and Type | Method and Description |
---|---|
EmailOnPushService |
EmailOnPushService.withBranchesToBeNotified(NotificationService.BranchesToBeNotified branchesToBeNotified) |
EmailOnPushService |
EmailOnPushService.withDisableDiffs(Boolean disableDiffs) |
EmailOnPushService |
EmailOnPushService.withPushEvents(Boolean pushEvents) |
EmailOnPushService |
EmailOnPushService.withRecipients(String recipients) |
EmailOnPushService |
EmailOnPushService.withSendFromCommitterEmail(Boolean sendFromCommitterEmail) |
EmailOnPushService |
EmailOnPushService.withTagPushEvents(Boolean pushEvents) |
Copyright © 2021. All rights reserved.