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.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getError()
List<GetFutureSchedulesAction.FormattedDateTime>
getFutureSchedules()
String
getReason()
-
-
-
Method Detail
-
getFutureSchedules
public List<GetFutureSchedulesAction.FormattedDateTime> getFutureSchedules()
-
getError
public String getError()
-
getReason
public String getReason()
-
-