Uses of Class
de.julielab.jcore.pipeline.builder.base.main.GitHubRepository
-
Packages that use GitHubRepository Package Description de.julielab.jcore.pipeline.builder.base.connectors -
-
Uses of GitHubRepository in de.julielab.jcore.pipeline.builder.base.connectors
Methods in de.julielab.jcore.pipeline.builder.base.connectors with parameters of type GitHubRepository Modifier and Type Method Description static Map<String,MetaDescription>GitHubConnector. getComponents(GitHubRepository repository, Boolean exposable)Lists all folders in a the repository $repo$ of branch %version% with their respective MetaFile InputStream.static InputStreamGitHubConnector. getGitHubContentStream(GitHubRepository repository)Gets the content of a GitHub repository in JSON formatstatic InputStreamGitHubConnector. getMetaFileStream(String name, GitHubRepository repository)Gets the content of a JCoRe component meta filestatic List<RepositoryBranchInformation>GitHubConnector. getRepositoryBranches(GitHubRepository repository)
-