Class QualitygatesService
java.lang.Object
org.sonarqube.ws.client.BaseService
org.sonarqube.ws.client.qualitygates.QualitygatesService
-
Field Summary
Fields inherited from class org.sonarqube.ws.client.BaseService
APPLICATION_MERGE_PATCH_JSON, controller -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddGroup(AddGroupRequest request) This is part of the internal API.voidaddUser(AddUserRequest request) This is part of the internal API.voidThis is part of the internal API.voidcopy(CopyRequest request) This is part of the internal API.org.sonarqube.ws.Qualitygates.CreateResponsecreate(CreateRequest request) This is part of the internal API.org.sonarqube.ws.Qualitygates.CreateConditionResponsecreateCondition(CreateConditionRequest request) This is part of the internal API.org.sonarqube.ws.Qualitygates.CreateResponsecreateJson(CreateRequest request) Use this for to use a JSON payload, useful to parse the quality gate as Long or StringvoiddeleteCondition(DeleteConditionRequest request) This is part of the internal API.voiddeselect(DeselectRequest request) This is part of the internal API.voiddestroy(DestroyRequest request) This is part of the internal API.org.sonarqube.ws.Qualitygates.GetByProjectResponsegetByProject(GetByProjectRequest request) This is part of the internal API.org.sonarqube.ws.Qualitygates.ListWsResponselist(ListRequest request) This is part of the internal API.org.sonarqube.ws.Qualitygates.ProjectStatusResponseprojectStatus(ProjectStatusRequest request) This is part of the internal API.voidremoveGroup(RemoveGroupRequest request) This is part of the internal API.voidremoveUser(RemoveUserRequest request) This is part of the internal API.voidrename(RenameRequest request) This is part of the internal API.org.sonarqube.ws.Qualitygates.SearchResponsesearch(SearchRequest request) This is part of the internal API.org.sonarqube.ws.Qualitygates.SearchGroupsResponsesearchGroups(SearchGroupsRequest request) This is part of the internal API.org.sonarqube.ws.Qualitygates.SearchUsersResponsesearchUsers(SearchUsersRequest request) This is part of the internal API.voidselect(SelectRequest request) This is part of the internal API.voidsetAsDefault(SetAsDefaultRequest request) This is part of the internal API.org.sonarqube.ws.Qualitygates.ShowWsResponseshow(ShowRequest request) This is part of the internal API.voidupdateCondition(UpdateConditionRequest 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
-
QualitygatesService
-
-
Method Details
-
copy
This is part of the internal API. This is a POST request.- Since:
- 4.3
- See Also:
-
create
This is part of the internal API. This is a POST request.- Since:
- 4.3
- See Also:
-
createJson
Use this for to use a JSON payload, useful to parse the quality gate as Long or String -
createCondition
public org.sonarqube.ws.Qualitygates.CreateConditionResponse createCondition(CreateConditionRequest request) This is part of the internal API. This is a POST request.- Since:
- 4.3
- See Also:
-
deleteCondition
This is part of the internal API. This is a POST request.- Since:
- 4.3
- See Also:
-
deselect
This is part of the internal API. This is a POST request.- Since:
- 4.3
- See Also:
-
destroy
This is part of the internal API. This is a POST request.- Since:
- 4.3
- See Also:
-
getByProject
This is part of the internal API. This is a GET request.- Since:
- 6.1
- See Also:
-
list
This is part of the internal API. This is a GET request.- Since:
- 4.3
- See Also:
-
projectStatus
public org.sonarqube.ws.Qualitygates.ProjectStatusResponse projectStatus(ProjectStatusRequest request) This is part of the internal API. This is a GET request.- Since:
- 5.3
- See Also:
-
applicationStatus
This is part of the internal API. This is a GET request.- Since:
- 2.0
- See Also:
-
rename
This is part of the internal API. This is a POST request.- Since:
- 4.3
- See Also:
-
search
This is part of the internal API. This is a GET request.- Since:
- 4.3
- See Also:
-
select
This is part of the internal API. This is a POST request.- Since:
- 4.3
- See Also:
-
setAsDefault
This is part of the internal API. This is a POST request.- Since:
- 4.3
- See Also:
-
show
This is part of the internal API. This is a GET request.- Since:
- 4.3
- See Also:
-
updateCondition
This is part of the internal API. This is a POST request.- Since:
- 4.3
- See Also:
-
addUser
This is part of the internal API. This is a POST request.- Since:
- 9.2
- See Also:
-
searchUsers
This is part of the internal API. This is a GET request.- Since:
- 9.2
- See Also:
-
removeUser
This is part of the internal API. This is a POST request.- Since:
- 9.2
- See Also:
-
addGroup
This is part of the internal API. This is a POST request.- Since:
- 9.2
- See Also:
-
searchGroups
This is part of the internal API. This is a GET request.- Since:
- 9.2
- See Also:
-
removeGroup
This is part of the internal API. This is a POST request.- Since:
- 9.2
- See Also:
-