Uses of Class
io.gitea.model.NotificationSubject
| Package | Description |
|---|---|
| io.gitea.model |
-
Uses of NotificationSubject in io.gitea.model
Methods in io.gitea.model that return NotificationSubject Modifier and Type Method Description NotificationSubjectNotificationThread. getSubject()Get subjectNotificationSubjectNotificationSubject. latestCommentUrl(java.lang.String latestCommentUrl)NotificationSubjectNotificationSubject. state(java.lang.String state)NotificationSubjectNotificationSubject. title(java.lang.String title)NotificationSubjectNotificationSubject. type(java.lang.String type)NotificationSubjectNotificationSubject. url(java.lang.String url)Methods in io.gitea.model with parameters of type NotificationSubject Modifier and Type Method Description voidNotificationThread. setSubject(NotificationSubject subject)NotificationThreadNotificationThread. subject(NotificationSubject subject)