Package | Description |
---|---|
com.jcabi.github |
Object Oriented Github API.
|
Modifier and Type | Class and Description |
---|---|
static class |
RepoCommit.Smart
Smart commit.
|
Modifier and Type | Method and Description |
---|---|
RepoCommit |
RepoCommits.get(String sha)
Get single repository's commits.
|
RepoCommit |
Contents.remove(javax.json.JsonObject content)
Removes a file.
|
RepoCommit |
Contents.update(String path,
javax.json.JsonObject json)
Updates a file.
|
Modifier and Type | Method and Description |
---|---|
Iterable<RepoCommit> |
CommitsComparison.Smart.commits()
Get commits.
|
Iterable<RepoCommit> |
RepoCommits.iterate(Map<String,String> params)
Iterate all repository's commits.
|
Modifier and Type | Method and Description |
---|---|
int |
RepoCommit.Smart.compareTo(RepoCommit obj) |
Constructor and Description |
---|
RepoCommit.Smart(RepoCommit cmt)
Public ctor.
|
Copyright © 2012–2014 jcabi.com. All rights reserved.