| 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)
Create label gh label.
|
GHLabel |
GHRepository.createLabel(String name,
String color,
String description)
Description is still in preview.
|
GHLabel |
GHRepository.getLabel(String name)
Gets label.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<GHLabel> |
GHPullRequest.getLabels() |
Collection<GHLabel> |
GHIssue.getLabels()
Gets labels.
|
PagedIterable<GHLabel> |
GHRepository.listLabels()
Lists labels in this repository.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GHIssue.addLabels(GHLabel... labels)
Add labels.
|
void |
GHIssue.removeLabels(GHLabel... labels)
Remove labels.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GHIssue.addLabels(Collection<GHLabel> labels)
Add labels.
|
void |
GHIssue.removeLabels(Collection<GHLabel> labels)
Remove labels.
|
Copyright © 2020. All rights reserved.