Uses of Interface
com.atlassian.jira.jql.builder.ValueBuilder

Packages that use ValueBuilder
com.atlassian.jira.jql.builder   
 

Uses of ValueBuilder in com.atlassian.jira.jql.builder
 

Methods in com.atlassian.jira.jql.builder that return ValueBuilder
 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-2014 Atlassian. All Rights Reserved.