Uses of Interface
com.jcabi.github.IssueLabels
-
Packages that use IssueLabels Package Description com.jcabi.github Object Oriented Github API.com.jcabi.github.safe Safe classes. -
-
Uses of IssueLabels in com.jcabi.github
Classes in com.jcabi.github that implement IssueLabels Modifier and Type Class Description static class
IssueLabels.Smart
Smart IssueLabels with extra features.Methods in com.jcabi.github that return IssueLabels Modifier and Type Method Description IssueLabels
Issue. labels()
Get all labels of the issue.IssueLabels
Issue.Smart. labels()
IssueLabels
Issue.Smart. roLabels()
Get read-only labels.Constructors in com.jcabi.github with parameters of type IssueLabels Constructor Description Smart(IssueLabels lbl)
Public ctor. -
Uses of IssueLabels in com.jcabi.github.safe
Methods in com.jcabi.github.safe that return IssueLabels Modifier and Type Method Description IssueLabels
SfIssue. labels()
-