Modifier and Type | Method and Description |
---|---|
RepositoryDTO |
GitApi.createRepository(CreateRepositoryDTO dto) |
RepositoryDTO |
GitRepoClientSupport.createRepository(CreateRepositoryDTO createRepository) |
RepositoryDTO |
GitApi.getOrganisationRepository(String organisation,
String repo) |
RepositoryDTO |
GitRepoClientSupport.getOrganisationRepository(String organisation,
String repo) |
RepositoryDTO |
GitApi.getRepository(String owner,
String repo) |
RepositoryDTO |
GitRepoClientSupport.getRepository(String owner,
String repo) |
Modifier and Type | Method and Description |
---|---|
List<RepositoryDTO> |
GitApi.listOrganisationRepositories(String organisation) |
List<RepositoryDTO> |
GitRepoClientSupport.listOrganisationRepositories(String organisation) |
List<RepositoryDTO> |
GitApi.listRepositories() |
List<RepositoryDTO> |
GitRepoClientSupport.listRepositories() |
Copyright © 2011–2017 Red Hat. All rights reserved.