Uses of Class
com.sudicode.fb2gh.migrate.Migrator.Builder
-
Packages that use Migrator.Builder Package Description com.sudicode.fb2gh.migrate Used for the migration process. -
-
Uses of Migrator.Builder in com.sudicode.fb2gh.migrate
Methods in com.sudicode.fb2gh.migrate that return Migrator.Builder 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
.Migrator.Builder
Migrator.Builder. closeIf(Predicate<FBCase> closeIf)
Migrator.Builder
Migrator.Builder. dateFormat(DateFormat dateFormat)
Format timestamps using the givenDateFormat
.Migrator.Builder
Migrator.Builder. exceptionHandler(BiConsumer<FBCase,Exception> exceptionHandler)
If migrating a case causes anException
to be thrown, catch and handle it using the givenBiConsumer
.Migrator.Builder
Migrator.Builder. fbAttachmentConverter(FBAttachmentConverter fbAttachmentConverter)
Migrator.Builder
Migrator.Builder. fbCaseLabeler(FBCaseLabeler fbCaseLabeler)
Migrator.Builder
Migrator.Builder. migrateIf(Predicate<FBCase> migrateIf)
Only migrate FogBugz cases that pass the givenPredicate
.Migrator.Builder
Migrator.Builder. postDelay(long postDelay)
Migrator.Builder
Migrator.Builder. usernameMap(Map<String,String> usernameMap)
Map FogBugz names to GitHub usernames.
-