Class ViewTestCaseResultAction

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 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 com.opensymphony.xwork2.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()