Uses of Interface
com.jcabi.github.Issue
-
Packages that use Issue Package Description com.jcabi.github Object Oriented Github API.com.jcabi.github.safe Safe classes. -
-
Uses of Issue in com.jcabi.github
Classes in com.jcabi.github that implement Issue Modifier and Type Class Description static class
Issue.Smart
Smart Issue with extra features.Methods in com.jcabi.github that return Issue Modifier and Type Method 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
Comments. issue()
The issue we're in.Issue
IssueLabels. issue()
The issue we're in.Issue
IssueLabels.Smart. issue()
Issue
Pull.Smart. issue()
Get an issue where the pull request is submitted.Methods in com.jcabi.github that return types with arguments of type Issue Modifier and Type Method 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.Iterable<Issue>
Issues. search(Issues.Sort sort, Search.Order direction, EnumMap<Issues.Qualifier,String> qualifiers)
Search for issues within the given repository.Methods in com.jcabi.github with parameters of type Issue Modifier and Type Method Description int
Issue.Smart. compareTo(Issue obj)
Constructors in com.jcabi.github with parameters of type Issue Constructor Description Smart(Issue iss)
Public ctor. -
Uses of Issue in com.jcabi.github.safe
Classes in com.jcabi.github.safe that implement Issue Modifier and Type Class Description class
SfIssue
Safe issue.Methods in com.jcabi.github.safe that return Issue Modifier and Type Method Description Issue
SfComment. issue()
Issue
SfComments. issue()
Methods in com.jcabi.github.safe with parameters of type Issue Modifier and Type Method Description int
SfIssue. compareTo(Issue issue)
Constructors in com.jcabi.github.safe with parameters of type Issue Constructor Description SfIssue(Issue issue)
Public ctor.
-