Uses of Interface
com.sudicode.fb2gh.fogbugz.FogBugz
-
Packages that use FogBugz Package Description com.sudicode.fb2gh.fogbugz Interactions with the FogBugz API.com.sudicode.fb2gh.migrate Used for the migration process. -
-
Uses of FogBugz in com.sudicode.fb2gh.fogbugz
Methods in com.sudicode.fb2gh.fogbugz that return FogBugz Modifier and Type Method Description static FogBugzFBFactory. newFogBugz(String baseURL, String authToken)Create a newFogBugz.static FogBugzFBFactory. newFogBugz(String baseURL, String email, String password)Create a newFogBugzfrom the given email and password.Methods in com.sudicode.fb2gh.fogbugz with parameters of type FogBugz Modifier and Type Method Description StringFBAttachment. getAbsoluteUrl(FogBugz fogBugz) -
Uses of FogBugz in com.sudicode.fb2gh.migrate
Methods in com.sudicode.fb2gh.migrate with parameters of type FogBugz 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.Constructors in com.sudicode.fb2gh.migrate with parameters of type FogBugz Constructor Description Builder(FogBugz fogBugz, Iterable<FBCase> cases, GHRepo ghRepo)Constructor.
-