| Package | Description |
|---|---|
| com.almworks.jira.structure.api |
This package and subpackages contain Structure API, which can be used to integrate with and extend Structure add-on for JIRA.
|
| com.almworks.jira.structure.api.query |
| Class and Description |
|---|
| StructureQueryBuilderFactory
Factory for creating new instances of
StructureQueryBuilder. |
| StructureQueryParser
Parses a
structure query expressed in the Structured JQL language. |
| Class and Description |
|---|
| QueryContext
This interface represents the environment of the
StructureQuery being executed. |
| StructureQuery
A structure query is a condition on rows and their relationships in a
Forest, such as
rows that are children of issues satisfying JQL 'type = Epic' or
rows at the top level of the forest. |
StructureQueryBuilder
StructureQueryBuilder allows you to build a structure query with a
fluent interface. |
| StructureQueryBuilder.BasicConstraintStep
This class allows to specify a basic constraint, either on its own, or as the last step of building a
relational constraint. |
| StructureQueryBuilder.Head
Object of this class contains the state of the builder; you can finish building the query by calling
StructureQueryBuilder.Head.end(),
or add more constraints, connecting them with StructureQueryBuilder.and or StructureQueryBuilder.or. |
| StructureQueryBuilder.OpStep
This class lets you add
operator to the relational constraint being built,
or to combine the already added relation with another one via StructureQueryBuilder.OpStep.or(). |
| StructureQueryBuilder.RelationConstraintStartStep
This class allows you to continue building
relational constraint by adding another
relation. |
| StructureQueryBuilder.RelationStepHelper |
| StructureQueryBuilder.StartStep
This class allows you to either build a
basic constraint or
start building a relational constraint. |
| StructureQueryBuilder.StartStepHelper |
| StructureQueryBuilder.Sub
Object of this class contains the state of the builder inside the currently open parentheses; you can finish
building the query in the parentheses and return to the main builder by calling
StructureQueryBuilder.Sub.endsub(), or
add more constraints inside the parentheses, connecting them with StructureQueryBuilder.and or StructureQueryBuilder.or. |
| StructureQueryConstraint.Acceptor
Represents the consumer of
StructureQueryConstraint.Sequence values - i.e., the consumer of matching indices. |
| StructureQueryConstraint.Sequence
Allows to implement a sequence of numbers in a
generator-like fashion.
|
Copyright © 2022 ALM Works. All Rights Reserved.