@com.adaptavist.hapi.platform.analytics.Tracked class Jql extends java.lang.Object
Constructor and description |
---|
Jql() |
Type Params | Return Type | Name and description |
---|---|---|
|
static com.atlassian.jira.util.MessageSet |
validate(java.lang.String jql) Validates the specified jql for the current user. |
|
static com.atlassian.jira.util.MessageSet |
validate(com.atlassian.query.Query query) Validates the specified query for the current user. |
|
static com.atlassian.jira.util.MessageSet |
validate(com.atlassian.jira.issue.search.SearchRequest searchRequest) Validates the specified SearchRequest query for the current user. |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Validates the specified jql for the current user.
jql
- a jql stringValidates the specified query for the current user.
query
- the query to validateValidates the specified SearchRequest query for the current user.
searchRequest
- the SearchRequest object representing the filter See: Filters.getById