Class RemoveProjectRequest

java.lang.Object
org.sonarqube.ws.client.qualityprofiles.RemoveProjectRequest

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

    • RemoveProjectRequest

      public RemoveProjectRequest()
  • Method Details

    • setLanguage

      public RemoveProjectRequest setLanguage(String language)
      This is a mandatory parameter.
    • getLanguage

      public String getLanguage()
    • setProject

      public RemoveProjectRequest setProject(String project)
      This is a mandatory parameter. Example value: "my_project"
    • getProject

      public String getProject()
    • setQualityProfile

      public RemoveProjectRequest setQualityProfile(String qualityProfile)
      This is a mandatory parameter. Example value: "Sonar way"
    • getQualityProfile

      public String getQualityProfile()