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 classIssueLabels.SmartSmart IssueLabels with extra features.Methods in com.jcabi.github that return IssueLabels Modifier and Type Method Description IssueLabelsIssue. labels()Get all labels of the issue.IssueLabelsIssue.Smart. labels()IssueLabelsIssue.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 IssueLabelsSfIssue. labels()
-