Class ProjectLinksService
java.lang.Object
org.sonarqube.ws.client.BaseService
org.sonarqube.ws.client.projectlinks.ProjectLinksService
-
Field Summary
Fields inherited from class org.sonarqube.ws.client.BaseService
APPLICATION_MERGE_PATCH_JSON, controller -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.sonarqube.ws.ProjectLinks.CreateWsResponsecreate(CreateRequest request) This is part of the internal API.voiddelete(DeleteRequest request) This is part of the internal API.org.sonarqube.ws.ProjectLinks.SearchWsResponsesearch(SearchRequest 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
-
ProjectLinksService
-
-
Method Details
-
create
This is part of the internal API. This is a POST request.- Since:
- 6.1
- See Also:
-
delete
This is part of the internal API. This is a POST request.- Since:
- 6.1
- See Also:
-
search
This is part of the internal API. This is a GET request.- Since:
- 6.1
- See Also:
-