Class ChangeSimpleJobScheduleAction

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.ChangeSimpleJobScheduleAction
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 ChangeSimpleJobScheduleAction extends ConfluenceActionSupport implements Beanable
Updates a schedule for a particular simple job. Basic UI validation is performed here.

Complete validation and execution is delegated to the scheduleJobManager.

See Also:
  • Constructor Details

    • ChangeSimpleJobScheduleAction

      public ChangeSimpleJobScheduleAction()
  • Method Details