| 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(String name,
String color) |
GHLabel |
GHRepository.getLabel(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<GHLabel> |
GHPullRequest.getLabels() |
Collection<GHLabel> |
GHIssue.getLabels() |
PagedIterable<GHLabel> |
GHRepository.listLabels()
Lists labels in this repository.
|
Copyright © 2017. All rights reserved.