Retrieves a setting value from the job settings.
Pulls the default values (if defined) from the plugin controller.
string $name: The name of the setting.
string The setting value or $default if the setting value is not set. Returns NULL if the setting does not exist at all.
public function getSetting($name);