Class ViewTestCaseResultAction

All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, BuildableAware, BuildResultsAware, BuildResultsSummaryAware, NavigationAware, DomainObjectSecurityAware, GlobalReadSecurityAware, PlanReadSecurityAware, PlanAware, ProjectAware, ResultsSummaryAware, ReturnUrlAware, UserAware, com.atlassian.core.i18n.I18nTextProvider, 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 ViewTestCaseResultAction extends ViewBuildResults
See Also:
  • Field Details

  • Constructor Details

    • ViewTestCaseResultAction

      public ViewTestCaseResultAction()
  • Method Details

    • execute

      public String execute() throws Exception
      Specified by:
      execute in interface org.apache.struts2.action.Action
      Overrides:
      execute in class ViewBuildResults
      Throws:
      Exception
    • getTestClassResults

      public List<TestClassResult> getTestClassResults()
    • getTestCaseResults

      public List<TestCaseResult> getTestCaseResults()
    • getTestCaseId

      public long getTestCaseId()
    • setTestCaseId

      public void setTestCaseId(long testCaseId)
    • setMethodName

      public void setMethodName(String methodName)
    • getMethodName

      public String getMethodName()