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 classLabel.SmartSmart Label with extra features.static classLabel.UnmodifiedUnmodified Label with extra features.Methods in com.jcabi.github that return Label Modifier and Type Method Description LabelLabels. create(String name, String color)Create new label.LabelLabels.Smart. create(String name, String color)LabelLabels.Smart. createOrGet(String name)Create or get label.LabelLabels.Smart. createOrGet(String name, String color)Create or get label (with this explicit color).LabelIssueLabels.Smart. get(String name)Get label by name (runtime exception if absent).LabelLabels. get(String name)Get a label by name.LabelLabels.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 intLabel.Smart. compareTo(Label lbl)intLabel.Unmodified. compareTo(Label label)Constructors in com.jcabi.github with parameters of type Label Constructor Description Smart(Label lbl)Public ctor.
-