Class ProjectAnalysesService
java.lang.Object
org.sonarqube.ws.client.BaseService
org.sonarqube.ws.client.projectanalyses.ProjectAnalysesService
-
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.ProjectAnalyses.CreateEventResponsecreateEvent(CreateEventRequest request) This is part of the internal API.voiddelete(DeleteRequest request) This is part of the internal API.voiddeleteEvent(DeleteEventRequest request) This is part of the internal API.org.sonarqube.ws.ProjectAnalyses.SearchResponsesearch(SearchRequest request) This is part of the internal API.org.sonarqube.ws.ProjectAnalyses.UpdateEventResponseupdateEvent(UpdateEventRequest 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
-
ProjectAnalysesService
-
-
Method Details
-
createEvent
This is part of the internal API. This is a POST request.- Since:
- 6.3
- See Also:
-
delete
This is part of the internal API. This is a POST request.- Since:
- 6.3
- See Also:
-
deleteEvent
This is part of the internal API. This is a POST request.- Since:
- 6.3
- See Also:
-
search
This is part of the internal API. This is a GET request.- Since:
- 6.3
- See Also:
-
updateEvent
This is part of the internal API. This is a POST request.- Since:
- 6.3
- See Also:
-