Package | Description |
---|---|
com.atlassian.jira.jql.builder |
Modifier and Type | Method and Description |
---|---|
ValueBuilder |
ConditionBuilder.eq()
Make the operator for the JQL condition
equals . |
ValueBuilder |
ConditionBuilder.gt()
Make the operator for the JQL condition
greater than . |
ValueBuilder |
ConditionBuilder.gtEq()
Make the operator for the JQL condition
greater
than equals . |
ValueBuilder |
ConditionBuilder.in()
Make the operator for the JQL condition
in . |
ValueBuilder |
ConditionBuilder.is()
Make the operator for the JQL condition
is . |
ValueBuilder |
ConditionBuilder.isNot()
Make the operator for the JQL condition
is not . |
ValueBuilder |
ConditionBuilder.like()
Make the operator for the JQL condition
like . |
ValueBuilder |
ConditionBuilder.lt()
Make the operator for the JQL condition
less than . |
ValueBuilder |
ConditionBuilder.ltEq()
Make the operator for the JQL condition
less than
equals . |
ValueBuilder |
ConditionBuilder.notEq()
Make the operator for the JQL condition
not equals . |
ValueBuilder |
ConditionBuilder.notIn()
Make the operator for the JQL condition
not in . |
ValueBuilder |
ConditionBuilder.notLike()
Make the operator for the JQL condition
not like . |
Copyright © 2002-2022 Atlassian. All Rights Reserved.