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. labelsMethods 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.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 Collection<GHLabel>GHIssue. getLabels()Gets labels.Collection<GHLabel>GHPullRequest. getLabels()PagedIterable<GHLabel>GHRepository. listLabels()Lists labels in this repository.Methods in org.kohsuke.github with parameters of type GHLabel Modifier and Type Method Description voidGHIssue. addLabels(GHLabel... labels)Add labels.voidGHIssue. removeLabels(GHLabel... labels)Remove labels.Method parameters in org.kohsuke.github with type arguments of type GHLabel Modifier and Type Method Description voidGHIssue. addLabels(Collection<GHLabel> labels)Add labels.voidGHIssue. removeLabels(Collection<GHLabel> labels)Remove labels.
-