Class ViewBuildLogs

All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, BuildableAware, BuildResultsAware, BuildResultsSummaryAware, NavigationAware, DomainObjectSecurityAware, GlobalReadSecurityAware, PlanReadSecurityAware, PlanAware, ProjectAware, ResultsSummaryAware, 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 ViewBuildLogs extends ViewBuildResults
See Also:
  • Constructor Details

    • ViewBuildLogs

      public ViewBuildLogs()
  • Method Details

    • execute

      public String execute() throws Exception
      Specified by:
      execute in interface com.opensymphony.xwork2.Action
      Overrides:
      execute in class ViewBuildResults
      Throws:
      Exception
    • getOldLogsFileNames

      public List<String> getOldLogsFileNames()
    • getBuildLogs

      public List<LogEntry> getBuildLogs()
    • getMaxLinesToShow

      public int getMaxLinesToShow()
    • getTotalLines

      public long getTotalLines()
    • isBuildLogsTooLong

      public boolean isBuildLogsTooLong()
    • setBuildLogFileAccessorFactory

      public void setBuildLogFileAccessorFactory(BuildLogFileAccessorFactory buildLogFileAccessorFactory)
    • setStorageLocationService

      public void setStorageLocationService(StorageLocationService storageLocationService)