| Package | Description | 
|---|---|
| com.jcabi.github | 
 Object Oriented Github API. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Issue.Smart
Smart Issue with extra features. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Issue | 
Issues.create(String title,
      String body)
Create new issue. 
 | 
Issue | 
Issues.get(int number)
Get specific issue by number. 
 | 
Issue | 
Comment.issue()
The issue it's in. 
 | 
Issue | 
Comment.Smart.issue()  | 
Issue | 
Pull.Smart.issue()
Get an issue where the pull request is submitted. 
 | 
Issue | 
Comments.issue()
The issue we're in. 
 | 
Issue | 
IssueLabels.issue()
The issue we're in. 
 | 
Issue | 
IssueLabels.Smart.issue()  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<Issue> | 
Search.issues(String keywords,
      String sort,
      Search.Order order,
      EnumMap<Search.Qualifier,String> qualifiers)
Search issues. 
 | 
Iterable<Issue> | 
Issues.iterate(Map<String,String> params)
Iterate them all. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
Issue.Smart.compareTo(Issue obj)  | 
| Constructor and Description | 
|---|
Issue.Smart(Issue iss)
Public ctor. 
 | 
Copyright © 2012–2014 jcabi.com. All rights reserved.