Package | Description |
---|---|
com.jcabi.github |
Object Oriented Github API.
|
com.jcabi.github.mock |
Mock Github server.
|
Modifier and Type | Class and Description |
---|---|
static class |
Repo.Smart
Smart Repo with extra features.
|
Modifier and Type | Method and Description |
---|---|
Repo |
Repos.create(javax.json.JsonObject json)
Create repository.
|
Repo |
Repos.get(Coordinates coords)
Get repository by name.
|
Repo |
Forks.repo()
Owner of them.
|
Repo |
Hook.repo()
Repository we're in.
|
Repo |
Hook.Smart.repo() |
Repo |
Release.repo()
Owner of them.
|
Repo |
Release.Smart.repo() |
Repo |
Labels.repo()
The repo we're in.
|
Repo |
Labels.Smart.repo() |
Repo |
RepoCommit.repo()
The repo we're in.
|
Repo |
RepoCommit.Smart.repo() |
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 |
Reference.repo()
Return its owner repo.
|
Repo |
Tree.repo()
The repo we're in.
|
Repo |
Commit.repo()
The repo we're in.
|
Repo |
Commit.Smart.repo() |
Repo |
Releases.repo()
Owner of them.
|
Repo |
Milestone.repo()
Repository we're in.
|
Repo |
Milestone.Smart.repo() |
Repo |
Blobs.repo()
Owner of them.
|
Repo |
Commits.repo()
Owner of them.
|
Repo |
Milestones.repo()
Owner of them.
|
Repo |
Tags.repo()
Owner of them.
|
Repo |
Pulls.repo()
Owner of them.
|
Repo |
References.repo()
Owner of them.
|
Repo |
RtCommits.repo() |
Repo |
Label.repo()
The repo we're in.
|
Repo |
Label.Smart.repo() |
Repo |
Label.Unmodified.repo() |
Repo |
Collaborators.repo()
Owner of them.
|
Repo |
Event.repo()
Repository we're in.
|
Repo |
Event.Smart.repo() |
Repo |
Issues.repo()
Owner of them.
|
Repo |
Pull.repo()
Pull we're in.
|
Repo |
Pull.Smart.repo() |
Repo |
Hooks.repo()
Owner of them.
|
Repo |
Git.repo()
Owner of it.
|
Repo |
Contents.repo()
Owner of them.
|
Repo |
Issue.repo()
Repository we're in.
|
Repo |
Issue.Smart.repo() |
Repo |
DeployKeys.repo()
Owner of them.
|
Repo |
Tag.repo()
Return owner repo.
|
Repo |
Trees.repo()
Owner of them.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
int |
Repo.Smart.compareTo(Repo repos) |
Constructor and Description |
---|
Label.Unmodified(Repo rep,
String object)
Public ctor.
|
Repo.Smart(Repo rep)
Public ctor.
|
Modifier and Type | Method and Description |
---|---|
Repo |
MkGithub.randomRepo()
Create repo with random name.
|
Repo |
MkCommits.repo() |
Repo |
MkCommit.repo() |
Copyright © 2012–2014 jcabi.com. All rights reserved.