Uses of Class
com.sudicode.fb2gh.github.GHIssue
-
Packages that use GHIssue Package Description com.sudicode.fb2gh.github Interactions with the GitHub API.com.sudicode.fb2gh.migrate Used for the migration process. -
-
Uses of GHIssue in com.sudicode.fb2gh.github
Methods in com.sudicode.fb2gh.github that return GHIssue Modifier and Type Method Description GHIssueGHRepo. addIssue(String title, String description)Create an issue.GHIssueGHRepo. getIssue(int number)Get an issue by number. -
Uses of GHIssue in com.sudicode.fb2gh.migrate
Method parameters in com.sudicode.fb2gh.migrate with type arguments of type GHIssue Modifier and Type Method Description Migrator.BuilderMigrator.Builder. afterMigrate(BiConsumer<FBCase,GHIssue> afterMigrate)After migrating a case to GitHub, perform some action specified by the givenBiConsumer.
-