aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index adaeff2..3be415d 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,8 @@ JobBase is the base for a job, and should be used when you have a single, custom
* This should return a JobFrequency constant indicating how often you want the job to run
* notifyOnFailureEvery
* This should return a JobFailureNotificationFrequency constant indicating how often you want to be notified about a (continually) failing job
+* numberFailuresBeforeNotification
+ * This should return a JobFailureCountMinimumBeforeNotification constant indicating how many failures should occur in a row before notifying on failure
* execute
* This does the work. It returns True if the job succeeded or False if it didn't
* onFailure