|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Label | |
|---|---|
| org.eclipse.egit.github.core | |
| org.eclipse.egit.github.core.service | |
| org.eclipse.egit.github.core.util | |
| Uses of Label in org.eclipse.egit.github.core |
|---|
| Methods in org.eclipse.egit.github.core that return Label | |
|---|---|
Label |
Label.setColor(String color)
|
Label |
Label.setName(String name)
|
Label |
Label.setUrl(String url)
|
| Methods in org.eclipse.egit.github.core that return types with arguments of type Label | |
|---|---|
List<Label> |
Issue.getLabels()
|
| Method parameters in org.eclipse.egit.github.core with type arguments of type Label | |
|---|---|
Issue |
Issue.setLabels(List<Label> labels)
|
| Uses of Label in org.eclipse.egit.github.core.service |
|---|
| Methods in org.eclipse.egit.github.core.service that return Label | |
|---|---|
Label |
LabelService.createLabel(String user,
String repository,
Label label)
Create label |
Label |
LabelService.getLabel(String user,
String repository,
String label)
Get label with given name |
| Methods in org.eclipse.egit.github.core.service that return types with arguments of type Label | |
|---|---|
List<Label> |
LabelService.getLabels(String user,
String repository)
Get labels |
List<Label> |
LabelService.setLabels(String user,
String repository,
String issueId,
List<Label> labels)
Set the labels for an issue |
| Methods in org.eclipse.egit.github.core.service with parameters of type Label | |
|---|---|
Label |
LabelService.createLabel(String user,
String repository,
Label label)
Create label |
| Method parameters in org.eclipse.egit.github.core.service with type arguments of type Label | |
|---|---|
List<Label> |
LabelService.setLabels(String user,
String repository,
String issueId,
List<Label> labels)
Set the labels for an issue |
| Uses of Label in org.eclipse.egit.github.core.util |
|---|
| Methods in org.eclipse.egit.github.core.util with parameters of type Label | |
|---|---|
int |
LabelComparator.compare(Label label1,
Label label2)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||