public class DefaultCronJobNotificationTemplateContext extends Object implements CronJobNotificationTemplateContext
| Constructor and Description |
|---|
DefaultCronJobNotificationTemplateContext(CronJob cronJob) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCronJobName()
Gets the name of the executed CronJob.
|
String |
getDuration()
Gets the duration of the executed CronJob.
|
String |
getEndDate()
Gets the end date of executed CronJob.
|
String |
getResult()
Gets the resulting state of executed CronJob.
|
String |
getStartDate()
Gets the start date of executed CronJob.
|
String |
getStatus()
Gets the final status of the CronJob.
|
public DefaultCronJobNotificationTemplateContext(CronJob cronJob)
public String getCronJobName()
CronJobNotificationTemplateContextgetCronJobName in interface CronJobNotificationTemplateContextpublic String getEndDate()
CronJobNotificationTemplateContextgetEndDate in interface CronJobNotificationTemplateContextpublic String getDuration()
CronJobNotificationTemplateContextgetDuration in interface CronJobNotificationTemplateContextpublic String getResult()
CronJobNotificationTemplateContextgetResult in interface CronJobNotificationTemplateContextpublic String getStartDate()
CronJobNotificationTemplateContextgetStartDate in interface CronJobNotificationTemplateContextpublic String getStatus()
CronJobNotificationTemplateContextgetStatus in interface CronJobNotificationTemplateContextCopyright © 2017 SAP SE. All Rights Reserved.