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