Uses of Class
org.gitlab4j.api.models.NotificationSettings
Packages that use NotificationSettings
-
Uses of NotificationSettings in org.gitlab4j.api
Methods in org.gitlab4j.api that return NotificationSettingsModifier and TypeMethodDescriptionNotificationSettingsApi.getGlobalNotificationSettings()Get the global notification settings.NotificationSettingsApi.getGroupNotificationSettings(long groupId) Get the notification settings for a group.NotificationSettingsApi.getProjectNotificationSettings(long projectId) Get the notification settings for a project.NotificationSettingsApi.updateGlobalNotificationSettings(NotificationSettings settings) Update the global notification settings.NotificationSettingsApi.updateGroupNotificationSettings(long groupId, NotificationSettings settings) Update the notification settings for a groupNotificationSettingsApi.updateProjectNotificationSettings(long projectId, NotificationSettings settings) Update the notification settings for a projectMethods in org.gitlab4j.api with parameters of type NotificationSettingsModifier and TypeMethodDescriptionNotificationSettingsApi.updateGlobalNotificationSettings(NotificationSettings settings) Update the global notification settings.NotificationSettingsApi.updateGroupNotificationSettings(long groupId, NotificationSettings settings) Update the notification settings for a groupNotificationSettingsApi.updateProjectNotificationSettings(long projectId, NotificationSettings settings) Update the notification settings for a project