Uses of Class
com.codebarrel.jira.issues.SearchErrors
Packages that use SearchErrors
-
Uses of SearchErrors in com.codebarrel.automation.rulecomponent.jira.search
Methods in com.codebarrel.automation.rulecomponent.jira.search that return SearchErrorsConstructors in com.codebarrel.automation.rulecomponent.jira.search with parameters of type SearchErrors -
Uses of SearchErrors in com.codebarrel.jira.issues
Methods in com.codebarrel.jira.issues that return types with arguments of type SearchErrorsModifier and TypeMethodDescriptionio.atlassian.fugue.Either
<SearchErrors, SearchResult> IssueClient.search
(String jql, SearchParams params) Executes the JQL search provided with the search parameters passed in.io.atlassian.fugue.Either
<SearchErrors, SearchResult> NativeIssueClient.search
(String jql, SearchParams params)