FogBugz Plugin Interfaces > EBS / Work Tracking
IPluginFixForJoin: Customize the data fields available in an instance of FogCreek.FogBugz.CFixFor, the class representing a project milestone. (Example)
IPluginFixForCommit: Perform custom operations when a project milestone is committed to the FogBugz database. (Example)
IPluginTimeIntervalJoin: Customize the data fields available in an instance of FogCreek.FogBugz.CTimeInterval, the class representing a time interval. (Example)
IPluginTimeIntervalCommit: Perform custom operations when a time interval (the duration that a single developer has worked on a case) is committed to the FogBugz database. (Example)