Uses of Class
com.atlassian.bamboo.plugins.rest.model.search.SearchResultsList

Packages that use SearchResultsList
com.atlassian.bamboo.plugins.rest.documentation   
com.atlassian.bamboo.plugins.rest.resource   
 

Uses of SearchResultsList in com.atlassian.bamboo.plugins.rest.documentation
 

Fields in com.atlassian.bamboo.plugins.rest.documentation declared as SearchResultsList
static SearchResultsList SearchExampleDocumentation.EXAMPLE_AUTHOR_LIST
           
static SearchResultsList SearchExampleDocumentation.EXAMPLE_USER_LIST
           
 

Uses of SearchResultsList in com.atlassian.bamboo.plugins.rest.resource
 

Methods in com.atlassian.bamboo.plugins.rest.resource that return SearchResultsList
 SearchResultsList SearchResource.searchAuthors(String searchTerm, boolean unlinkedOnly, javax.ws.rs.core.UriInfo uriInfo)
          A starts-with search of authors based on their authorname,
 SearchResultsList SearchResource.searchBranches(String masterPlanKey, boolean includeMasterBranch, Integer releasedInDeployment, String searchTerm, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.HttpHeaders httpHeaders, com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
          Performs a "starts with" search against full plan branch name and full plan branch key.
 SearchResultsList AgentAssignmentResource.searchEntityForAgent(String executorTypeString, long executorId, String entityType, String searchTerm, javax.ws.rs.core.UriInfo uriInfo, com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
           
 SearchResultsList SearchResource.searchJobs(String planKey, String searchTerm, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.HttpHeaders httpHeaders, com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
          Performs a "starts with" search against full job name and full job key.
 SearchResultsList SearchResource.searchPlans(String searchTerm, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.HttpHeaders httpHeaders, com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
          Performs a "starts with" search against full plan name and full plan key.
 SearchResultsList SearchResource.searchProjects(String searchTerm, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.HttpHeaders httpHeaders, com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
          Performs a contains search against project name.
 SearchResultsList SearchResource.searchUsers(String searchTerm, boolean includeAvatars, javax.ws.rs.core.UriInfo uriInfo)
          A starts-with search of users based on their username, full-name and if allowed email address.
 SearchResultsList SearchResource.searchVersions(String searchTerm, long deploymentProjectId, String branchKey, boolean chronologicalOrder, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.HttpHeaders httpHeaders, com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
          Performs a contains search against a version name.
 



Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.