Class ScmRequest

java.lang.Object
org.sonarqube.ws.client.sources.ScmRequest

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

    • ScmRequest

      public ScmRequest()
  • Method Details

    • setCommitsByLine

      public ScmRequest setCommitsByLine(String commitsByLine)
      Possible values:
      • "true"
      • "false"
      • "yes"
      • "no"
    • getCommitsByLine

      public String getCommitsByLine()
    • setFrom

      public ScmRequest setFrom(String from)
      Example value: "10"
    • getFrom

      public String getFrom()
    • setKey

      public ScmRequest setKey(String key)
      This is a mandatory parameter. Example value: "my_project:/src/foo/Bar.php"
    • getKey

      public String getKey()
    • setTo

      public ScmRequest setTo(String to)
      Example value: "20"
    • getTo

      public String getTo()