Uses of Class
com.sudicode.fb2gh.fogbugz.FBAttachment
-
Packages that use FBAttachment Package Description com.sudicode.fb2gh.fogbugz Interactions with the FogBugz API.com.sudicode.fb2gh.migrate Used for the migration process. -
-
Uses of FBAttachment in com.sudicode.fb2gh.fogbugz
Methods in com.sudicode.fb2gh.fogbugz that return types with arguments of type FBAttachment Modifier and Type Method Description List<FBAttachment>
FBCaseEvent. getAttachments()
-
Uses of FBAttachment in com.sudicode.fb2gh.migrate
Methods in com.sudicode.fb2gh.migrate with parameters of type FBAttachment Modifier and Type Method Description String
FBAttachmentConverter. convert(FogBugz fogBugz, FBAttachment fbAttachment)
Obtain the URL that should be used when posting aFBAttachment
to GitHub.String
GHAttachmentUploader. convert(FogBugz fogBugz, FBAttachment fbAttachment)
Download the FogBugz attachment, then reupload it to GitHub Issues.
-