Uses of Interface
ru.slie.luna.notification.NotificationSchema
Packages that use NotificationSchema
-
Uses of NotificationSchema in ru.slie.luna.notification
Methods in ru.slie.luna.notification that return NotificationSchemaModifier and TypeMethodDescriptionNotificationSchemaManager.createSchema(String name, String description) Methods in ru.slie.luna.notification that return types with arguments of type NotificationSchemaModifier and TypeMethodDescriptionNotificationSchemaManager.findSchemas(String term, SearchParams params) Methods in ru.slie.luna.notification with parameters of type NotificationSchemaModifier 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) NotificationSchemaManager.deleteSchema(NotificationSchema notificationSchema) 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) voidNotificationSchemaManager.updateSchema(NotificationSchema notificationSchema, String name, String description) -
Uses of NotificationSchema in ru.slie.luna.project
Methods in ru.slie.luna.project with parameters of type NotificationSchemaModifier and TypeMethodDescriptionvoidProject.setNotificationSchema(NotificationSchema notificationSchema) -
Uses of NotificationSchema in ru.slie.luna.project.template
Methods in ru.slie.luna.project.template that return NotificationSchemaModifier and TypeMethodDescriptionProjectTemplate.getNotificationSchema(ProjectCreationData projectCreationData)