Class AddCommentRequest

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

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

    • AddCommentRequest

      public AddCommentRequest()
  • Method Details

    • setIssue

      public AddCommentRequest setIssue(String issue)
      This is a mandatory parameter. Example value: "AU-Tpxb--iU5OvuD2FLy"
    • getIssue

      public String getIssue()
    • setText

      public AddCommentRequest setText(String text)
      This is a mandatory parameter. Example value: "Won't fix because it doesn't apply to the context"
    • getText

      public String getText()