public interface RepositoryManagement
Modifier and Type | Method and Description |
---|---|
default String |
fileContent(String org,
String repo,
String branch,
String filePath)
Fetches the contents of the file
|
default List<Repository> |
repositories(String org) |
default List<Repository> repositories(String org)
org
- - for the given organizationdefault String fileContent(String org, String repo, String branch, String filePath)
org
- - organizationrepo
- - repositorybranch
- - branch of the repositoryfilePath
- - path to the fileCopyright © 2018 Pivotal Software, Inc.. All rights reserved.