@Immutable public interface Repo extends JsonReadable, JsonPatchable, Comparable<Repo>
Modifier and Type | Interface and Description |
---|---|
static class |
Repo.Smart
Smart Repo with extra features.
|
Modifier and Type | Method and Description |
---|---|
Assignees |
assignees()
Get all available assignees to which issues may be assigned.
|
Collaborators |
collaborators()
Gel all collaborators.
|
RepoCommits |
commits()
Get repository's commits.
|
Contents |
contents()
Get all contents of the repo.
|
Coordinates |
coordinates()
Get its coordinates.
|
Iterable<Event> |
events()
Get all events for the repository.
|
Forks |
forks()
Get all forks of the repo.
|
Git |
git()
Get the Git API entry point.
|
Github |
github()
Get its owner.
|
Hooks |
hooks()
Hooks.
|
Issues |
issues()
Iterate issues.
|
DeployKeys |
keys()
Get all deploy keys of the repo.
|
Labels |
labels()
Get all labels of the repo.
|
Milestones |
milestones()
Iterate milestones.
|
Notifications |
notifications()
Get Notifications API.
|
Pulls |
pulls()
Pull requests.
|
Releases |
releases()
Get all releases of the repo.
|
Stars |
stars()
Get Starring API.
|
json
patch
compareTo
@NotNull(message="coordinates is never NULL") Coordinates coordinates()
@NotNull(message="iterator of issues is never NULL") Issues issues()
@NotNull(message="iterator of milestones is never NULL") Milestones milestones()
@NotNull(message="iterator of pull requests is never NULL") Pulls pulls()
@NotNull(message="iterable of events is never NULL") Iterable<Event> events()
@NotNull(message="labels are never NULL") Labels labels()
@NotNull(message="assignees are never NULL") Assignees assignees()
@NotNull(message="releases are never NULL") Releases releases()
@NotNull(message="deploy keys are never NULL") DeployKeys keys()
@NotNull(message="Forks are never NULL") Forks forks()
@NotNull(message="RepoCommits are never NULL") RepoCommits commits()
@NotNull(message="Contents are never NULL") Contents contents()
@NotNull(message="Collaborators is never NULL") Collaborators collaborators()
@NotNull(message="Git is never NULL") Git git()
@NotNull(message="Stars is never NULL") Stars stars()
@NotNull(message="Notifications is never NULL") Notifications notifications()
Copyright © 2012–2014 jcabi.com. All rights reserved.