Class ResetRequest

java.lang.Object
org.sonarqube.ws.client.settings.ResetRequest

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

    • ResetRequest

      public ResetRequest()
  • Method Details

    • setBranch

      public ResetRequest setBranch(String branch)
      This is part of the internal API. Example value: "feature/my_branch"
    • getBranch

      public String getBranch()
    • setComponent

      public ResetRequest setComponent(String component)
      Example value: "my_project"
    • getComponent

      public String getComponent()
    • setKeys

      public ResetRequest setKeys(List<String> keys)
      This is a mandatory parameter. Example value: "sonar.links.scm,sonar.debt.hoursInDay"
    • getKeys

      public List<String> getKeys()
    • setPullRequest

      public ResetRequest setPullRequest(String pullRequest)
      This is part of the internal API. Example value: "5461"
    • getPullRequest

      public String getPullRequest()