Uses of Interface
ru.slie.luna.issue.worklog.Worklog
Packages that use Worklog
-
Uses of Worklog in ru.slie.luna.event
Methods in ru.slie.luna.event that return WorklogMethods in ru.slie.luna.event with parameters of type WorklogModifier and TypeMethodDescriptionvoidIssueEventManager.dispatchEvent(long eventTypeId, IssueEventSource source, User initiator, Issue issue, Comment comment, Worklog worklog, ChangeGroup changeGroup, Map<String, Object> params, boolean sendNotify) -
Uses of Worklog in ru.slie.luna.issue.worklog
Methods in ru.slie.luna.issue.worklog that return WorklogModifier and TypeMethodDescriptionWorklogManager.create(WorklogBuilder worklogBuilder, boolean fireEvent, boolean sendNotify) Methods in ru.slie.luna.issue.worklog that return types with arguments of type WorklogModifier and TypeMethodDescriptionWorklogManager.getByIds(Collection<Long> worklogIds) WorklogManager.getForIssue(Issue issue) WorklogManager.getForIssue(Issue issue, SearchParams searchParams, boolean newestFirst) WorklogManager.search(SearchQuery issuesQuery, WorklogSearchParams worklogSearchParams) WorklogManager.search(WorklogSearchParams worklogSearchParams) Methods in ru.slie.luna.issue.worklog with parameters of type Worklog