Class ProjectBranchesService
java.lang.Object
org.sonarqube.ws.client.BaseService
org.sonarqube.ws.client.projectbranches.ProjectBranchesService
-
Field Summary
Fields inherited from class org.sonarqube.ws.client.BaseService
APPLICATION_MERGE_PATCH_JSON, controller -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete(DeleteRequest request) This is part of the internal API.org.sonarqube.ws.ProjectBranches.ListWsResponselist(ListRequest request) This is part of the internal API.voidrename(RenameRequest request) This is part of the internal API.voidMethods inherited from class org.sonarqube.ws.client.BaseService
call, call, call, convert, inlineMultipleParamValue, path, path
-
Constructor Details
-
ProjectBranchesService
-
-
Method Details
-
delete
This is part of the internal API. This is a POST request.- Since:
- 6.6
- See Also:
-
list
This is part of the internal API. This is a GET request.- Since:
- 6.6
- See Also:
-
rename
This is part of the internal API. This is a POST request.- Since:
- 6.6
- See Also:
-
setAutomaticDeletionProtection
-