Package org.sonarqube.ws.client.rules
Class RulesService
java.lang.Object
org.sonarqube.ws.client.BaseService
org.sonarqube.ws.client.rules.RulesService
-
Field Summary
Fields inherited from class org.sonarqube.ws.client.BaseService
APPLICATION_MERGE_PATCH_JSON, controller -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapp(AppRequest request) This is part of the internal API.voidcreate(CreateRequest request) This is part of the internal API.voiddelete(DeleteRequest request) This is part of the internal API.org.sonarqube.ws.Rules.ListResponselist()This is part of the internal API.repositories(RepositoriesRequest request) This is part of the internal API.org.sonarqube.ws.Rules.SearchResponsesearch(SearchRequest request) This is part of the internal API.org.sonarqube.ws.Rules.ShowResponseshow(ShowRequest request) This is part of the internal API.tags(TagsRequest request) This is part of the internal API.voidupdate(UpdateRequest 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
-
RulesService
-
-
Method Details
-
app
This is part of the internal API. This is a GET request.- Since:
- 4.5
- See Also:
-
create
This is part of the internal API. This is a POST request.- Since:
- 9.7
- See Also:
-
delete
This is part of the internal API. This is a POST request.- Since:
- 4.4
- See Also:
-
list
public org.sonarqube.ws.Rules.ListResponse list()This is part of the internal API. This is a GET request.- Since:
- 5.2
- See Also:
-
repositories
This is part of the internal API. This is a GET request.- Since:
- 4.5
- See Also:
-
search
This is part of the internal API. This is a GET request.- Since:
- 4.4
- See Also:
-
show
This is part of the internal API. This is a GET request.- Since:
- 4.2
- See Also:
-
tags
This is part of the internal API. This is a GET request.- Since:
- 4.4
- See Also:
-
update
This is part of the internal API. This is a POST request.- Since:
- 4.4
- See Also:
-