Improve notify conditions for jobs
Currently options for selecting a condition to send email notification from a job are:
* Completion (job ran and could have completed successfully, with errors or warnings or job ran and failed
* Success Job ran successfully
* Failure ; Job ran and completed with errors or warnings or job ran and failed
It is not intuitive that Completion includes jobs that failed
It is not intuitive that Failure includes jobs that completed with errors or warnings.
So I propose to make the options more granular and allow user to select one or more of the following conditions:
* Completion without Errors or Warnings
* Completion with Errors
* Completion with Warnings
* Failure
Perhaps it makes sense to add:
* Always
