Uses of Interface
ru.slie.luna.event.type.IssueEventType
Packages that use IssueEventType
-
Uses of IssueEventType in ru.slie.luna.event.type
Methods in ru.slie.luna.event.type that return IssueEventTypeModifier and TypeMethodDescriptionIssueEventTypeManager.update(Long eventTypeId, String name, String description, Long baseEventTypeId) Methods in ru.slie.luna.event.type that return types with arguments of type IssueEventTypeModifier and TypeMethodDescriptionIssueEventTypeManager.getAll()IssueEventTypeManager.getByIds(Collection<Long> ids) -
Uses of IssueEventType in ru.slie.luna.notification
Methods in ru.slie.luna.notification with parameters of type IssueEventTypeModifier and TypeMethodDescriptionvoidNotificationSchemaManager.addGroups(NotificationSchema schema, IssueEventType eventType, Collection<Group> groups) voidNotificationSchemaManager.addRoles(NotificationSchema schema, IssueEventType eventType, Collection<ProjectRole> roles) voidNotificationSchemaManager.addUserFields(NotificationSchema schema, IssueEventType eventType, Collection<IssueField> fields) voidNotificationSchemaManager.addUsers(NotificationSchema schema, IssueEventType eventType, Collection<User> users) voidNotificationSchemaManager.removeGroups(NotificationSchema schema, IssueEventType eventType, Collection<Group> groups) voidNotificationSchemaManager.removeRoles(NotificationSchema schema, IssueEventType eventType, Collection<ProjectRole> roles) voidNotificationSchemaManager.removeUserFields(NotificationSchema schema, IssueEventType eventType, Collection<IssueField> fields) voidNotificationSchemaManager.removeUsers(NotificationSchema schema, IssueEventType eventType, Collection<User> users)