Interface StructureQueryParser
@PublicApi
public interface StructureQueryParser
Parses a
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.-
Method Summary
-
Method Details
-
parse
Parsesqueryand returns the correspondingStructureQuery. The returned object will yieldquerywhenStructureQuery.getQueryString()is called.- Throws:
NullPointerException- ifqueryisnullStructureException- if the query is not well-formed; callStructureException.getLocalizedMessage()orStructureException.getLocalizedMessage()to get a human-readable parse error message.
-