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 class
Repo.Smart
Smart Repo with extra features.Methods in com.jcabi.github that return Repo Modifier and Type Method Description Repo
Repos. create(Repos.RepoCreate settings)
Create repository.Repo
Repos. get(Coordinates coords)
Get repository by name.Repo
Blobs. repo()
Owner of them.Repo
Branch. repo()
The repo we're in.Repo
Branches. repo()
Repo which the branches are in.Repo
Collaborators. repo()
Owner of them.Repo
Commit. repo()
The repo we're in.Repo
Commit.Smart. repo()
Repo
Commits. repo()
Owner of them.Repo
CommitsComparison. repo()
Get a parent repository of commits.Repo
CommitsComparison.Smart. repo()
Repo
Content. repo()
Repository we're in.Repo
Content.Smart. repo()
Repo
Contents. repo()
Owner of them.Repo
DeployKeys. repo()
Owner of them.Repo
Event. repo()
Repository we're in.Repo
Event.Smart. repo()
Repo
Forks. repo()
Owner of them.Repo
Git. repo()
Owner of it.Repo
Hook. repo()
Repository we're in.Repo
Hook.Smart. repo()
Repo
Hooks. repo()
Owner of them.Repo
Issue. repo()
Repository we're in.Repo
Issue.Smart. repo()
Repo
IssueEvents. repo()
Owner of them.Repo
Issues. repo()
Owner of them.Repo
Label. repo()
The repo we're in.Repo
Label.Smart. repo()
Repo
Label.Unmodified. repo()
Repo
Labels. repo()
The repo we're in.Repo
Labels.Smart. repo()
Repo
Milestone. repo()
Repository we're in.Repo
Milestone.Smart. repo()
Repo
Milestones. repo()
Owner of them.Repo
Pull. repo()
Repo we're in.Repo
Pull.Smart. repo()
Repo
PullRef. repo()
Get the repository which its commit is in.Repo
PullRef.Smart. repo()
Repo
Pulls. repo()
Owner of them.Repo
Reference. repo()
Return its owner repo.Repo
References. repo()
Owner of them.Repo
Release. repo()
Owner of them.Repo
Release.Smart. repo()
Repo
Releases. repo()
Owner of them.Repo
Releases.Smart. repo()
Repo
RepoCommit. repo()
The repo we're in.Repo
RepoCommit.Smart. repo()
Repo
RtBranch. repo()
Repo
RtCommits. repo()
Repo
Stars. repo()
Owner of them.Repo
Tag. repo()
Return owner repo.Repo
Tags. repo()
Owner of them.Repo
Tree. repo()
The repo we're in.Repo
Trees. 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 int
Repo.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 Repo
MkGithub. randomRepo()
Create repo with random name.Repo
MkBranch. repo()
Repo
MkBranches. repo()
Repo
MkCommit. repo()
Repo
MkCommits. repo()
-
Uses of Repo in com.jcabi.github.safe
Methods in com.jcabi.github.safe that return Repo Modifier and Type Method Description Repo
SfIssue. repo()
-