public class ProjectsService extends BaseService
api/projects.controller| Constructor and Description |
|---|
ProjectsService(WsConnector wsConnector) |
| Modifier and Type | Method and Description |
|---|---|
void |
create(CreateRequest project)
Provisions a new project.
|
void |
delete(DeleteRequest request) |
call, call, convert, inlineMultipleParamValue, pathpublic ProjectsService(WsConnector wsConnector)
public void create(CreateRequest project)
HttpException - if HTTP status code is not 2xx.public void delete(DeleteRequest request)
HttpException - if HTTP status code is not 2xx.Copyright © 2009–2016 SonarSource. All rights reserved.