Uses of Interface
com.jcabi.github.Label
-
Packages that use Label Package Description com.jcabi.github Object Oriented Github API. -
-
Uses of Label in com.jcabi.github
Classes in com.jcabi.github that implement Label Modifier and Type Class Description static class
Label.Smart
Smart Label with extra features.static class
Label.Unmodified
Unmodified Label with extra features.Methods in com.jcabi.github that return Label Modifier and Type Method Description Label
Labels. create(String name, String color)
Create new label.Label
Labels.Smart. create(String name, String color)
Label
Labels.Smart. createOrGet(String name)
Create or get label.Label
Labels.Smart. createOrGet(String name, String color)
Create or get label (with this explicit color).Label
IssueLabels.Smart. get(String name)
Get label by name (runtime exception if absent).Label
Labels. get(String name)
Get a label by name.Label
Labels.Smart. get(String name)
Methods in com.jcabi.github that return types with arguments of type Label Modifier and Type Method Description Collection<Label>
IssueLabels.Smart. findByColor(String color)
Select all labels with the given color.Iterable<Label>
IssueLabels. iterate()
Iterate them all.Iterable<Label>
IssueLabels.Smart. iterate()
Iterable<Label>
Labels. iterate()
Iterate them all.Iterable<Label>
Labels.Smart. iterate()
com.google.common.base.Optional<Label>
Event.Smart. label()
Label that was added or removed in this event (if any).Methods in com.jcabi.github with parameters of type Label Modifier and Type Method Description int
Label.Smart. compareTo(Label lbl)
int
Label.Unmodified. compareTo(Label label)
Constructors in com.jcabi.github with parameters of type Label Constructor Description Smart(Label lbl)
Public ctor.
-