Package org.sonarqube.ws.client.webhooks
Class UpdateRequest
java.lang.Object
org.sonarqube.ws.client.webhooks.UpdateRequest
This is part of the internal API.
This is a POST request.
- Since:
- 7.1
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()getUrl()This is a mandatory parameter.Example value: "your_secret"This is a mandatory parameter.setWebhook(String webhook) This is a mandatory parameter.
-
Constructor Details
-
UpdateRequest
public UpdateRequest()
-
-
Method Details
-
setName
This is a mandatory parameter. Example value: "My Webhook" -
getName
-
setSecret
Example value: "your_secret" -
getSecret
-
setUrl
This is a mandatory parameter. Example value: "https://www.my-webhook-listener.com/sonar" -
getUrl
-
setWebhook
This is a mandatory parameter. Example value: "my_project" -
getWebhook
-