Job Expressions
Expressions can be triggered when jobs are created and closed
This commit is contained in:
@@ -10,6 +10,9 @@ namespace Disco.Models.UI.Config.JobPreferences
|
||||
LocationModes LocationMode { get; set; }
|
||||
List<string> LocationList { get; set; }
|
||||
|
||||
string OnCreateExpression { get; set; }
|
||||
string OnCloseExpression { get; set; }
|
||||
|
||||
List<KeyValuePair<int, string>> LongRunningJobDaysThresholdOptions();
|
||||
List<KeyValuePair<int, string>> StaleJobMinutesThresholdOptions();
|
||||
List<KeyValuePair<string, string>> LocationModeOptions();
|
||||
|
||||
Reference in New Issue
Block a user