@Path(value="a")
@Produces(value="application/json")
@Consumes(value="application/json")
public interface GerritGitApi
| Modifier and Type | Method and Description |
|---|---|
GerritRepositoryDTO |
createRepository(String repo,
CreateRepositoryDTO dto) |
@POST
@Path(value="projects/{repo}")
GerritRepositoryDTO createRepository(@PathParam(value="repo")
String repo,
CreateRepositoryDTO dto)
Copyright © 2011–2015 Red Hat. All rights reserved.