Package org.sonarqube.ws.client.sources
Class LinesRequest
java.lang.Object
org.sonarqube.ws.client.sources.LinesRequest
This is part of the internal API.
This is a POST request.
- Since:
- 5.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFrom()getKey()getTo()getUuid()This is part of the internal API.Example value: "10"Example value: "my_project:/src/foo/Bar.php"setPullRequest(String pullRequest) This is part of the internal API.Example value: "20"Example value: "f333aab4-7e3a-4d70-87e1-f4c491f05e5c"
-
Constructor Details
-
LinesRequest
public LinesRequest()
-
-
Method Details
-
setBranch
This is part of the internal API. Example value: "feature/my_branch" -
getBranch
-
setFrom
Example value: "10" -
getFrom
-
setKey
Example value: "my_project:/src/foo/Bar.php" -
getKey
-
setPullRequest
This is part of the internal API. Example value: "5461" -
getPullRequest
-
setTo
Example value: "20" -
getTo
-
setUuid
Example value: "f333aab4-7e3a-4d70-87e1-f4c491f05e5c" -
getUuid
-