Class GetFutureSchedulesAction

java.lang.Object
org.apache.struts2.ActionSupport
com.opensymphony.xwork2.ActionSupport
com.atlassian.confluence.core.AbstractI18nActionSupport
com.atlassian.confluence.core.ConfluenceActionSupport
com.atlassian.confluence.plugins.schedule.admin.action.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, org.apache.struts2.action.Action, org.apache.struts2.interceptor.ValidationAware, org.apache.struts2.Validateable

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:
  • Constructor Details

    • GetFutureSchedulesAction

      public GetFutureSchedulesAction()
  • Method Details

    • execute

      public String execute()
      Specified by:
      execute in interface org.apache.struts2.action.Action
      Overrides:
      execute in class org.apache.struts2.ActionSupport
    • getBean

      public Object getBean()
      Specified by:
      getBean in interface Beanable
    • getCronExpression

      public String getCronExpression()
    • setCronExpression

      public void setCronExpression(String cronExpression)
    • setAdminCronExpressionValidator

      public void setAdminCronExpressionValidator(CronExpressionValidator adminCronExpressionValidator)