Class Summary |
AbsoluteDateXmlHandler |
Class that reads in old skool AbsoluteDateRangeParameter parameters. |
AbstractCustomFieldClauseXmlHandler |
Generates a TerminalClause for custom field parameters. |
AbstractSimpleClauseXmlHandler |
A base class that can iterate through a block of XML with value blocks inside and produce a Clause from it. |
AffectedVersionClauseXmlHandler |
Generates a TerminalClause that represents an affected version and some values
provided the "old-style" affected version parameter XML. |
CascadeSelectParameterClauseXmlHandler |
Generates a TerminalClause that represents a cascade select custom field. |
ClauseXmlHandler.BestGuessConversionResult |
|
ClauseXmlHandler.FailedConversionNoValuesResult |
|
ClauseXmlHandler.FailedConversionResult |
|
ClauseXmlHandler.FullConversionResult |
|
ClauseXmlHandler.NoOpConversionResult |
A way for a handler to "opt-out" of doing any conversion. |
ComponentClauseXmlHandler |
Generates a TerminalClause that represents a component and some values
provided the "old-style" component parameter XML. |
ConstantsClauseXmlHandler |
Handles the IssueConstants old SearchParameters and is able to convert them to the equivalent JQL clauses. |
DefaultClauseXmlHandlerRegistry |
|
DefaultOrderByXmlHandler |
Default implementation of OrderByXmlHandler . |
FixForVersionClauseXmlHandler |
Generates a TerminalClause that represents an affected version and some values
provided the "old-style" affected version parameter XML. |
JqlClauseXmlHandler |
This is only here to support the in-between state of data that would have been generated by running a dev version
of JIRA. |
MultiValueParameterClauseXmlHandler |
Generates a TerminalClause that represents an Multivalue parameter and some values. |
OrderByXmlHandler.ConversionError |
|
OrderByXmlHandler.OrderByConversionResults |
|
ProjectClauseXmlHandler |
Generates a TerminalClause that represents a project and some values
provided the "old-style" project parameter XML. |
RelativeDateXmlHandler |
Class that reads in old skool RelativeDateXmlHandler parameters. |
SimpleCustomFieldClauseXmlHandler |
Generates a TerminalClause for simple custom field xml parameters. |
StringRangeParameterClauseXmlHandler |
Generates a TerminalClause that represents a custom field with a specified string value. |
TextSystemFieldClauseXmlHandler |
Generates a ConversionResult that tries to convert the XML parameter used for storing the multi field parameter
that stored the:
- Description
- Summary
- Comment
- Environment
field data. |
UserClauseXmlHandler |
Generates a TerminalClause that represents a user system field and some values
provided the "old-style" affected version parameter XML. |
UserGroupParameterCustomFieldClauseXmlHandler |
Generates a TerminalClause that represents a user custom field with a specified group value. |
UserParameterCustomFieldClauseXmlHandler |
Generates a TerminalClause that represents a user custom field and some values
provided the "old-style" user custom field parameter XML. |
WorkRatioClauseXmlHandler |
Converts XML parameters for the WorkRatioParameter into JQL clauses. |