Class RemoveProjectRequest
java.lang.Object
org.sonarqube.ws.client.applications.RemoveProjectRequest
This is part of the internal API.
This is a POST request.
- Since:
- 7.3
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetApplication
(String application) This is a mandatory parameter.setProject
(String project) This is a mandatory parameter.
-
Constructor Details
-
RemoveProjectRequest
public RemoveProjectRequest()
-
-
Method Details
-
setApplication
This is a mandatory parameter. -
getApplication
-
setProject
This is a mandatory parameter. Example value: "my_project" -
getProject
-