Uses of Class
com.sudicode.fb2gh.fogbugz.FBProject
-
Packages that use FBProject Package Description com.sudicode.fb2gh.fogbugz Interactions with the FogBugz API. -
-
Uses of FBProject in com.sudicode.fb2gh.fogbugz
Methods in com.sudicode.fb2gh.fogbugz that return types with arguments of type FBProject Modifier and Type Method Description List<FBProject>
FogBugz. listProjects()
Get a list of all projects from this FogBugz instance.Methods in com.sudicode.fb2gh.fogbugz with parameters of type FBProject Modifier and Type Method Description List<FBArea>
FogBugz. listAreas(FBProject project)
Get a list of all areas from this FogBugz instance.List<FBMilestone>
FogBugz. listMilestones(FBProject project)
Get a list of all milestones from this FogBugz instance.
-