Class ShowRequest

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

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

    • ShowRequest

      public ShowRequest()
  • Method Details

    • setApplication

      public ShowRequest setApplication(String application)
      This is a mandatory parameter. Example value: "my_application"
    • getApplication

      public String getApplication()
    • setBranch

      public ShowRequest setBranch(String branch)
      Example value: "branch-2.0"
    • getBranch

      public String getBranch()