Class JqlQueryBuilder
java.lang.Object
org.apache.maven.plugins.changes.jira.JqlQueryBuilder
Builder for a JIRA query using the JIRA query language. Only a limited set of JQL is supported.
- Since:
 - 2.8
 - Version:
 - $Id$
 - Author:
 - ton.swieb@finalist.com
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbuild()components(String components) components(List<String> components) fixVersion(String fixVersion) When both#fixVersion(String)andfixVersionIds(String)are used, then you will probably end up with a JQL query that is valid, but returns nothing.fixVersionIds(String fixVersionIds) When bothfixVersion(String)andfixVersionIds(String)are used then you will probably end up with a JQL query that is valid, but returns nothing.fixVersionIds(List<String> fixVersionIds) Add a sequence of version IDs already in a list.org.apache.maven.plugin.logging.LoggetLog()priorityIds(String priorityIds) priorityIds(List<String> priorityIds) resolutionIds(String resolutionIds) resolutionIds(List<String> resolutionIds) sortColumnNames(String sortColumnNames) booleanurlEncode(boolean doEncoding)  
- 
Constructor Details
- 
JqlQueryBuilder
public JqlQueryBuilder(org.apache.maven.plugin.logging.Log log)  
 - 
 - 
Method Details
- 
build
 - 
components
 - 
components
 - 
filter
 - 
fixVersion
When both#fixVersion(String)andfixVersionIds(String)are used, then you will probably end up with a JQL query that is valid, but returns nothing. Unless they both only reference the same fixVersion- Parameters:
 fixVersion- a single fix version- Returns:
 - the builder.
 
 - 
fixVersionIds
When bothfixVersion(String)andfixVersionIds(String)are used then you will probably end up with a JQL query that is valid, but returns nothing. Unless they both only reference the same fixVersion- Parameters:
 fixVersionIds- a comma-separated list of version ids.- Returns:
 - the builder.
 
 - 
fixVersionIds
Add a sequence of version IDs already in a list.- Parameters:
 fixVersionIds- the version ids.- Returns:
 - the builder.
 
 - 
getLog
public org.apache.maven.plugin.logging.Log getLog() - 
priorityIds
 - 
priorityIds
 - 
project
 - 
resolutionIds
 - 
resolutionIds
 - 
sortColumnNames
 - 
statusIds
 - 
statusIds
 - 
typeIds
 - 
typeIds
 - 
urlEncode
 - 
urlEncode
public boolean urlEncode() 
 -