Package | Description |
---|---|
com.streamscape.sef.scheduler |
Modifier and Type | Field and Description |
---|---|
static NotifyLevel |
NotifyLevel.JOB
Emails will be sent for Job-related
Scheduler Advisories . |
static NotifyLevel |
NotifyLevel.TASK
Emails will be sent for Job-related, TaskList-related and Task-related
Scheduler Advisories . |
static NotifyLevel |
NotifyLevel.TASKLIST
Emails will be sent for Job-related and TaskList-related
Scheduler Advisories . |
Modifier and Type | Method and Description |
---|---|
NotifyLevel |
ScheduledJob.getNotifyLevel()
Returns a level of the email notifications.
|
static NotifyLevel |
NotifyLevel.valueOf(java.lang.String name) |
static NotifyLevel[] |
NotifyLevel.values() |
Modifier and Type | Method and Description |
---|---|
void |
ScheduledJob.setNotifyLevel(NotifyLevel level)
Sets the specified level of the email notifications.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.