Package org.sonarqube.ws.client.hotspots
Class ChangeStatusRequest
java.lang.Object
org.sonarqube.ws.client.hotspots.ChangeStatusRequest
This is part of the internal API.
This is a POST request.
- Since:
- 8.1
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetComment
(String comment) Example value: "This is safe because user input is validated by the calling code"setHotspot
(String hotspot) This is a mandatory parameter.setResolution
(String resolution) Possible values: "FIXED" "SAFE"This is a mandatory parameter.
-
Constructor Details
-
ChangeStatusRequest
public ChangeStatusRequest()
-
-
Method Details
-
setComment
Example value: "This is safe because user input is validated by the calling code" -
getComment
-
setHotspot
This is a mandatory parameter. Example value: "AU-TpxcA-iU5OvuD2FL0" -
getHotspot
-
setResolution
Possible values:- "FIXED"
- "SAFE"
-
getResolution
-
setStatus
This is a mandatory parameter. Possible values:- "TO_REVIEW"
- "REVIEWED"
-
getStatus
-