Uses of Interface
ru.slie.luna.issue.history.ChangeGroup
Packages that use ChangeGroup
-
Uses of ChangeGroup in ru.slie.luna.event
Methods in ru.slie.luna.event that return ChangeGroupMethods in ru.slie.luna.event with parameters of type ChangeGroupModifier and TypeMethodDescriptionvoidIssueEventPublisher.issueEvent(User user, Issue issue, IssueEventType issueEventType, ChangeGroup changes, Comment comment, boolean pushEvent, boolean sendNotify) voidIssueEventPublisher.issueUpdated(User user, Issue issue, ChangeGroup changes, Comment comment, boolean pushEvent, boolean sendNotify) -
Uses of ChangeGroup in ru.slie.luna.issue.history
Methods in ru.slie.luna.issue.history that return types with arguments of type ChangeGroupModifier and TypeMethodDescriptionChangeHistoryManager.getChangeById(Long changeId) ChangeHistoryManager.getChangesForIssue(Issue issue) ChangeHistoryManager.getChangesForIssue(Issue issue, SearchParams searchParams, boolean newestFirst) ChangeHistoryManager.searchChanges(ChangesSearchParams searchParams)