Uses of Class
org.gitlab4j.api.services.EmailOnPushService
Packages that use EmailOnPushService
-
Uses of EmailOnPushService in org.gitlab4j.api
Methods in org.gitlab4j.api that return EmailOnPushServiceModifier and TypeMethodDescriptionServicesApi.getEmailOnPushService(Object projectIdOrPath) Get Emails on push service settings for a project.ServicesApi.updateEmailOnPushService(Object projectIdOrPath, EmailOnPushService emailsOnPush) Updates the EmailsOnPush service settings for a project.Methods in org.gitlab4j.api with parameters of type EmailOnPushServiceModifier and TypeMethodDescriptionServicesApi.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 EmailOnPushServiceModifier and TypeMethodDescriptionEmailOnPushService.withBranchesToBeNotified(NotificationService.BranchesToBeNotified branchesToBeNotified) EmailOnPushService.withDisableDiffs(Boolean disableDiffs) EmailOnPushService.withPushEvents(Boolean pushEvents) EmailOnPushService.withRecipients(String recipients) EmailOnPushService.withSendFromCommitterEmail(Boolean sendFromCommitterEmail) EmailOnPushService.withTagPushEvents(Boolean pushEvents)