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 |
Labels.get(String name)
Get a label by name.
|
Label |
Labels.Smart.get(String name) |
Label |
IssueLabels.Smart.get(String name)
Get label by name (runtime exception if absent).
|
Modifier and Type | Method and Description |
---|---|
Collection<Label> |
IssueLabels.Smart.findByColor(String color)
Select all labels with the given color.
|
Iterable<Label> |
Labels.iterate()
Iterate them all.
|
Iterable<Label> |
Labels.Smart.iterate() |
Iterable<Label> |
IssueLabels.iterate()
Iterate them all.
|
Iterable<Label> |
IssueLabels.Smart.iterate() |
Modifier and Type | Method and Description |
---|---|
int |
Label.Smart.compareTo(Label lbl) |
int |
Label.Unmodified.compareTo(Label label) |
Constructor and Description |
---|
Label.Smart(Label lbl)
Public ctor.
|
Copyright © 2012–2014 jcabi.com. All rights reserved.