Package org.sonarqube.ws.client.webhooks
Class WebhooksService
java.lang.Object
org.sonarqube.ws.client.BaseService
org.sonarqube.ws.client.webhooks.WebhooksService
-
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.Webhooks.CreateWsResponsecreate(CreateRequest request) This is part of the internal API.voiddelete(DeleteRequest request) This is part of the internal API.org.sonarqube.ws.Webhooks.DeliveriesWsResponsedeliveries(DeliveriesRequest request) This is part of the internal API.org.sonarqube.ws.Webhooks.DeliveryWsResponsedelivery(DeliveryRequest request) This is part of the internal API.org.sonarqube.ws.Webhooks.ListResponselist(ListRequest 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
-
WebhooksService
-
-
Method Details
-
create
This is part of the internal API. This is a POST request.- Since:
- 7.1
- See Also:
-
delete
This is part of the internal API. This is a POST request.- Since:
- 7.1
- See Also:
-
deliveries
This is part of the internal API. This is a GET request.- Since:
- 6.2
- See Also:
-
delivery
This is part of the internal API. This is a GET request.- Since:
- 6.2
- See Also:
-
list
This is part of the internal API. This is a GET request.- Since:
- 7.1
- See Also:
-
update
This is part of the internal API. This is a POST request.- Since:
- 7.1
- See Also:
-