@PublicApi
public interface StructureQueryParser
structure query expressed in the Structured JQL language. The syntax of
the language is the same as of the corresponding argument of the structure() JQL function
bundled with the Structure plugin. See plugin documentation for more details on the syntax.| Modifier and Type | Method and Description |
|---|---|
StructureQuery |
parse(String query)
Parses
query and returns the corresponding StructureQuery. |
@NotNull StructureQuery parse(@NotNull String query) throws StructureException
query and returns the corresponding StructureQuery. The returned object will
yield query when StructureQuery.getQueryString() is called.NullPointerException - if query is nullStructureException - if the query is not well-formed; call StructureException.getLocalizedMessage()
or StructureException.getLocalizedMessage()
to get a human-readable parse error message.Copyright © 2019 ALM Works. All Rights Reserved.