Uses of Class
com.atlassian.jira.rest.api.util.StringList

Packages that use StringList
com.atlassian.jira.rest.api.util   
com.atlassian.jira.rest.v2.issue   
com.atlassian.jira.rest.v2.search   
 

Uses of StringList in com.atlassian.jira.rest.api.util
 

Methods in com.atlassian.jira.rest.api.util that return StringList
 StringList StringList.extend(StringList stringList)
          Returns a new StringList containing the concatenation of this StringList's fields and the fields in the given string list.
static StringList StringList.fromList(Iterable<String> strings)
          Creates a new StringList from an Iterable of strings.
static StringList StringList.fromList(String... strings)
          Creates a new StringList from an array of strings.
static StringList StringList.fromQueryParam(String queryParam)
          Creates a new StringList from a query parameter.
static StringList StringList.joinLists(List<StringList> stringLists)
          Returns a new StringList containing the concatenation of all of the StringLists in the given List.
 

Methods in com.atlassian.jira.rest.api.util with parameters of type StringList
 StringList StringList.extend(StringList stringList)
          Returns a new StringList containing the concatenation of this StringList's fields and the fields in the given string list.
 

Method parameters in com.atlassian.jira.rest.api.util with type arguments of type StringList
static StringList StringList.joinLists(List<StringList> stringLists)
          Returns a new StringList containing the concatenation of all of the StringLists in the given List.
 

Uses of StringList in com.atlassian.jira.rest.v2.issue
 

Methods in com.atlassian.jira.rest.v2.issue with parameters of type StringList
 javax.ws.rs.core.Response GroupResource.getGroup(String groupName, StringList expand)
          Returns REST representation for the requested group.
 

Method parameters in com.atlassian.jira.rest.v2.issue with type arguments of type StringList
 javax.ws.rs.core.Response IssueResource.getCreateIssueMeta(List<StringList> projectIds, List<StringList> projectKeys, List<StringList> issuetypeIds, List<String> issuetypeNames)
          Returns the meta data for creating issues.
 javax.ws.rs.core.Response IssueResource.getCreateIssueMeta(List<StringList> projectIds, List<StringList> projectKeys, List<StringList> issuetypeIds, List<String> issuetypeNames)
          Returns the meta data for creating issues.
 javax.ws.rs.core.Response IssueResource.getCreateIssueMeta(List<StringList> projectIds, List<StringList> projectKeys, List<StringList> issuetypeIds, List<String> issuetypeNames)
          Returns the meta data for creating issues.
 javax.ws.rs.core.Response IssueResource.getIssue(String issueIdOrKey, List<StringList> fields, String expand)
          Returns a full representation of the issue for the given issue key.
static IncludedFields IncludedFields.includeAllByDefault(List<StringList> fields)
           
static IncludedFields IncludedFields.includeNavigableByDefault(List<StringList> fields)
           
 CreateMetaBeanBuilder CreateMetaBeanBuilder.issueTypeIds(List<StringList> issueTypeIds)
           
 CreateMetaBeanBuilder CreateMetaBeanBuilder.projectIds(List<StringList> projectIds)
           
 CreateMetaBeanBuilder CreateMetaBeanBuilder.projectKeys(List<StringList> projectKeys)
           
 

Uses of StringList in com.atlassian.jira.rest.v2.search
 

Methods in com.atlassian.jira.rest.v2.search with parameters of type StringList
protected  SearchResultsBean SearchResource.asResultsBean(SearchResults results, PagerFilter filter, IncludedFields fields, StringList expand, Set<String> warningMessages)
          Creates a SearchResultsBean suitable for returning to the client.
 FilterBean FilterResource.createFilter(FilterBean bean, javax.ws.rs.core.UriInfo uriInfo, StringList expand)
          Creates a new filter, and returns newly created filter.
 FilterBean FilterResource.editFilter(Long filterId, FilterBean bean, javax.ws.rs.core.UriInfo uriInfo, StringList expand)
          Updates an existing filter, and returns its new value.
 List<FilterBean> FilterResource.getFavouriteFilters(javax.ws.rs.core.UriInfo uriInfo, StringList expand)
          Returns the favourite filters of the logged-in user.
 FilterBean FilterResource.getFilter(Long id, javax.ws.rs.core.UriInfo uriInfo, StringList expand)
          Returns a filter given an id
 SearchResultsBean SearchResource.search(String jql, Integer startAt, Integer maxResults, Boolean validateQuery, List<StringList> fields, StringList expand)
          Searches for issues using JQL.
 

Method parameters in com.atlassian.jira.rest.v2.search with type arguments of type StringList
 SearchResultsBean SearchResource.search(String jql, Integer startAt, Integer maxResults, Boolean validateQuery, List<StringList> fields, StringList expand)
          Searches for issues using JQL.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.