Package org.sonarqube.ws.client.settings
Class ResetRequest
java.lang.Object
org.sonarqube.ws.client.settings.ResetRequest
This is part of the internal API.
This is a POST request.
- Since:
- 6.1
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKeys()This is part of the internal API.setComponent(String component) Example value: "my_project"This is a mandatory parameter.setPullRequest(String pullRequest) This is part of the internal API.
-
Constructor Details
-
ResetRequest
public ResetRequest()
-
-
Method Details
-
setBranch
This is part of the internal API. Example value: "feature/my_branch" -
getBranch
-
setComponent
Example value: "my_project" -
getComponent
-
setKeys
This is a mandatory parameter. Example value: "sonar.links.scm,sonar.debt.hoursInDay" -
getKeys
-
setPullRequest
This is part of the internal API. Example value: "5461" -
getPullRequest
-