Class AppRequest
java.lang.Object
org.sonarqube.ws.client.components.AppRequest
This is part of the internal API.
This is a POST request.
- Since:
- 4.4
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis is part of the internal API.setComponent
(String component) Example value: "my_project"setPullRequest
(String pullRequest) This is part of the internal API.
-
Constructor Details
-
AppRequest
public AppRequest()
-
-
Method Details
-
setBranch
This is part of the internal API. Example value: "feature/my_branch" -
getBranch
-
setComponent
Example value: "my_project" -
getComponent
-
setPullRequest
This is part of the internal API. Example value: "5461" -
getPullRequest
-