Package | Description |
---|---|
com.atlassian.bamboo.plugins.rest.documentation | |
com.atlassian.bamboo.plugins.rest.resource |
Modifier and Type | Field and Description |
---|---|
static SearchResultsList |
SearchExampleDocumentation.EXAMPLE_AUTHOR_LIST |
static SearchResultsList |
SearchExampleDocumentation.EXAMPLE_USER_LIST |
static SearchResultsList |
RestDeploymentProjectExampleDocument.SEARCH_ENVIRONMENTS_FOR_DEPLOYMENT |
Modifier and Type | Method and Description |
---|---|
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 masterPlanKeyStr,
boolean includeMasterBranch,
Integer releasedInDeployment,
String searchTerm,
boolean fuzzySearch,
boolean searchByBranchNameOnly,
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 |
SearchResource.searchDeployments(String searchTerm,
String requiredPermission,
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 deployment project name.
|
SearchResultsList |
AgentAssignmentResource.searchEntityForAgent(String type,
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,
boolean fuzzySearch,
String planType,
String requiredPermission,
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,
String requiredPermission,
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.searchStages(String planKey,
String stageId,
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.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 © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.