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 GHIssue
GHRepo. addIssue(String title, String description)
Create an issue.GHIssue
GHRepo. 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.Builder
Migrator.Builder. afterMigrate(BiConsumer<FBCase,GHIssue> afterMigrate)
After migrating a case to GitHub, perform some action specified by the givenBiConsumer
.
-