Uses of Class
ru.slie.luna.issue.worklog.WorklogSearchParams
Packages that use WorklogSearchParams
-
Uses of WorklogSearchParams in ru.slie.luna.issue.worklog
Methods in ru.slie.luna.issue.worklog that return WorklogSearchParamsModifier and TypeMethodDescriptionWorklogSearchParams.createdAfter(LocalDateTime createdAfter) WorklogSearchParams.createdBefore(LocalDateTime createdBefore) static WorklogSearchParamsWorklogSearchParams.forPage(int page, int limit) WorklogSearchParams.forUpdater(Long... updaterIds) WorklogSearchParams.maxDuration(Duration maxDuration) WorklogSearchParams.minDuration(Duration minDuration) WorklogSearchParams.newestFirst(boolean newestFirst) WorklogSearchParams.startedAfter(LocalDateTime startedAfter) WorklogSearchParams.startedBefore(LocalDateTime startedBefore) Methods in ru.slie.luna.issue.worklog with parameters of type WorklogSearchParamsModifier and TypeMethodDescriptionWorklogManager.search(SearchQuery issuesQuery, WorklogSearchParams worklogSearchParams) WorklogManager.search(WorklogSearchParams worklogSearchParams)