com.atlassian.confluence.plugins.schedule.admin.action
Class GetFutureSchedulesAction.Result

java.lang.Object
  extended by 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
 String getError()
           
 List<GetFutureSchedulesAction.FormattedDateTime> getFutureSchedules()
           
 String getReason()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFutureSchedules

public List<GetFutureSchedulesAction.FormattedDateTime> getFutureSchedules()

getError

public String getError()

getReason

public String getReason()


Copyright © 2003-2013 Atlassian. All Rights Reserved.