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