| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Class and Description |
|---|---|
static class |
GHIssue.Label
Deprecated.
use
GHLabel |
| Modifier and Type | Method and Description |
|---|---|
GHLabel |
GHRepository.createLabel(java.lang.String name,
java.lang.String color) |
GHLabel |
GHRepository.getLabel(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<GHLabel> |
GHPullRequest.getLabels() |
java.util.Collection<GHLabel> |
GHIssue.getLabels() |
PagedIterable<GHLabel> |
GHRepository.listLabels()
Lists labels in this repository.
|
Copyright © 2016. All Rights Reserved.