Uses of Class
org.paylogic.fogbugz.FogbugzEvent

Uses of FogbugzEvent in org.paylogic.fogbugz
 

Methods in org.paylogic.fogbugz that return FogbugzEvent
 FogbugzEvent FogbugzManager.getLastAssignedTo(int caseId, int userId)
          Loop through all FogbugzEvent for given case id, and return last (in time) with assignment to given user.
 FogbugzEvent FogbugzManager.getLastAssignedToGatekeepersEvent(int caseId)
          Loop through all FogbugzEvent for given case id, and return last (in time) with assignment to gatekeepers.
 

Methods in org.paylogic.fogbugz that return types with arguments of type FogbugzEvent
 List<FogbugzEvent> FogbugzManager.getEventsForCase(int id)
          Retrieves all events for a certain case.
 

Methods in org.paylogic.fogbugz with parameters of type FogbugzEvent
 int FogbugzEvent.compareTo(FogbugzEvent o)
           
 



Copyright © 2015. All rights reserved.