Uses of Class
org.kohsuke.github.GHLabel
-
Packages that use GHLabel Package Description org.kohsuke.github -
-
Uses of GHLabel in org.kohsuke.github
Fields in org.kohsuke.github with type parameters of type GHLabel Modifier and Type Field Description protected List<GHLabel>GHIssue. labelsThe labels.Methods in org.kohsuke.github that return GHLabel Modifier and Type Method Description GHLabelGHRepository. createLabel(String name, String color)Create label gh label.GHLabelGHRepository. createLabel(String name, String color, String description)Description is still in preview.GHLabelGHEventPayload.Discussion. getLabel()Gets the added or removed label for labeled/unlabeled events.GHLabelGHEventPayload.Issue. getLabel()Gets the added or removed label for labeled/unlabeled events.GHLabelGHEventPayload.Label. getLabel()Gets the label.GHLabelGHEventPayload.PullRequest. getLabel()Gets the added or removed label for labeled/unlabeled events.GHLabelGHIssueEvent. getLabel()Get theGHLabelthat was added to or removed from the issue.GHLabelGHRepository. getLabel(String name)Gets label.Methods in org.kohsuke.github that return types with arguments of type GHLabel Modifier and Type Method Description List<GHLabel>GHIssue. addLabels(String... names)Adds labels to the issue.List<GHLabel>GHIssue. addLabels(Collection<GHLabel> labels)Add labels.List<GHLabel>GHIssue. addLabels(GHLabel... labels)Add labels.Collection<GHLabel>GHIssue. getLabels()Gets labels.PagedIterable<GHLabel>GHRepository. listLabels()Lists labels in this repository.List<GHLabel>GHIssue. removeLabel(String name)Remove a single label.List<GHLabel>GHIssue. removeLabels(String... names)Remove a collection of labels.List<GHLabel>GHIssue. removeLabels(Collection<GHLabel> labels)Remove a collection of labels.List<GHLabel>GHIssue. removeLabels(GHLabel... labels)Remove a collection of labels.Methods in org.kohsuke.github with parameters of type GHLabel Modifier and Type Method Description List<GHLabel>GHIssue. addLabels(GHLabel... labels)Add labels.List<GHLabel>GHIssue. removeLabels(GHLabel... labels)Remove a collection of labels.Method parameters in org.kohsuke.github with type arguments of type GHLabel Modifier and Type Method Description List<GHLabel>GHIssue. addLabels(Collection<GHLabel> labels)Add labels.List<GHLabel>GHIssue. removeLabels(Collection<GHLabel> labels)Remove a collection of labels.
-