Package org.sonarqube.ws.client.projects
Class CreateRequest
java.lang.Object
org.sonarqube.ws.client.projects.CreateRequest
This is part of the internal API.
This is a POST request.
- Since:
- 4.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()setMainBranch(String mainBranch) Example value: "master"This is a mandatory parameter.setProject(String project) This is a mandatory parameter.setVisibility(String visibility) This is part of the internal API.
-
Constructor Details
-
CreateRequest
public CreateRequest()
-
-
Method Details
-
setMainBranch
Example value: "master" -
getMainBranch
-
setName
This is a mandatory parameter. Example value: "SonarQube" -
getName
-
setProject
This is a mandatory parameter. Example value: "my_project" -
getProject
-
setVisibility
This is part of the internal API. Possible values:- "private"
- "public"
-
getVisibility
-