public class ScheduleInfo extends Object
Schedule
represents the association between the task definition and the
times it is to be executed. The application, in this case, is represented by
the taskDefinitionName. The schedulerProperties, contain the information to calculate
when the next time the application should run (cron expression, etc)".Constructor and Description |
---|
ScheduleInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getScheduleName() |
Map<String,String> |
getScheduleProperties() |
String |
getTaskDefinitionName() |
void |
setScheduleName(String scheduleName) |
void |
setScheduleProperties(Map<String,String> scheduleProperties) |
void |
setTaskDefinitionName(String taskDefinitionName) |
String |
toString() |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.