Uses of Interface
com.sudicode.fb2gh.github.GHRepo
-
Packages that use GHRepo Package Description com.sudicode.fb2gh.github Interactions with the GitHub API.com.sudicode.fb2gh.migrate Used for the migration process. -
-
Uses of GHRepo in com.sudicode.fb2gh.github
Methods in com.sudicode.fb2gh.github that return GHRepo Modifier and Type Method Description GHRepo
GitHub. getRepo(String repoOwner, String repoName)
Access a repository. -
Uses of GHRepo in com.sudicode.fb2gh.migrate
Constructors in com.sudicode.fb2gh.migrate with parameters of type GHRepo Constructor Description Builder(FogBugz fogBugz, Iterable<FBCase> cases, GHRepo ghRepo)
Constructor.GHAttachmentUploader(String ghUsername, String ghPassword, GHRepo ghRepo, GHAttachmentUploader.Browser browser)
Constructor.GHAttachmentUploader(String ghUsername, String ghPassword, GHRepo ghRepo, GHAttachmentUploader.Browser browser, int timeoutInSeconds)
Constructor.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.
-