Class GetFutureSchedulesAction

  • All Implemented Interfaces:
    Beanable, WebInterface, MessageHolderAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

    public class GetFutureSchedulesAction
    extends ConfluenceActionSupport
    implements Beanable
    Returns the future schedules as a JSON response. Date and times are preformatted according the user's locale.
    See Also:
    Serialized Form
    • Constructor Detail

      • GetFutureSchedulesAction

        public GetFutureSchedulesAction()
    • Method Detail

      • execute

        public String execute()
                       throws Exception
        Specified by:
        execute in interface com.opensymphony.xwork2.Action
        Overrides:
        execute in class com.opensymphony.xwork2.ActionSupport
        Throws:
        Exception
      • getCronExpression

        public String getCronExpression()
      • setCronExpression

        public void setCronExpression​(String cronExpression)
      • setCronExpressionValidator

        public void setCronExpressionValidator​(CronExpressionValidator cronExpressionValidator)