| Package | Description |
|---|---|
| org.everit.atlassian.restclient.jiracloud.v2.api | |
| org.everit.atlassian.restclient.jiracloud.v2.model |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<NotificationScheme> |
IssueNotificationSchemesApi.getNotificationScheme(Long id,
Optional<String> expand,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get notification scheme
Returns a [notification scheme](https://confluence.atlassian.com/x/8YdKLg), including the list of events and the recipients who will receive notifications for those events.
|
io.reactivex.Single<NotificationScheme> |
NotificationSchemeApi.getNotificationScheme(Long id,
Optional<String> expand,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get notification scheme
Returns a notification scheme, including the list of events and the recipients who will receive notifications for those events.
|
io.reactivex.Single<NotificationScheme> |
ProjectNotificationSchemeApi.getNotificationScheme(String projectKeyOrId,
Optional<String> expand,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get project notification scheme
Gets a notification scheme associated with the project.
|
io.reactivex.Single<NotificationScheme> |
ProjectsApi.getNotificationSchemeForProject(String projectKeyOrId,
Optional<String> expand,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get project notification scheme
Gets a [notification scheme](https://confluence.atlassian.com/x/8YdKLg) associated with the project.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationScheme |
NotificationScheme.addNotificationSchemeEventsItem(NotificationSchemeEvent notificationSchemeEventsItem) |
NotificationScheme |
NotificationScheme.description(String description) |
NotificationScheme |
NotificationScheme.expand(String expand) |
NotificationScheme |
NotificationScheme.id(Long id) |
NotificationScheme |
NotificationScheme.name(String name) |
NotificationScheme |
NotificationScheme.notificationSchemeEvents(List<NotificationSchemeEvent> notificationSchemeEvents) |
NotificationScheme |
NotificationScheme.scope(Scope scope) |
NotificationScheme |
NotificationScheme.self(String self) |
| Modifier and Type | Method and Description |
|---|---|
List<NotificationScheme> |
PageBeanNotificationScheme.getValues()
The list of items.
|
Copyright © 2011–2021 Everit Kft.. All rights reserved.