Class ApplicationsService
java.lang.Object
org.sonarqube.ws.client.BaseService
org.sonarqube.ws.client.applications.ApplicationsService
-
Field Summary
Fields inherited from class org.sonarqube.ws.client.BaseService
APPLICATION_MERGE_PATCH_JSON, controller -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddProject(AddProjectRequest request) This is part of the internal API.create(CreateRequest request) This is part of the internal API.voidcreateBranch(CreateBranchRequest request) This is part of the internal API.voiddelete(DeleteRequest request) This is part of the internal API.voiddeleteBranch(DeleteBranchRequest request) This is part of the internal API.voidremoveProject(RemoveProjectRequest request) This is part of the internal API.searchProjects(SearchProjectsRequest request) This is part of the internal API.show(ShowRequest request) This is part of the internal API.showLeak(ShowLeakRequest request) This is part of the internal API.voidupdate(UpdateRequest request) This is part of the internal API.voidupdateBranch(UpdateBranchRequest 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
-
ApplicationsService
-
-
Method Details
-
addProject
This is part of the internal API. This is a POST request.- Since:
- 7.3
- See Also:
-
create
This is part of the internal API. This is a POST request.- Since:
- 7.3
- See Also:
-
createBranch
This is part of the internal API. This is a POST request.- Since:
- 7.3
- See Also:
-
delete
This is part of the internal API. This is a POST request.- Since:
- 7.3
- See Also:
-
deleteBranch
This is part of the internal API. This is a POST request.- Since:
- 7.3
- See Also:
-
removeProject
This is part of the internal API. This is a POST request.- Since:
- 7.3
- See Also:
-
searchProjects
This is part of the internal API. This is a GET request.- Since:
- 7.3
- See Also:
-
show
This is part of the internal API. This is a GET request.- Since:
- 7.3
- See Also:
-
showLeak
This is part of the internal API. This is a GET request.- Since:
- 7.3
- See Also:
-
update
This is part of the internal API. This is a POST request.- Since:
- 7.3
- See Also:
-
updateBranch
This is part of the internal API. This is a POST request.- Since:
- 7.3
- See Also:
-