Class ViewActivityLog

java.lang.Object
com.opensymphony.xwork2.ActionSupport
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, DomainObjectSecurityAware, GlobalReadSecurityAware, PlanReadSecurityAware, PlanAware, ProjectAware, ReturnUrlAware, com.atlassian.core.i18n.I18nTextProvider, com.atlassian.struts.TextProvider, com.atlassian.struts.ValidationAware, com.opensymphony.xwork.ValidationAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

public class ViewActivityLog extends PlanActionSupport implements PlanReadSecurityAware
This class places a build's log in the GUI for viewing.
See Also:
  • Field Details

  • Constructor Details

    • ViewActivityLog

      public ViewActivityLog()
  • Method Details

    • doDefault

      public String doDefault() throws Exception
      Description copied from class: BambooActionSupport
      Default action just sends to the input
      Overrides:
      doDefault in class BambooActionSupport
      Throws:
      Exception
    • 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
    • getSecondsToRefresh

      public int getSecondsToRefresh()
    • setSecondsToRefresh

      public void setSecondsToRefresh(int secondsToRefresh)
    • getActivityLog

      public List<LogEntry> getActivityLog()
    • getLinesToDisplay

      public int getLinesToDisplay()
    • setLinesToDisplay

      public void setLinesToDisplay(int linesToDisplay)
    • setBuildLoggerManager

      public void setBuildLoggerManager(BuildLoggerManager buildLoggerManager)