package

com.atlassian.jira.jql.builder

Interfaces

ConditionBuilder An interface that is used to build JQL conditions for a particular JQL field in a fluent programming style. 
JqlClauseBuilder A builder used to construct the Where Clause portion of a JQL com.atlassian.query.Query in a fluent programming structure. 
ValueBuilder A builder used during the construction of JQL conditions for a particular JQL field in a fluent programming style. 

Classes

JqlOrderByBuilder Used to create com.atlassian.query.order.OrderBy clauses to be included in com.atlassian.query.Query's. 
JqlQueryBuilder Used to build com.atlassian.query.Query's that can be used to perform issue searching in JIRA.