Uses of Interface
com.jcabi.github.Repo
-
Packages that use Repo Package Description com.jcabi.github Object Oriented Github API.com.jcabi.github.mock Mock Github server.com.jcabi.github.safe Safe classes. -
-
Uses of Repo in com.jcabi.github
Classes in com.jcabi.github that implement Repo Modifier and Type Class Description static classRepo.SmartSmart Repo with extra features.Methods in com.jcabi.github that return Repo Modifier and Type Method Description RepoRepos. create(Repos.RepoCreate settings)Create repository.RepoRepos. get(Coordinates coords)Get repository by name.RepoBlobs. repo()Owner of them.RepoBranch. repo()The repo we're in.RepoBranches. repo()Repo which the branches are in.RepoCollaborators. repo()Owner of them.RepoCommit. repo()The repo we're in.RepoCommit.Smart. repo()RepoCommits. repo()Owner of them.RepoCommitsComparison. repo()Get a parent repository of commits.RepoCommitsComparison.Smart. repo()RepoContent. repo()Repository we're in.RepoContent.Smart. repo()RepoContents. repo()Owner of them.RepoDeployKeys. repo()Owner of them.RepoEvent. repo()Repository we're in.RepoEvent.Smart. repo()RepoForks. repo()Owner of them.RepoGit. repo()Owner of it.RepoHook. repo()Repository we're in.RepoHook.Smart. repo()RepoHooks. repo()Owner of them.RepoIssue. repo()Repository we're in.RepoIssue.Smart. repo()RepoIssueEvents. repo()Owner of them.RepoIssues. repo()Owner of them.RepoLabel. repo()The repo we're in.RepoLabel.Smart. repo()RepoLabel.Unmodified. repo()RepoLabels. repo()The repo we're in.RepoLabels.Smart. repo()RepoMilestone. repo()Repository we're in.RepoMilestone.Smart. repo()RepoMilestones. repo()Owner of them.RepoPull. repo()Repo we're in.RepoPull.Smart. repo()RepoPullRef. repo()Get the repository which its commit is in.RepoPullRef.Smart. repo()RepoPulls. repo()Owner of them.RepoReference. repo()Return its owner repo.RepoReferences. repo()Owner of them.RepoRelease. repo()Owner of them.RepoRelease.Smart. repo()RepoReleases. repo()Owner of them.RepoReleases.Smart. repo()RepoRepoCommit. repo()The repo we're in.RepoRepoCommit.Smart. repo()RepoRtBranch. repo()RepoRtCommits. repo()RepoStars. repo()Owner of them.RepoTag. repo()Return owner repo.RepoTags. repo()Owner of them.RepoTree. repo()The repo we're in.RepoTrees. repo()Owner of them.Methods in com.jcabi.github that return types with arguments of type Repo Modifier and Type Method Description Iterable<Repo>Repos. iterate(String identifier)Iterate all public repos, starting with the one you've seen already.Iterable<Repo>Search. repos(String keywords, String sort, Search.Order order)Search repositories.Methods in com.jcabi.github with parameters of type Repo Modifier and Type Method Description intRepo.Smart. compareTo(Repo repos)Constructors in com.jcabi.github with parameters of type Repo Constructor Description Smart(Repo rep)Public ctor.Unmodified(Repo rep, String object)Public ctor. -
Uses of Repo in com.jcabi.github.mock
Methods in com.jcabi.github.mock that return Repo Modifier and Type Method Description RepoMkGithub. randomRepo()Create repo with random name.RepoMkBranch. repo()RepoMkBranches. repo()RepoMkCommit. repo()RepoMkCommits. repo() -
Uses of Repo in com.jcabi.github.safe
Methods in com.jcabi.github.safe that return Repo Modifier and Type Method Description RepoSfIssue. repo()
-