Class RemoveProjectRequest

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

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

    • RemoveProjectRequest

      public RemoveProjectRequest()
  • Method Details

    • setApplication

      public RemoveProjectRequest setApplication(String application)
      This is a mandatory parameter.
    • getApplication

      public String getApplication()
    • setProject

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

      public String getProject()