| Package | Description |
|---|---|
| org.everit.atlassian.restclient.jiracloud.v3.model |
| Modifier and Type | Method and Description |
|---|---|
static WebhookDetails.EventsEnum |
WebhookDetails.EventsEnum.fromValue(String value) |
static WebhookDetails.EventsEnum |
WebhookDetails.EventsEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebhookDetails.EventsEnum[] |
WebhookDetails.EventsEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<WebhookDetails.EventsEnum> |
WebhookDetails.getEvents()
The Jira events that trigger the webhook.
|
| Modifier and Type | Method and Description |
|---|---|
WebhookDetails |
WebhookDetails.addEventsItem(WebhookDetails.EventsEnum eventsItem) |
| Modifier and Type | Method and Description |
|---|---|
WebhookDetails |
WebhookDetails.events(List<WebhookDetails.EventsEnum> events) |
void |
WebhookDetails.setEvents(List<WebhookDetails.EventsEnum> events) |
Copyright © 2011–2021 Everit Kft.. All rights reserved.