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 FogBugz
FBFactory. newFogBugz(String baseURL, String authToken)
Create a newFogBugz
.static FogBugz
FBFactory. newFogBugz(String baseURL, String email, String password)
Create a newFogBugz
from the given email and password.Methods in com.sudicode.fb2gh.fogbugz with parameters of type FogBugz Modifier and Type Method Description String
FBAttachment. 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 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.Constructors in com.sudicode.fb2gh.migrate with parameters of type FogBugz Constructor Description Builder(FogBugz fogBugz, Iterable<FBCase> cases, GHRepo ghRepo)
Constructor.
-