Uses of Class
org.gitlab4j.api.services.EmailOnPushService
| Package | Description |
|---|---|
| org.gitlab4j.api | |
| org.gitlab4j.api.services |
-
Uses of EmailOnPushService in org.gitlab4j.api
Methods in org.gitlab4j.api that return EmailOnPushService Modifier and Type Method Description EmailOnPushServiceServicesApi. getEmailOnPushService(Object projectIdOrPath)Get Emails on push service settings for a project.EmailOnPushServiceServicesApi. updateEmailOnPushService(Object projectIdOrPath, EmailOnPushService emailsOnPush)Updates the EmailsOnPush service settings for a project.Methods in org.gitlab4j.api with parameters of type EmailOnPushService Modifier and Type Method Description EmailOnPushServiceServicesApi. updateEmailOnPushService(Object projectIdOrPath, EmailOnPushService emailsOnPush)Updates the EmailsOnPush service settings for a project. -
Uses of EmailOnPushService in org.gitlab4j.api.services
Methods in org.gitlab4j.api.services that return EmailOnPushService Modifier and Type Method Description EmailOnPushServiceEmailOnPushService. withBranchesToBeNotified(NotificationService.BranchesToBeNotified branchesToBeNotified)EmailOnPushServiceEmailOnPushService. withDisableDiffs(Boolean disableDiffs)EmailOnPushServiceEmailOnPushService. withPushEvents(Boolean pushEvents)EmailOnPushServiceEmailOnPushService. withRecipients(String recipients)EmailOnPushServiceEmailOnPushService. withSendFromCommitterEmail(Boolean sendFromCommitterEmail)EmailOnPushServiceEmailOnPushService. withTagPushEvents(Boolean pushEvents)