public interface CronJobNotificationTemplateContext
| 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.
|
String getCronJobName()
String getStartDate()
String getEndDate()
String getDuration()
String getResult()
String getStatus()
Copyright © 2017 SAP SE. All Rights Reserved.