Uses of Class
org.kohsuke.github.GHLabel
-
Packages that use GHLabel Package Description org.kohsuke.github -
-
Uses of GHLabel in org.kohsuke.github
Subclasses of GHLabel in org.kohsuke.github Modifier and Type Class Description static classGHIssue.LabelDeprecated.useGHLabelMethods 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)Deprecated.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.
-