Uses of Class
org.kohsuke.github.GHLabel
Packages that use GHLabel
-
Uses of GHLabel in org.kohsuke.github
Fields in org.kohsuke.github with type parameters of type GHLabelMethods in org.kohsuke.github that return GHLabelModifier 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 theGHLabelthat was added to or removed from the issue.Gets label.Methods in org.kohsuke.github that return types with arguments of type GHLabelModifier 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.Methods in org.kohsuke.github with parameters of type GHLabelModifier and TypeMethodDescriptionAdd labels.GHIssue.removeLabels(GHLabel... labels) Remove a collection of labels.Method parameters in org.kohsuke.github with type arguments of type GHLabelModifier and TypeMethodDescriptionGHIssue.addLabels(Collection<GHLabel> labels) Add labels.GHIssue.removeLabels(Collection<GHLabel> labels) Remove a collection of labels.