Package | Description |
---|---|
org.gitlab4j.api |
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 group
PUT /groups/:id/notification_settings
|
NotificationSettings |
NotificationSettingsApi.updateProjectNotificationSettings(int projectId,
NotificationSettings settings) |
Update the notification settings for a project
PUT /projects/:id/notification_settings
|
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 group
PUT /groups/:id/notification_settings
|
NotificationSettings |
NotificationSettingsApi.updateProjectNotificationSettings(int projectId,
NotificationSettings settings) |
Update the notification settings for a project
PUT /projects/:id/notification_settings
|
Copyright © 2018. All rights reserved.