Package org.sonarqube.ws.client.issues
Class IssuesService
java.lang.Object
org.sonarqube.ws.client.BaseService
org.sonarqube.ws.client.issues.IssuesService
-
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.Issues.AddCommentResponseaddComment(AddCommentRequest request) This is part of the internal API.intanticipatedTransitions(String projectKey, String body) This is part of the internal API.org.sonarqube.ws.Issues.AssignResponseassign(AssignRequest request) This is part of the internal API.org.sonarqube.ws.Issues.AuthorsResponseauthors(AuthorsRequest request) This is part of the internal API.org.sonarqube.ws.Issues.BulkChangeWsResponsebulkChange(BulkChangeRequest request) This is part of the internal API.org.sonarqube.ws.Issues.ChangelogWsResponsechangelog(ChangelogRequest request) This is part of the internal API.componentTags(ComponentTagsRequest request) This is part of the internal API.org.sonarqube.ws.Issues.DeleteCommentResponsedeleteComment(DeleteCommentRequest request) This is part of the internal API.org.sonarqube.ws.Issues.DoTransitionResponsedoTransition(DoTransitionRequest request) This is part of the internal API.editComment(EditCommentRequest request) This is part of the internal API.pull(PullRequest request) This is part of the internal API.pullTaint(PullRequest request) This is part of the internal API.voidreindex()This is part of the internal API.org.sonarqube.ws.Issues.SearchWsResponsesearch(SearchRequest request) This is part of the internal API.org.sonarqube.ws.Issues.SetSeverityResponsesetSeverity(SetSeverityRequest request) This is part of the internal API.org.sonarqube.ws.Issues.SetTagsResponsesetTags(SetTagsRequest request) This is part of the internal API.org.sonarqube.ws.Issues.SetTypeResponsesetType(SetTypeRequest request) This is part of the internal API.org.sonarqube.ws.Issues.TagsResponsetags(TagsRequest 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
-
IssuesService
-
-
Method Details
-
addComment
This is part of the internal API. This is a POST request.- Since:
- 3.6
- See Also:
-
assign
This is part of the internal API. This is a POST request.- Since:
- 3.6
- See Also:
-
authors
This is part of the internal API. This is a GET request.- Since:
- 5.1
- See Also:
-
bulkChange
This is part of the internal API. This is a POST request.- Since:
- 3.7
- See Also:
-
changelog
This is part of the internal API. This is a GET request.- Since:
- 4.1
- See Also:
-
componentTags
This is part of the internal API. This is a GET request.- Since:
- 5.1
- See Also:
-
deleteComment
This is part of the internal API. This is a POST request.- Since:
- 3.6
- See Also:
-
doTransition
This is part of the internal API. This is a POST request.- Since:
- 3.6
- See Also:
-
editComment
This is part of the internal API. This is a POST request.- Since:
- 3.6
- See Also:
-
reindex
public void reindex()This is part of the internal API. This is a POST request.- Since:
- 9.8
- See Also:
-
search
This is part of the internal API. This is a GET request.- Since:
- 3.6
- See Also:
-
setSeverity
This is part of the internal API. This is a POST request.- Since:
- 3.6
- See Also:
-
setTags
This is part of the internal API. This is a POST request.- Since:
- 5.1
- See Also:
-
setType
This is part of the internal API. This is a POST request.- Since:
- 5.5
- See Also:
-
tags
This is part of the internal API. This is a GET request.- Since:
- 5.1
- See Also:
-
pull
This is part of the internal API. This is a GET request.- Since:
- 9.5
- See Also:
-
pullTaint
This is part of the internal API. This is a GET request.- Since:
- 9.5
- See Also:
-
anticipatedTransitions
This is part of the internal API. This is a POST request.- Since:
- 10.2
- See Also:
-