Class ViewScheduledJobsHistoryAction

All Implemented Interfaces:
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 ViewScheduledJobsHistoryAction extends AbstractViewAction
Gets the job history for a specific job.
See Also:
  • Constructor Details

    • ViewScheduledJobsHistoryAction

      public ViewScheduledJobsHistoryAction()
  • Method Details

    • getJob

      public ScheduledJobStatus getJob()
    • getHistory

      public List<ScheduledJobHistory> getHistory()
    • execute

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

      public void setId(String id)