Package | Description |
---|---|
org.gitlab4j.api |
Modifier and Type | Method and 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
|
NotificationSettings |
NotificationSettingsApi.updateProjectNotificationSettings(int projectId,
NotificationSettings settings)
Update the notification settings for a project
|
Modifier and Type | Method and 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
|
NotificationSettings |
NotificationSettingsApi.updateProjectNotificationSettings(int projectId,
NotificationSettings settings)
Update the notification settings for a project
|
Copyright © 2019. All rights reserved.