Class 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

    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:
    Serialized Form
    • Constructor Detail

      • ChangeSimpleJobScheduleAction

        public ChangeSimpleJobScheduleAction()
    • 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
      • setScheduledJobManager

        public void setScheduledJobManager​(ScheduledJobManager scheduledJobManager)
      • setId

        public void setId​(String id)
      • setRepeatInterval

        public void setRepeatInterval​(String repeatInterval)