Uses of Class
com.sudicode.fb2gh.FB2GHException
-
Packages that use FB2GHException Package Description com.sudicode.fb2gh.fogbugz Interactions with the FogBugz API.com.sudicode.fb2gh.github Interactions with the GitHub API.com.sudicode.fb2gh.migrate Used for the migration process. -
-
Uses of FB2GHException in com.sudicode.fb2gh.fogbugz
Methods in com.sudicode.fb2gh.fogbugz that throw FB2GHException Modifier and Type Method Description FBCaseFogBugz. getCase(int caseId)Get a single case.Iterable<FBCase>FogBugz. iterateCases(int minId, int maxId)Iterate multiple cases within a range.List<FBArea>FogBugz. listAreas()Get a list of all areas from this FogBugz instance.List<FBArea>FogBugz. listAreas(FBProject project)Get a list of all areas from this FogBugz instance.List<FBCategory>FogBugz. listCategories()Get a list of all categories from this FogBugz instance.List<FBCheckin>FogBugz. listCheckins(FBCase fbCase)Get a list of all checkins from this FogBugz instance.List<FBMilestone>FogBugz. listMilestones()Get a list of all milestones from this FogBugz instance.List<FBMilestone>FogBugz. listMilestones(FBProject project)Get a list of all milestones from this FogBugz instance.List<FBProject>FogBugz. listProjects()Get a list of all projects from this FogBugz instance.List<FBStatus>FogBugz. listStatuses()Get a list of all statuses from this FogBugz instance.List<FBStatus>FogBugz. listStatuses(FBCategory category)Get a list of all statuses from this FogBugz instance.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.List<FBCase>FogBugz. searchCases(String query)Search for cases. -
Uses of FB2GHException in com.sudicode.fb2gh.github
Methods in com.sudicode.fb2gh.github that throw FB2GHException Modifier and Type Method Description GHCommentGHIssue. addComment(String comment)Add a comment.GHIssueGHRepo. addIssue(String title, String description)Create an issue.voidGHIssue. addLabel(GHLabel label)Add label to this issue.voidGHRepo. addLabel(GHLabel label)Add a label.voidGHIssue. addLabels(List<GHLabel> labels)Add labels to this issue.GHMilestoneGHRepo. addMilestone(String title)Create a milestone.voidGHIssue. assignTo(String ghUsername)Assign this issue to another user.voidGHIssue. close()Close this issue.StringGHIssue. getBody()Get the body of this issue.List<GHComment>GHIssue. getComments()Get comments.intGHIssue. getId()Get the ID of this issue.List<GHLabel>GHIssue. getLabels()Get labels from this issue.List<GHLabel>GHRepo. getLabels()Get the labels within this repository.Optional<GHMilestone>GHIssue. getMilestone()Get the milestone of this issue, if one exists.GHMilestoneGHRepo. getMilestone(int number)Get a single milestone.List<GHMilestone>GHRepo. getMilestones()Get all milestones within this repository.StringGHComment. getText()Get this comment's text.StringGHIssue. getTitle()Get the title of this issue.booleanGHIssue. isClosed()booleanGHIssue. isOpen()voidGHIssue. setMilestone(GHMilestone milestone)Add this issue to a milestone.voidGHComment. setText(String text)Set this comment's text. -
Uses of FB2GHException in com.sudicode.fb2gh.migrate
Methods in com.sudicode.fb2gh.migrate that throw FB2GHException Modifier and Type Method Description voidMigrator. migrate()Migrate the cases.
-