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 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.Methods in org.gitlab4j.api with parameters of type EmailOnPushService Modifier and Type Method Description EmailOnPushService
ServicesApi. 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 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)