| Package | Description |
|---|---|
| com.jcabi.github |
Object Oriented Github API.
|
| com.jcabi.github.mock |
Mock Github server.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Commit.Smart
Smart commit.
|
| Modifier and Type | Method and Description |
|---|---|
Commit |
Commits.create(javax.json.JsonObject params)
Create a Commit object.
|
Commit |
RtCommits.create(javax.json.JsonObject params) |
Commit |
Commits.get(String sha)
Return a Commit by its SHA.
|
Commit |
RtCommits.get(String sha) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Commit> |
Pull.commits()
Get all commits of the pull request.
|
Iterable<Commit> |
Pull.Smart.commits() |
| Modifier and Type | Method and Description |
|---|---|
int |
Commit.Smart.compareTo(Commit obj) |
| Constructor and Description |
|---|
Commit.Smart(Commit cmt)
Public ctor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MkCommit
Mock of Github Commit.
|
| Modifier and Type | Method and Description |
|---|---|
Commit |
MkCommits.create(javax.json.JsonObject params) |
Commit |
MkCommits.get(String sha) |
| Modifier and Type | Method and Description |
|---|---|
int |
MkCommit.compareTo(Commit commit) |
Copyright © 2012–2014 jcabi.com. All rights reserved.