Uses of Class
org.paylogic.fogbugz.FogbugzCase

Uses of FogbugzCase in org.paylogic.fogbugz
 

Methods in org.paylogic.fogbugz that return FogbugzCase
 FogbugzCase FogbugzManager.assignToGatekeepers(FogbugzCase fbCase)
          Assign the given case to gatekeepers (uses GatekeeperUserID from global settings)
 FogbugzCase FogbugzManager.assignToMergekeepers(FogbugzCase fbCase)
          Assign case to mergekeepers user id.
 FogbugzCase FogbugzManager.getCaseById(int id)
          Retrieves a case using the Fogbugz API by caseId.
 

Methods in org.paylogic.fogbugz that return types with arguments of type FogbugzCase
 List<FogbugzCase> FogbugzManager.searchForCases(String query)
          Retrieves cases using the Fogbugz API by a query
 

Methods in org.paylogic.fogbugz with parameters of type FogbugzCase
 FogbugzCase FogbugzManager.assignToGatekeepers(FogbugzCase fbCase)
          Assign the given case to gatekeepers (uses GatekeeperUserID from global settings)
 FogbugzCase FogbugzManager.assignToMergekeepers(FogbugzCase fbCase)
          Assign case to mergekeepers user id.
 boolean FogbugzManager.saveCase(FogbugzCase fbCase)
          Additional save method that does not propagate a comment.
 boolean FogbugzManager.saveCase(FogbugzCase fbCase, String comment)
          Saves a case to fogbugz using its API.
 



Copyright © 2015. All rights reserved.