Class ViewTestsSummaryForPlan

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 ViewTestsSummaryForPlan extends PlanActionSupport implements PlanReadSecurityAware
See Also:
  • Constructor Details

    • ViewTestsSummaryForPlan

      public ViewTestsSummaryForPlan()
  • Method Details

    • 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
    • getRecentFailures

      public List<Pair<TestCaseResult,Integer>> getRecentFailures(TestCase testCase, int number)
    • getFailureBarWidth

      public int getFailureBarWidth(int numberOfFailures)
    • getLongestRunningTests

      public List<TestCase> getLongestRunningTests()
    • getMostFailingTests

      public List<FailingTestCaseForDisplay> getMostFailingTests()
    • getLongestTimeToFixTests

      public List<Pair<TestCase,Float>> getLongestTimeToFixTests()
    • getFilterController

      public FilterController getFilterController()
    • setFilterController

      public void setFilterController(FilterController filterController)
    • setBuildResultsFilterFactory

      public void setBuildResultsFilterFactory(BuildResultsFilterFactory buildResultsFilterFactory)
    • setTestsManager

      public void setTestsManager(TestsManager testsManager)