Uses of Class
jetbrains.buildServer.serverSide.oauth.github.GitHubRepository
-
Packages that use GitHubRepository Package Description jetbrains.buildServer.serverSide.oauth.github jetbrains.buildServer.vcshostings.github -
-
Uses of GitHubRepository in jetbrains.buildServer.serverSide.oauth.github
Methods in jetbrains.buildServer.serverSide.oauth.github that return types with arguments of type GitHubRepository Modifier and Type Method Description List<GitHubRepository>
GitHubRepositoryGroup. getRepositories()
Methods in jetbrains.buildServer.serverSide.oauth.github with parameters of type GitHubRepository Modifier and Type Method Description void
GitHubRepositoryGroup. addRepository(GitHubRepository repo)
com.google.gson.JsonElement
GitHubRepositorySerializer. serialize(GitHubRepository gitHubRepository, Type type, com.google.gson.JsonSerializationContext jsonSerializationContext)
-
Uses of GitHubRepository in jetbrains.buildServer.vcshostings.github
Methods in jetbrains.buildServer.vcshostings.github that return types with arguments of type GitHubRepository Modifier and Type Method Description Collection<GitHubRepository>
GitHubVcsRepositories. getUngroupedRepositories()
Constructor parameters in jetbrains.buildServer.vcshostings.github with type arguments of type GitHubRepository Constructor Description GitHubVcsRepositories(List<GitHubRepository> repositories, String nextPageId, boolean hasMore)
-