Uses of Class
org.miaixz.bus.gitlab.services.EmailOnPushService
Packages that use EmailOnPushService
-
Uses of EmailOnPushService in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab 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.miaixz.bus.gitlab 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.miaixz.bus.gitlab.services
Methods in org.miaixz.bus.gitlab.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)