Interface RepositoryApi
-
@Path("/api/repositories") @Consumes("application/json") public interface RepositoryApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancreateRepository(String repoKey)booleandeleteRepository(String repoKey)
-