Klasse NotificationTo.NotificationToBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.NotificationTo.NotificationToBuilder
- Umschließende Klasse:
NotificationTo
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungWhether the notification should be sent to the issue's assignees.build()
List of groupIds to receive the notification.List of groups to receive the notification.Whether the notification should be sent to the issue's reporter.toString()
users
(List<UserDetails> users) List of users to receive the notification.Whether the notification should be sent to the issue's voters.Whether the notification should be sent to the issue's watchers.
-
Methodendetails
-
assignee
Whether the notification should be sent to the issue's assignees.- Gibt zurück:
this
.
-
groupIds
List of groupIds to receive the notification.- Gibt zurück:
this
.
-
groups
List of groups to receive the notification.- Gibt zurück:
this
.
-
reporter
Whether the notification should be sent to the issue's reporter.- Gibt zurück:
this
.
-
users
List of users to receive the notification.- Gibt zurück:
this
.
-
voters
Whether the notification should be sent to the issue's voters.- Gibt zurück:
this
.
-
watchers
Whether the notification should be sent to the issue's watchers.- Gibt zurück:
this
.
-
build
-
toString
-