cconard96 / jamf

JAMF Plugin for GLPI
GNU General Public License v2.0
6 stars 5 forks source link

Abstract device sync more and move common functions #52

Closed cconard96 closed 4 years ago

cconard96 commented 4 years ago

Added PluginJamfDeviceSync class between the computer and mobile device sync classes and the base PluginJamfSync class

Renamed some variables in the sync engines to clarify they refer to the class/itemtype in the plugin and not Jamf.

Drop repeated dummySync flag checks in each device sync function. It should no longer be possible to call any sync function when the engine is constructed without valid parameters.