Uses of Interface
com.sudicode.fb2gh.migrate.FBAttachmentConverter
-
Packages that use FBAttachmentConverter Package Description com.sudicode.fb2gh.migrate Used for the migration process. -
-
Uses of FBAttachmentConverter in com.sudicode.fb2gh.migrate
Classes in com.sudicode.fb2gh.migrate that implement FBAttachmentConverter Modifier and Type Class Description class
GHAttachmentUploader
Uploads FogBugz attachments to GitHub Issues.Methods in com.sudicode.fb2gh.migrate with parameters of type FBAttachmentConverter Modifier and Type Method Description Migrator.Builder
Migrator.Builder. fbAttachmentConverter(FBAttachmentConverter fbAttachmentConverter)
Constructors in com.sudicode.fb2gh.migrate with parameters of type FBAttachmentConverter Constructor Description GHAttachmentUploader(String ghUsername, String ghPassword, GHRepo ghRepo, GHAttachmentUploader.Browser browser, int timeoutInSeconds, FBAttachmentConverter fallback)
Constructor.GHAttachmentUploader(String ghUsername, String ghPassword, GHRepo ghRepo, GHAttachmentUploader.Browser browser, FBAttachmentConverter fallback)
Constructor.
-