Class ComponentRequest

java.lang.Object
org.sonarqube.ws.client.navigation.ComponentRequest

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

    • ComponentRequest

      public ComponentRequest()
  • Method Details

    • setBranch

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

      public String getBranch()
    • setComponent

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

      public String getComponent()
    • setPullRequest

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

      public String getPullRequest()