Package com.atlassian.jira.jql.builder
package com.atlassian.jira.jql.builder
-
ClassDescriptionAn interface that is used to build JQL conditions for a particular JQL field in a fluent programming style.Factory for creating new instances of JqlClauseBuilder.Represents a JQL Field Reference which has a form of field_name[property].object_reference with object_reference part being optionalA builder for
JqlFieldReference
Used to buildQuery
's that can be used to perform issue searching in JIRA.A builder used during the construction of JQL conditions for a particular JQL field in a fluent programming style.