Package org.sonarqube.ws.client.projects
Class ProjectsService
java.lang.Object
org.sonarqube.ws.client.BaseService
org.sonarqube.ws.client.projects.ProjectsService
-
Field Summary
Fields inherited from class org.sonarqube.ws.client.BaseService
APPLICATION_MERGE_PATCH_JSON, controller -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbulkDelete(BulkDeleteRequest request) This is part of the internal API.org.sonarqube.ws.Projects.CreateWsResponsecreate(CreateRequest request) This is part of the internal API.voiddelete(DeleteRequest request) This is part of the internal API.exportFindings(ExportFindingsRequest request) This is a GET request.This is part of the internal API.org.sonarqube.ws.Projects.SearchWsResponsesearch(SearchRequest request) This is part of the internal API.org.sonarqube.ws.Projects.SearchMyProjectsWsResponsesearchMyProjects(SearchMyProjectsRequest request) This is part of the internal API.voidThis is part of the internal API.voidupdateKey(UpdateKeyRequest request) This is part of the internal API.voidupdateVisibility(UpdateVisibilityRequest request) This is part of the internal API.Methods inherited from class org.sonarqube.ws.client.BaseService
call, call, call, convert, inlineMultipleParamValue, path, path
-
Constructor Details
-
ProjectsService
-
-
Method Details
-
bulkDelete
This is part of the internal API. This is a POST request.- Since:
- 5.2
- See Also:
-
create
This is part of the internal API. This is a POST request.- Since:
- 4.0
- See Also:
-
delete
This is part of the internal API. This is a POST request.- Since:
- 5.2
- See Also:
-
licenseUsage
This is part of the internal API. This is a GET request.- Since:
- 9.4
- See Also:
-
search
This is part of the internal API. This is a GET request.- Since:
- 6.3
- See Also:
-
exportFindings
This is a GET request.- Since:
- 9.1
- See Also:
-
searchMyProjects
public org.sonarqube.ws.Projects.SearchMyProjectsWsResponse searchMyProjects(SearchMyProjectsRequest request) This is part of the internal API. This is a GET request.- Since:
- 6.0
- See Also:
-
updateKey
This is part of the internal API. This is a POST request.- Since:
- 6.1
- See Also:
-
updateVisibility
This is part of the internal API. This is a POST request.- Since:
- 6.4
- See Also:
-
updateDefaultVisibility
This is part of the internal API. This is a POST request.- Since:
- 6.4
- See Also:
-