Class ViewTestCaseAction

All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, BuildableAware, 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 ViewTestCaseAction extends BuildActionSupport implements PlanReadSecurityAware
See Also:
  • Constructor Details

    • ViewTestCaseAction

      public ViewTestCaseAction()
  • Method Details

    • input

      public String input() throws Exception
      Overrides:
      input in class com.opensymphony.xwork2.ActionSupport
      Throws:
      Exception
    • setFilterController

      public void setFilterController(FilterController filterController)
    • getFilterController

      public FilterController getFilterController()
    • getTestCase

      public TestCase getTestCase()
    • getTestCaseSummary

      public TestCaseSummary getTestCaseSummary()
    • getLatestTestCaseState

      public TestState getLatestTestCaseState()
    • getTestCaseId

      public long getTestCaseId()
    • setTestCaseId

      public void setTestCaseId(long testCaseId)
    • setBuildResultsFilterFactory

      public void setBuildResultsFilterFactory(BuildResultsFilterFactoryImpl buildResultsFilterFactory)
    • setTestsManager

      public void setTestsManager(TestsManager testsManager)
    • isFullTestHistoryEnabled

      public boolean isFullTestHistoryEnabled()