Uses of Class
org.gitlab4j.api.models.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(long groupId)
Get the notification settings for a group.NotificationSettings
NotificationSettingsApi. getProjectNotificationSettings(long projectId)
Get the notification settings for a project.NotificationSettings
NotificationSettingsApi. updateGlobalNotificationSettings(NotificationSettings settings)
Update the global notification settings.NotificationSettings
NotificationSettingsApi. updateGroupNotificationSettings(long groupId, NotificationSettings settings)
Update the notification settings for a groupNotificationSettings
NotificationSettingsApi. updateProjectNotificationSettings(long 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(long groupId, NotificationSettings settings)
Update the notification settings for a groupNotificationSettings
NotificationSettingsApi. updateProjectNotificationSettings(long projectId, NotificationSettings settings)
Update the notification settings for a project