Package org.sonarqube.ws.client.hotspots
Class HotspotsService
java.lang.Object
org.sonarqube.ws.client.BaseService
org.sonarqube.ws.client.hotspots.HotspotsService
-
Field Summary
Fields inherited from class org.sonarqube.ws.client.BaseService
APPLICATION_MERGE_PATCH_JSON, controller -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddComment(AddCommentRequest request) This is part of the internal API.voidassign(AssignRequest request) This is part of the internal API.voidchangeStatus(ChangeStatusRequest request) This is part of the internal API.voiddeleteComment(DeleteCommentRequest request) This is part of the internal API.org.sonarqube.ws.Common.CommenteditComment(EditCommentRequest request) This is part of the internal API.org.sonarqube.ws.Hotspots.SearchWsResponsesearch(SearchRequest request) This is part of the internal API.org.sonarqube.ws.Hotspots.ShowWsResponseshow(ShowRequest 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
-
HotspotsService
-
-
Method Details
-
addComment
This is part of the internal API. This is a POST request.- Since:
- 8.1
- See Also:
-
assign
This is part of the internal API. This is a POST request.- Since:
- 8.2
- See Also:
-
changeStatus
This is part of the internal API. This is a POST request.- Since:
- 8.1
- See Also:
-
editComment
This is part of the internal API. This is a POST request.- Since:
- 8.2
- See Also:
-
deleteComment
This is part of the internal API. This is a POST request.- Since:
- 8.2
- See Also:
-
search
This is part of the internal API. This is a GET request.- Since:
- 8.1
- See Also:
-
show
This is part of the internal API. This is a GET request.- Since:
- 8.1
- See Also:
-