Class ShowRequest

java.lang.Object
org.sonarqube.ws.client.components.ShowRequest

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

    • ShowRequest

      public ShowRequest()
  • Method Details

    • setBranch

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

      public String getBranch()
    • setComponent

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

      public String getComponent()
    • setComponentId

      @Deprecated public ShowRequest setComponentId(String componentId)
      Deprecated.
      since 6.4
      Example value: "AU-Tpxb--iU5OvuD2FLy"
    • getComponentId

      public String getComponentId()
    • setPullRequest

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

      public String getPullRequest()