Uses of Class
org.kohsuke.github.GHLabel
-
Uses of GHLabel in org.kohsuke.github
Modifier and TypeMethodDescriptionGHRepository.createLabel
(String name, String color) Create label gh label.GHRepository.createLabel
(String name, String color, String description) Description is still in preview.GHEventPayload.Discussion.getLabel()
Gets the added or removed label for labeled/unlabeled events.GHEventPayload.Issue.getLabel()
Gets the added or removed label for labeled/unlabeled events.GHEventPayload.Label.getLabel()
Gets the label.GHEventPayload.PullRequest.getLabel()
Gets the added or removed label for labeled/unlabeled events.GHIssueEvent.getLabel()
Get theGHLabel
that was added to or removed from the issue.Gets label.Modifier and TypeMethodDescriptionAdds labels to the issue.GHIssue.addLabels
(Collection<GHLabel> labels) Add labels.Add labels.GHIssue.getLabels()
Gets labels.GHRepository.listLabels()
Lists labels in this repository.GHIssue.removeLabel
(String name) Remove a single label.GHIssue.removeLabels
(String... names) Remove a collection of labels.GHIssue.removeLabels
(Collection<GHLabel> labels) Remove a collection of labels.GHIssue.removeLabels
(GHLabel... labels) Remove a collection of labels.Modifier and TypeMethodDescriptionAdd labels.GHIssue.removeLabels
(GHLabel... labels) Remove a collection of labels.Modifier and TypeMethodDescriptionGHIssue.addLabels
(Collection<GHLabel> labels) Add labels.GHIssue.removeLabels
(Collection<GHLabel> labels) Remove a collection of labels.