Class ShowRequest
java.lang.Object
org.sonarqube.ws.client.securityreports.ShowRequest
This is part of the internal API.
This is a POST request.
- Since:
- 7.3
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExample value: "branch-2.0"setIncludeDistribution(String includeDistribution) Possible values: "true" "false" "yes" "no"setProject(String project) This is a mandatory parameter.setStandard(String standard) This is a mandatory parameter.
-
Constructor Details
-
ShowRequest
public ShowRequest()
-
-
Method Details
-
setBranch
Example value: "branch-2.0" -
getBranch
-
setIncludeDistribution
Possible values:- "true"
- "false"
- "yes"
- "no"
-
getIncludeDistribution
-
setProject
This is a mandatory parameter. -
getProject
-
setStandard
This is a mandatory parameter. Possible values:- "owaspTop10"
- "sansTop25"
-
getStandard
-