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

Method Detail

getFutureSchedules

public java.util.List<GetFutureSchedulesAction.FormattedDateTime> getFutureSchedules()

getError

public java.lang.String getError()

getReason

public java.lang.String getReason()


Copyright © 2003-2014 Atlassian. All Rights Reserved.