| Interface | Description |
|---|---|
| IndexValueConverter |
A simple interface for converting
QueryLiterals to their index representation. |
| JqlDateSupport |
Interface that helps with date parsing and validation in JQL.
|
| JqlIssueKeySupport |
Provide JQL with some helper functions when dealing with Issue Keys.
|
| JqlIssueSupport |
Some helper IssueLookup functions for JIRA.
|
| JqlLocalDateSupport |
Interface that helps with
LocalDate parsing and validation in JQL. |
| JqlQueryTransformer |
This transformer replaces fields names in JQL queries by their ids, and the other way around.
|
| JqlStringSupport |
A utility code to help dealing with JQL strings.
|
| JqlTimetrackingDurationSupport |
Interface for assisting in the parsing of duration values
|
| Class | Description |
|---|---|
| ArgumentExtractingOperandVisitor | |
| DateRange |
A simple class to represent a date range
|
| DefaultJqlQueryTransformer | |
| FieldReference | |
| GroupCustomFieldIndexValueConverter |
Converts a query literal into the votes index representation.
|
| JqlCascadingSelectLiteralUtil |
Utility class for processing
QueryLiteral objects when dealing with
CascadingSelectCFType custom field classes. |
| JqlCustomFieldId |
A class that parsers the Jql syntax (e.g.
|
| JqlDateSupportImpl |
Default implementation for
JqlDateSupport |
| JqlIssueKeySupportImpl |
Default implementation of the
JqlIssueKeySupport interface. |
| JqlIssueSupportImpl |
Default implementation of
JqlIssueSupport. |
| JqlLocalDateSupportImpl |
Default implementation for
JqlLocalDateSupport |
| JqlSelectOptionsUtil |
Contains utility methods for processing select option clauses
|
| JqlStringSupportImpl |
Some utility code to help with JQL strings.
|
| JqlTimetrackingDurationSupportImpl |
The default implementation of
JqlTimetrackingDurationSupport |
| JqlVersionPredicate |
The JQL relational predicate for
Versions. |
| NumberIndexValueConverter |
Converts a query literal into a number index representation.
|
| RecursiveClauseMappingVisitor |
A base clause visitor that recursively visits each clause in a clause tree, apply mapping and return transformed clause.
|
| SimpleIndexValueConverter |
Simplest index value converter that just uses the toString() implementation.
|
| TerminologyJqlAutocompleteAliasProvider |
Provider of JQL autocomplete alias for
CustomField and IssueConstant
having name that can be impacted by flexible terminology changes, e.g.:
Epic Link -> Feature Link; alias: 'Feature Link (Epic Link)'
Sprint -> Iteration; alias: 'Iteration (Sprint)'
|
| VotesIndexValueConverter |
Converts a query literal into the votes index representation.
|
| WatchesIndexValueConverter |
Converts a query literal into the watches index representation.
|
Copyright © 2002-2024 Atlassian. All Rights Reserved.