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 NotificationSettings
NotificationSettingsApi. getGlobalNotificationSettings()
Get the global notification settings.NotificationSettings
NotificationSettingsApi. getGroupNotificationSettings(int groupId)
Get the notification settings for a group.NotificationSettings
NotificationSettingsApi. getProjectNotificationSettings(int projectId)
Get the notification settings for a project.NotificationSettings
NotificationSettingsApi. updateGlobalNotificationSettings(NotificationSettings settings)
Update the global notification settings.NotificationSettings
NotificationSettingsApi. updateGroupNotificationSettings(int groupId, NotificationSettings settings)
Update the notification settings for a groupNotificationSettings
NotificationSettingsApi. 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 NotificationSettings
NotificationSettingsApi. updateGlobalNotificationSettings(NotificationSettings settings)
Update the global notification settings.NotificationSettings
NotificationSettingsApi. updateGroupNotificationSettings(int groupId, NotificationSettings settings)
Update the notification settings for a groupNotificationSettings
NotificationSettingsApi. updateProjectNotificationSettings(int projectId, NotificationSettings settings)
Update the notification settings for a project
-