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 classIssue.SmartSmart Issue with extra features.Methods in com.jcabi.github that return Issue Modifier and Type Method Description IssueIssues. create(String title, String body)Create new issue.IssueIssues. get(int number)Get specific issue by number.IssueComment. issue()The issue it's in.IssueComment.Smart. issue()IssueComments. issue()The issue we're in.IssueIssueLabels. issue()The issue we're in.IssueIssueLabels.Smart. issue()IssuePull.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 intIssue.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 classSfIssueSafe issue.Methods in com.jcabi.github.safe that return Issue Modifier and Type Method Description IssueSfComment. issue()IssueSfComments. issue()Methods in com.jcabi.github.safe with parameters of type Issue Modifier and Type Method Description intSfIssue. compareTo(Issue issue)Constructors in com.jcabi.github.safe with parameters of type Issue Constructor Description SfIssue(Issue issue)Public ctor.
-