Uses of Class
org.gitlab4j.api.models.NotificationSettings
-
Packages that use NotificationSettings Package Description org.gitlab4j.api -
-
Uses of NotificationSettings in org.gitlab4j.api
Methods in org.gitlab4j.api that return NotificationSettings Modifier and Type Method Description NotificationSettingsNotificationSettingsApi. getGlobalNotificationSettings()Get the global notification settings.NotificationSettingsNotificationSettingsApi. getGroupNotificationSettings(int groupId)Get the notification settings for a group.NotificationSettingsNotificationSettingsApi. getProjectNotificationSettings(int projectId)Get the notification settings for a project.NotificationSettingsNotificationSettingsApi. updateGlobalNotificationSettings(NotificationSettings settings)Update the global notification settings.NotificationSettingsNotificationSettingsApi. updateGroupNotificationSettings(int groupId, NotificationSettings settings)Update the notification settings for a groupNotificationSettingsNotificationSettingsApi. updateProjectNotificationSettings(int projectId, NotificationSettings settings)Update the notification settings for a projectMethods in org.gitlab4j.api with parameters of type NotificationSettings Modifier and Type Method Description NotificationSettingsNotificationSettingsApi. updateGlobalNotificationSettings(NotificationSettings settings)Update the global notification settings.NotificationSettingsNotificationSettingsApi. updateGroupNotificationSettings(int groupId, NotificationSettings settings)Update the notification settings for a groupNotificationSettingsNotificationSettingsApi. updateProjectNotificationSettings(int projectId, NotificationSettings settings)Update the notification settings for a project
-