public class JqlQueryBuilder extends Object implements JiraQueryBuilder
Constructor and Description |
---|
JqlQueryBuilder(Log log) |
public JqlQueryBuilder(Log log)
public String build()
build
in interface JiraQueryBuilder
public JiraQueryBuilder components(String components)
components
in interface JiraQueryBuilder
public JiraQueryBuilder components(List<String> components)
components
in interface JiraQueryBuilder
public JiraQueryBuilder filter(String filter)
filter
in interface JiraQueryBuilder
public JiraQueryBuilder fixVersion(String fixVersion)
fixVersion(String)
and fixVersionIds(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 fixVersionfixVersion
in interface JiraQueryBuilder
fixVersion
- a single fix versionpublic JiraQueryBuilder fixVersionIds(String fixVersionIds)
fixVersion(String)
and fixVersionIds(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 fixVersionfixVersionIds
in interface JiraQueryBuilder
fixVersionIds
- a comma-separated list of version ids.public JiraQueryBuilder fixVersionIds(List<String> fixVersionIds)
fixVersionIds
in interface JiraQueryBuilder
fixVersionIds
- the version ids.public Log getLog()
getLog
in interface JiraQueryBuilder
public JiraQueryBuilder priorityIds(String priorityIds)
priorityIds
in interface JiraQueryBuilder
public JiraQueryBuilder priorityIds(List<String> priorityIds)
priorityIds
in interface JiraQueryBuilder
public JiraQueryBuilder project(String project)
project
in interface JiraQueryBuilder
public JiraQueryBuilder resolutionIds(String resolutionIds)
resolutionIds
in interface JiraQueryBuilder
public JiraQueryBuilder resolutionIds(List<String> resolutionIds)
resolutionIds
in interface JiraQueryBuilder
public JiraQueryBuilder sortColumnNames(String sortColumnNames)
sortColumnNames
in interface JiraQueryBuilder
public JiraQueryBuilder statusIds(String statusIds)
statusIds
in interface JiraQueryBuilder
public JiraQueryBuilder statusIds(List<String> statusIds)
statusIds
in interface JiraQueryBuilder
public JiraQueryBuilder typeIds(String typeIds)
typeIds
in interface JiraQueryBuilder
public JiraQueryBuilder typeIds(List<String> typeIds)
typeIds
in interface JiraQueryBuilder
public JiraQueryBuilder urlEncode(boolean doEncoding)
public boolean urlEncode()
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.