Class ChangeCronJobScheduleAction

java.lang.Object
org.apache.struts2.ActionSupport
com.atlassian.confluence.core.AbstractI18nActionSupport
com.atlassian.confluence.core.ConfluenceActionSupport
com.atlassian.confluence.plugins.schedule.admin.action.ChangeCronJobScheduleAction
All Implemented Interfaces:
Beanable, WebInterface, MessageHolderAware, Serializable, org.apache.struts2.action.Action, org.apache.struts2.interceptor.ValidationAware, org.apache.struts2.locale.LocaleProvider, org.apache.struts2.text.TextProvider, org.apache.struts2.Validateable

public class ChangeCronJobScheduleAction extends ConfluenceActionSupport implements Beanable
Updates a schedule for a particular job. Basic UI validation is performed here.

Complete validation and execution is delegated to the scheduleJobManager.

See Also:
  • Constructor Details

    • ChangeCronJobScheduleAction

      public ChangeCronJobScheduleAction()
  • Method Details