Class ShowLeakRequest

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

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

    • ShowLeakRequest

      public ShowLeakRequest()
  • Method Details

    • setApplication

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

      public String getApplication()
    • setBranch

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

      public String getBranch()