Class GetFutureSchedulesAction.Result

java.lang.Object
com.atlassian.confluence.plugins.schedule.admin.action.GetFutureSchedulesAction.Result
Enclosing class:
GetFutureSchedulesAction

public static class GetFutureSchedulesAction.Result extends Object
Contains the future schedules for a particular cron expression, or an error (and reason) if the schedules cannot be determined.

Either the futureSchedules or error will be not null. Reason may be supplied if error is supplied.