| Package | Description | 
|---|---|
| com.jcabi.github | 
 Object Oriented Github API. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Label.Smart
Smart Label with extra features. 
 | 
static class  | 
Label.Unmodified
Unmodified Label with extra features. 
 | 
| Modifier and Type | Method and 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)  | 
| Modifier and Type | Method and 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). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
Label.Smart.compareTo(Label lbl)  | 
int | 
Label.Unmodified.compareTo(Label label)  | 
| Constructor and Description | 
|---|
Smart(Label lbl)
Public ctor. 
 | 
Copyright © 2012–2018 jcabi.com. All rights reserved.