Uses of Interface
ru.slie.luna.issue.Issue
Packages that use Issue
Package
Description
-
Uses of Issue in ru.slie.luna.agile.sprint
Methods in ru.slie.luna.agile.sprint that return types with arguments of type Issue -
Uses of Issue in ru.slie.luna.event
Methods in ru.slie.luna.event that return IssueMethods in ru.slie.luna.event with parameters of type IssueModifier and TypeMethodDescriptionvoidIssueEventPublisher.issueCreated(User user, Issue issue, boolean pushEvent, boolean sendNotify) voidIssueEventPublisher.issueDeleted(User user, Issue issue, boolean pushEvent, boolean sendNotify) voidIssueEventPublisher.issueEvent(User user, Issue issue, IssueEventType issueEventType, boolean pushEvent, boolean sendNotify) voidIssueEventPublisher.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 Issue in ru.slie.luna.issue
Subinterfaces of Issue in ru.slie.luna.issueMethods in ru.slie.luna.issue that return IssueMethods in ru.slie.luna.issue that return types with arguments of type IssueModifier and TypeMethodDescriptionSearchService.search(User user, SearchQuery searchQuery, SearchParams searchParams) SearchService.searchIgnorePerms(SearchQuery searchQuery, SearchParams params) Methods in ru.slie.luna.issue with parameters of type IssueModifier and TypeMethodDescriptionvoidIssueManager.addWatcher(Issue issue, User user) IssueManager.deleteIssue(User user, Issue issue) IssueManager.deleteIssue(User user, Issue issue, Boolean fireEvent, Boolean sendNotify) booleanTransitionService.isActionAvailable(User user, Issue issue, WorkflowAction action) voidIssueManager.removeWatcher(Issue issue, User user) booleanIssueManager.toggleWatcher(Issue issue, User user) voidTransitionService.transitIssue(User user, Issue issue, int actionId) -
Uses of Issue in ru.slie.luna.issue.attachment
Methods in ru.slie.luna.issue.attachment with parameters of type IssueModifier and TypeMethodDescriptionAttachmentManager.create(User author, Issue issue, InputStream inputStream, String origFileName, String mimeType) AttachmentManager.create(User author, Issue issue, TempAttachment tempAttachment) AttachmentManager.getForIssue(Issue issue) AttachmentManager.search(Issue issue, String term, SearchParams params) AttachmentManager.search(Issue issue, SearchParams params) -
Uses of Issue in ru.slie.luna.issue.comment
Methods in ru.slie.luna.issue.comment with parameters of type IssueModifier and TypeMethodDescriptionCommentManager.getForIssue(Issue issue) CommentManager.getForIssue(Issue issue, SearchParams searchParams, boolean newestFirst) -
Uses of Issue in ru.slie.luna.issue.export
Method parameters in ru.slie.luna.issue.export with type arguments of type IssueModifier and TypeMethodDescriptionvoidIssuesExportModule.doExport(SearchResult<Issue> result, OutputStream stream, ExportParams exportParams) -
Uses of Issue in ru.slie.luna.issue.field.searcher
Methods in ru.slie.luna.issue.field.searcher with parameters of type IssueModifier and TypeMethodDescriptionvoidFieldSearcher.addDocumentIndex(org.apache.lucene.document.Document doc, Issue issue, IssueField field) FieldSearcherHistoriable.getIndexValue(@NonNull IssueField issueField, @NonNull Issue issue) -
Uses of Issue in ru.slie.luna.issue.field.type
Methods in ru.slie.luna.issue.field.type with parameters of type IssueModifier and TypeMethodDescriptionvoidFieldTypeRankable.moveAfter(IssueField issueField, MutableIssue issue, Issue afterIssue) voidFieldTypeRankable.moveBefore(IssueField issueField, MutableIssue issue, Issue beforeIssue) -
Uses of Issue in ru.slie.luna.issue.history
Methods in ru.slie.luna.issue.history with parameters of type IssueModifier and TypeMethodDescriptionChangeHistoryManager.getChangesForIssue(Issue issue) ChangeHistoryManager.getChangesForIssue(Issue issue, SearchParams searchParams, boolean newestFirst) -
Uses of Issue in ru.slie.luna.issue.index
Methods in ru.slie.luna.issue.index with parameters of type IssueModifier and TypeMethodDescriptionvoidvoidIssueIndexManager.reIndex(Issue issue, IssueIndexParams issueIndexParams) voidIssueIndexManager.tryReIndex(Issue issue) voidIssueIndexManager.tryReIndex(Issue issue, IssueIndexParams params) -
Uses of Issue in ru.slie.luna.issue.link
Methods in ru.slie.luna.issue.link that return IssueMethods in ru.slie.luna.issue.link with parameters of type IssueModifier and TypeMethodDescriptionIssueLinkManager.createLink(User user, Issue source, Issue target, IssueLinkType linkType) IssueLinkManager.getIncomingLinks(Issue issue) IssueLinkManager.getOutgoingLinks(Issue issue) -
Uses of Issue in ru.slie.luna.issue.workflow.action
Methods in ru.slie.luna.issue.workflow.action with parameters of type IssueModifier and TypeMethodDescriptionWorkflowActionValidator.getRequiredFields(User user, Issue issue) -
Uses of Issue in ru.slie.luna.issue.workflow.condition
Methods in ru.slie.luna.issue.workflow.condition with parameters of type Issue -
Uses of Issue in ru.slie.luna.issue.workflow.validator
Methods in ru.slie.luna.issue.workflow.validator with parameters of type Issue -
Uses of Issue in ru.slie.luna.issue.worklog
Methods in ru.slie.luna.issue.worklog that return IssueMethods in ru.slie.luna.issue.worklog with parameters of type IssueModifier and TypeMethodDescriptionWorklogManager.getForIssue(Issue issue) WorklogManager.getForIssue(Issue issue, SearchParams searchParams, boolean newestFirst) static WorklogBuilderWorklogBuilder.newBuilder(User author, Issue issue) -
Uses of Issue in ru.slie.luna.mail.incoming.handler
Methods in ru.slie.luna.mail.incoming.handler that return types with arguments of type IssueModifier and TypeMethodDescriptionMessageHandlerHelper.createIssue(jakarta.mail.Message message, Project project, IssueType issueType, User defaultAuthor, User defaultAssignee, boolean createAttachments) Methods in ru.slie.luna.mail.incoming.handler with parameters of type IssueModifier and TypeMethodDescriptionMessageHandlerHelper.createAttachments(jakarta.mail.Message message, Issue issue, User author) MessageHandlerHelper.createComment(jakarta.mail.Message message, User commentAuthor, Issue issue, boolean createAttachments) -
Uses of Issue in ru.slie.luna.permission
Methods in ru.slie.luna.permission with parameters of type IssueModifier and TypeMethodDescriptionbooleanPermissionManager.hasPermission(PermissionKey permissionKey, User user, Issue issue) -
Uses of Issue in ru.slie.luna.user
Methods in ru.slie.luna.user that return types with arguments of type IssueMethods in ru.slie.luna.user with parameters of type IssueModifier and TypeMethodDescriptionUserManager.findAssignableUsers(String term, SearchParams params, Issue issue) voidUserActivityManager.visitIssue(User user, Issue issue) -
Uses of Issue in ru.slie.luna.web
Methods in ru.slie.luna.web that return Issue