Class BulkChangeRequest

java.lang.Object
org.sonarqube.ws.client.issues.BulkChangeRequest

@Generated("sonar-ws-generator") public class BulkChangeRequest extends Object
This is part of the internal API. This is a POST request.
Since:
3.7
See Also:
  • Constructor Details

    • BulkChangeRequest

      public BulkChangeRequest()
  • Method Details

    • setAddTags

      public BulkChangeRequest setAddTags(String addTags)
      Example value: "security,java8"
    • getAddTags

      public String getAddTags()
    • setAssign

      public BulkChangeRequest setAssign(List<String> assign)
      Example value: "john.smith"
    • getAssign

      public List<String> getAssign()
    • setComment

      public BulkChangeRequest setComment(List<String> comment)
      Example value: "Here is my comment"
    • getComment

      public List<String> getComment()
    • setDoTransition

      public BulkChangeRequest setDoTransition(String doTransition)
      Example value: "reopen" Possible values:
      • "confirm"
      • "unconfirm"
      • "reopen"
      • "resolve"
      • "falsepositive"
      • "wontfix"
      • "close"
    • getDoTransition

      public String getDoTransition()
    • setIssues

      public BulkChangeRequest setIssues(List<String> issues)
      This is a mandatory parameter. Example value: "AU-Tpxb--iU5OvuD2FLy,AU-TpxcA-iU5OvuD2FLz"
    • getIssues

      public List<String> getIssues()
    • setRemoveTags

      public BulkChangeRequest setRemoveTags(String removeTags)
      Example value: "security,java8"
    • getRemoveTags

      public String getRemoveTags()
    • setSendNotifications

      public BulkChangeRequest setSendNotifications(String sendNotifications)
      Possible values:
      • "true"
      • "false"
      • "yes"
      • "no"
    • getSendNotifications

      public String getSendNotifications()
    • setSetSeverity

      public BulkChangeRequest setSetSeverity(List<String> setSeverity)
      Example value: "BLOCKER" Possible values:
      • "INFO"
      • "MINOR"
      • "MAJOR"
      • "CRITICAL"
      • "BLOCKER"
    • getSetSeverity

      public List<String> getSetSeverity()
    • setSetType

      public BulkChangeRequest setSetType(List<String> setType)
      Example value: "BUG" Possible values:
      • "CODE_SMELL"
      • "BUG"
      • "VULNERABILITY"
    • getSetType

      public List<String> getSetType()