Package org.sonarqube.ws.client.issues
Class BulkChangeRequest
java.lang.Object
org.sonarqube.ws.client.issues.BulkChangeRequest
This is part of the internal API.
This is a POST request.
- Since:
- 3.7
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetAddTags(String addTags) Example value: "security,java8"Example value: "john.smith"setComment(List<String> comment) Example value: "Here is my comment"setDoTransition(String doTransition) Example value: "reopen" Possible values: "confirm" "unconfirm" "reopen" "resolve" "falsepositive" "wontfix" "close"This is a mandatory parameter.setRemoveTags(String removeTags) Example value: "security,java8"setSendNotifications(String sendNotifications) Possible values: "true" "false" "yes" "no"setSetSeverity(List<String> setSeverity) Example value: "BLOCKER" Possible values: "INFO" "MINOR" "MAJOR" "CRITICAL" "BLOCKER"setSetType(List<String> setType) Example value: "BUG" Possible values: "CODE_SMELL" "BUG" "VULNERABILITY"
-
Constructor Details
-
BulkChangeRequest
public BulkChangeRequest()
-
-
Method Details
-
setAddTags
Example value: "security,java8" -
getAddTags
-
setAssign
Example value: "john.smith" -
getAssign
-
setComment
Example value: "Here is my comment" -
getComment
-
setDoTransition
Example value: "reopen" Possible values:- "confirm"
- "unconfirm"
- "reopen"
- "resolve"
- "falsepositive"
- "wontfix"
- "close"
-
getDoTransition
-
setIssues
This is a mandatory parameter. Example value: "AU-Tpxb--iU5OvuD2FLy,AU-TpxcA-iU5OvuD2FLz" -
getIssues
-
setRemoveTags
Example value: "security,java8" -
getRemoveTags
-
setSendNotifications
Possible values:- "true"
- "false"
- "yes"
- "no"
-
getSendNotifications
-
setSetSeverity
Example value: "BLOCKER" Possible values:- "INFO"
- "MINOR"
- "MAJOR"
- "CRITICAL"
- "BLOCKER"
-
getSetSeverity
-
setSetType
Example value: "BUG" Possible values:- "CODE_SMELL"
- "BUG"
- "VULNERABILITY"
-
getSetType
-