Class SelectRequest

java.lang.Object
org.sonarqube.ws.client.qualitygates.SelectRequest

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

    • SelectRequest

      public SelectRequest()
  • Method Details

    • setGateName

      public SelectRequest setGateName(String gateName)
      This is a mandatory parameter. Example value: "1"
    • getGateName

      public String getGateName()
    • setProjectKey

      public SelectRequest setProjectKey(String projectKey)
      Example value: "my_project"
    • getProjectKey

      public String getProjectKey()