Uses of Class
com.sudicode.fb2gh.github.GHLabel
-
Packages that use GHLabel Package Description com.sudicode.fb2gh.github Interactions with the GitHub API.com.sudicode.fb2gh.migrate Used for the migration process. -
-
Uses of GHLabel in com.sudicode.fb2gh.github
Methods in com.sudicode.fb2gh.github that return types with arguments of type GHLabel Modifier and Type Method Description List<GHLabel>GHIssue. getLabels()Get labels from this issue.List<GHLabel>GHRepo. getLabels()Get the labels within this repository.Methods in com.sudicode.fb2gh.github with parameters of type GHLabel Modifier and Type Method Description voidGHIssue. addLabel(GHLabel label)Add label to this issue.voidGHRepo. addLabel(GHLabel label)Add a label.Method parameters in com.sudicode.fb2gh.github with type arguments of type GHLabel Modifier and Type Method Description voidGHIssue. addLabels(List<GHLabel> labels)Add labels to this issue. -
Uses of GHLabel in com.sudicode.fb2gh.migrate
Methods in com.sudicode.fb2gh.migrate that return types with arguments of type GHLabel Modifier and Type Method Description List<GHLabel>FBCaseLabeler. getLabels(FBCase fbCase)Obtain the labels that should be added when posting aFBCaseto GitHub.
-