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 StringFBAttachmentConverter. convert(FogBugz fogBugz, FBAttachment fbAttachment)Obtain the URL that should be used when posting aFBAttachmentto GitHub.StringGHAttachmentUploader. convert(FogBugz fogBugz, FBAttachment fbAttachment)Download the FogBugz attachment, then reupload it to GitHub Issues.
-